-
Updated
Mar 23, 2022 - Go
rancher
Here are 504 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
Mar 22, 2022 - Python
-
Updated
Jun 14, 2019 - Go
-
Updated
Mar 23, 2022 - Go
-
Updated
May 26, 2019
-
Updated
Mar 19, 2022 - Dockerfile
-
Updated
Mar 1, 2022 - HCL
Get /images
Hello.
Although it's not documented on the official documentation https://docs.hetzner.cloud/#images , the API method only returns 25 results per page. And again, the following two GET parameters aren't documented either,
Option 1 is to raise the per_page limit such as https://api.hetzner.cloud/v1/images?per_page=50
Option 2 is to query additional pages such as https://api.hetzner.cloud/v1/
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
Feb 14, 2022 - Jinja
-
Updated
Feb 18, 2022 - Shell
-
Updated
Oct 12, 2021 - Roff
-
Updated
Apr 6, 2020 - Shell
-
Updated
Mar 12, 2022 - Shell
-
Updated
Mar 22, 2018 - Go
-
Updated
Jul 10, 2017
What happened:
[A clear and concise description of what the bug is.]
Cannot use password with * character (with and without enclosing single quotes)
What did you expect to happen:
Successful login with saml
How to reproduce it:
Try to use password either with input or no input that has a * character
kconnect use eks --idp-protocol saml --no-input --region us-east
-
Updated
Mar 23, 2022 - Shell
-
Updated
Sep 7, 2020 - Go
-
Updated
Aug 1, 2021 - Python
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 15, 2017 - JavaScript
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."
Problem
I would like to be able to have different names for my node to help with discovery in tools like k9s.
If I (a) create the cluster and then (b) create the nodes I can achieve this.
But if I need to create the cluster and nodes at the same time i.e. via -agents flag then this is not possible.
And some use cases e.g. per-node volumes are only possible using this approach