k8s
Here are 2,943 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
As a user I often update apps by simply changing their image tag... edit the yaml is a tedious task.
Describe the solution you'd like
I would love to see a quick set im
Latest chart fails to install CRD
Description
I installed openebs using following commands:
kubectl create ns openebs
kubectl config set-context $(kubectl config current-context) --namespace openebs
helm install openebs stable/openebs --version 1.10.0 --set crd.enableInstall=false --set rbac.pspEnabled=true
And here are two pods in CrashLoopBackOff:
$ ku-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 24, 2020 - JavaScript
There are a few samples at https://kubesphere.io/docs/quick-start/admin-quick-start/ helping users how to use KubeSphere. It would be better to create tutorial videos in English for these samples so that we can distribute them in some channels such as Youtube making more people get familiar with KubeSphere.
So call for English native speaker from the community to help us.
I recently installed the microk8s snap on a vanilla LXD container. At the time I hadn't come across https://microk8s.io/docs/lxd and it took a little while before I noticed that some components hadn't started up properly and I found my way to that doc.
Having found the documentation, it's excellent, thank you - following the instructions there left me with a very happy microk8s instance. From a
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/gitkubAdd a test sending (e.g. config map) patches through the same API using:
- JSON patch
- Strategic merge patch
make sure the API client is able to set the content type properly according to the request body, and the patches are applied successfully.
webkubectl支持弹框模式
I reinstalled a k3s cluster built with --no-extras and added `--k3s-extra-args="--flannel-backend=host-gw". The cluster failed to start.
I logged in and saw that the output of ps showed the following:
14760 ? Ssl 0:40 /usr/local/bin/k3s server --cluster-init --tls-san 10.68.0.63 --flannel-backend=host-gw--n
-
Updated
Aug 24, 2020
-
Updated
Aug 26, 2020 - Go
-
Updated
Aug 13, 2020 - Go
-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 17, 2020
-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 26, 2020 - Go
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.
-
Updated
Aug 28, 2020 - Go
-
Updated
Mar 30, 2020 - CSS
CI should report an error if a commit changes the base manifests but doesn't update the single manifests ./hack/build-single-manifests.sh.
Cloudprober supports building additional metrics (other than the default ones) from external probe output. We could possible do the same for HTTP probe.
-
Updated
Jul 26, 2019 - Shell
-
Updated
Aug 2, 2020 - Batchfile
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."




Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour