Replies: 4 comments 7 replies
-
The failure messages are not expected. I don't know where the "resource quota" messages are coming from, nor why it would be trying to recreate the secret if it already exists. |
Beta Was this translation helpful? Give feedback.
-
hey @xhejtman @brandond
seeing this in using the dmesg command
not sure why it's trying to remove the node here I'm considering disabling the rke2-server service, deleting the existing secret with node-password.rke2, then starting rke2-server any input is appreciated. please paste the GH issue if there's one created, thanks! |
Beta Was this translation helpful? Give feedback.
-
I tried to debug this issue a bit. I added some prints here: https://github.com/k3s-io/k3s/blob/b83f80372a740277c95ee431c740f78ccc17136e/pkg/nodepassword/nodepassword.go#L54 If I change the line: |
Beta Was this translation helpful? Give feedback.
-
41 nodes, 64/128 CPU cores per node and 512GB RAM. Few nodes have 96/192 CPU cores and 1.5TB RAM. These control plane nodes have 64/128 CPU cores and 512GB RAM. On startup, many service containers are starting (like fluentbit logging and so on), the control plane has about 33 pods/node. |
Beta Was this translation helpful? Give feedback.
-
It seem that for a few latest versions of
rke2
in1.30
branch, I can see this afterserver rke2-server restart
:or sometimes in variant:
is it expected?
Beta Was this translation helpful? Give feedback.
All reactions