-
Updated
Oct 30, 2021 - Go
rancher
Here are 494 public repositories matching this topic...
K3s Install addition
As mentioned in discord I would recommend adding the following to your k3s deployment. I see multiple pages about the k3s deployment and each are missing the following which will make sure the nodes stay alive even if you over provision pods.
INSTALL_K3S_EXEC= ........ --kubelet-arg system-reserved=cpu=100m,memory=100Mi --kubelet-arg kube-reserved=cpu=200m,memory=400Mi
-
Updated
Oct 29, 2021 - Python
-
Updated
Jun 14, 2019 - Go
-
Updated
May 26, 2019
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Oct 26, 2021 - Go
-
Updated
Oct 16, 2021 - HCL
-
Updated
May 10, 2021 - Jinja
Some clusters can be stopped when k3x is started. Users could think the current cluster should be ready, but they would really need to "start" it. We should show a warning saying something like "the current cluster is stopped".
-
Updated
Apr 6, 2020 - Shell
-
Updated
Oct 12, 2021 - Roff
-
Updated
Oct 4, 2021 - Shell
-
Updated
Mar 22, 2018 - Go
-
Updated
Jul 10, 2017
-
Updated
Sep 7, 2020 - Go
What happened:
kconnect to my-alias --password $pass -k custom/cubeconfig/path writes kubeconfig to default kubeconfig path instead of custom/cubeconfig/path
What did you expect to happen:
kconnect to respects-k --kubeconfig flag and writes to the path specified.
How to reproduce it:
touch ~/test.config
kconnect to my-alias -k ~/test.config
expect kubeconfig writes t
-
Updated
Aug 1, 2021 - Python
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 15, 2017 - JavaScript
-
Updated
Jul 9, 2021 - Shell
-
Updated
May 2, 2021 - HTML
Improve this page
Add a description, image, and links to the rancher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rancher topic, visit your repo's landing page and select "manage topics."
--api-port seems the only way to change the
clusters.cluster.server: servername in the kubeconfig. However, the port is forced and server name is optional. I'd like the ability to set the hostname without having to also set the port. This would be to preserve the random port created.