-
Notifications
You must be signed in to change notification settings - Fork 63
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
node-role.kubernetes.io/worker label is problematic #130
Comments
You should be able to use custom node labels in ccNodeSelector field of ccRuntime. |
the reason why I opened this ticket was to notify that the default uses |
We can add instructions in the install guide to show usage of a custom node label. And the same is supported via the operator which might not be very clear since I don't see it documented. The issue with setting restricted node labels (*kubernetes.io.) during cluster creation time is described here - |
@katexochen thanks! |
Describe the bug
The operator expects
node-role.kubernetes.io/worker
label but this may not work always with some cluster setups.To Reproduce
Try to build a kind cluster with
node-role.kubernetes.io/worker
predefined, e.g., using the enclave-cc config:Describe the results you expected
The cluster is up.
Describe the results you received:
kubelet on the worker node fails to start due to:
Additional context
N/A
The text was updated successfully, but these errors were encountered: