-
Updated
Aug 13, 2020 - Shell
kubernetes-cluster
Here are 745 public repositories matching this topic...
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
May 9, 2020 - Python
Before creating a feature request, please search existing feature requests to see if you find a similar one. If there is a similar feature request please up-vote it and/or add your comments to it instead
Why do you want this feature?
When draining nodes on a production cluster, it might be safer to use a health check between node/nodegroup draining loops - to ensure that until now things
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
`Status` start time
Describe the solution you'd like
It would be neat to see the start time of plugins when looking at sonobuoy status
. For example, when E2E are running, they may take a while, but when did they start?
$ sonobuoy status
PLUGIN STATUS COUNT
e2e running 1
systemd_logs comple
-
Updated
May 14, 2020 - Shell
-
Updated
Aug 26, 2020 - Python
-
Updated
Aug 28, 2020 - Go
-
Updated
Jul 25, 2020 - Python
We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load
command. Now the load command is available so we can just replace the hack with it!
Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y
Sign the windows EXE
Users that download the windows EXE will be prompted (by browser and OS) that it is not safe because the EXE isn't signed.
There is a GitHub Action for signing: https://github.com/marketplace/actions/code-sign-a-file-with-pfx-certificate
This would provide additional confidence for
-
Updated
Jun 17, 2020 - Go
-
Updated
Aug 11, 2020 - Shell
There are in other helm chart many nice example documentation in comments of values.yaml, we don't have much of that. See for example GitLabs' Helm charts for GitLab itself or GitLab runners and note how they use ##
and #
differently. Also read ab
-
Updated
Mar 14, 2019
-
Updated
Sep 8, 2018 - Shell
-
Updated
Feb 8, 2019 - Smarty
-
Updated
Jul 22, 2020 - HTML
-
Updated
Apr 29, 2020 - Go
-
Updated
Jan 8, 2020 - Scala
-
Updated
Aug 23, 2020 - Shell
-
Updated
Aug 26, 2020 - Rust
-
Updated
Jul 16, 2020 - Shell
-
Updated
Jul 24, 2019 - JavaScript
-
Updated
Aug 28, 2020 - Go
-
Updated
May 25, 2020 - JavaScript
-
Updated
Apr 24, 2020 - Shell
Improve this page
Add a description, image, and links to the kubernetes-cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kubernetes-cluster topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
Enable Dynamic Persistent volume Provisioning for ceph rbd provisioner through adding "allowVolumeExpansion" parameter.
Why is this needed:
Dynamic Persistent volume Provisioning is necessary and ceph rbd support this.