-
Updated
Mar 15, 2021 - Go
k8s
Here are 3,375 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Go
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Mar 30, 2021 - Go
-
Updated
Mar 25, 2021
-
Updated
Mar 26, 2021 - Java
Change '登陆' to '登录'
Describe the Bug
Change '登陆' to '登录'
/kind bug
/assign @leoendless
/priority Low
/milestone 3.1.0
/area console
Starting point: a default, single-node microk8s installation (snap install microk8s --classic --channel=1.19) with several deployments installed through GitLab integration, including database pods with persistent volumes (storage addon).
Running microk8s disable ha-cluster deletes all deployments, all services, all pods, and all persistent volumes without any warning. Everything is gone
I tried example code to run the job and it works fine with my local k8s but it prints status as None.
My code:
from os import path
import yaml
from kubernetes import client, config
JOB_NAME = "pi"
def create_job_object():
container = client.V1Container(
name="pi",
image="perl",
command=["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"])
template =
Hi,
It seems like naming a remote is subject to certain limitations as groupadd is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-nsk logs po/gitkubcentos 8.x 支持计划
centos 8.2 已经发布了,想了解下对 centos 8.x 的支持计划大概是怎样的,谢谢。
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
-
Updated
Mar 19, 2021
-
Updated
Feb 26, 2021 - Go
-
Updated
Mar 17, 2021 - Go
-
Updated
Mar 26, 2021 - Python
-
Updated
Mar 30, 2021 - Go
Hi,
This is a useful tool for any DevOps/SRE teams managing K8S clusters and apps.
One question though, will this be able to detect changes to Secrets stored in an external store like the GoDday one or the HashiCorp Vault.
thanks,
KK
-
Updated
Mar 1, 2021
-
Updated
Mar 30, 2021 - Go
-
Updated
Mar 27, 2021 - Go
The buildkit (client) and buildkitd (builder daemon) can both be used with faasd or k3s hosts for building images without installing Docker onto the machine.
There is a tar that can be downloaded like we do with inletsctl, however, we need to make sure we extract both binaries. I'm fairly sure that this will "just work"
See more:
fx access HTTP endpoint of docker engine to do image build and container run, but currently fx make docker endpoint to support HTTP with "socat" with docker run https://github.com/metrue/fx/blob/master/provisioner/darwin/darwin.go#L18, it'd would be great to migrate it to Go.
NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.
Improve this page
Add a description, image, and links to the k8s topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the k8s topic, visit your repo's landing page and select "manage topics."

On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna