Skip to content
#

rancher

Here are 504 public repositories matching this topic...

nadenf
nadenf commented Nov 11, 2021

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

enhancement good first issue priority/low
darkcloud784
darkcloud784 commented Apr 24, 2021

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

good first issue
bsebusiness
bsebusiness commented Sep 29, 2020

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/

enhancement good first issue
erikanderson
erikanderson commented Jan 10, 2022

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
kind/bug good first issue priority/important area/authentication

Improve this page

Add a description, image, and links to the rancher topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rancher topic, visit your repo's landing page and select "manage topics."

Learn more