-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding CriticalAddonsOnly taint doesn't allow cluster to start #487
Comments
get pods output:
All pending
get nodes output:
|
can confirm this issue, it appears that while the system charts are properly tainted, the helm install jobs that deploy them are not, resulting in what @ChristopherEdwards is showing above |
@c3y1huang please help with this issue which is related to the pod created by the job does not have the correct tolerations to make the helm installation pending. Please try to review the below code (helm-controller) to see how to make |
Assigning to you @brandond as per our discussion in last sprint (yesterday, 12/15). You will take point on this issue. Review the PR that @c3y1huang proposed (thank you for the PR) and ensure it looks good / provide feedback. We should work towards getting this in to a January release if possible. I've set the 1.19.6 milestone for mid-January. |
This should be fixed in the above-linked PR:
|
Using master build rke2 version v1.19.5-dev+5c837fe7
On a two node cluster Created a two node cluster with one Control Plane and One worker node
|
Validated on rke2 version v1.19.7-rc1+rke2r1, rke2-coredns is in Running state on a single node cluster
|
This issue still occurs during create cluster: 3x control_plane + etcd, If you want to create cluster you have to taint k3s-io/k3s#6383 nodes after creation |
@gawsoftpl you're on the wrong repo. This issue is regarding rke2. If you have a problem with k3s, please open an issue over there. |
When installing a new cluster on a clean Amazon Linux 2 instance and setting:
in the
config.yaml
file results in a cluster node that will never become ready.I'm installing via the tarball installer and can provide details if required.
config.yaml:
The text was updated successfully, but these errors were encountered: