-
Notifications
You must be signed in to change notification settings - Fork 259
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
unprefixed keys are not allowed #2074
Comments
even with this flag disabled, I get
|
/assign |
I believe this is a bug rather than a feature since I expected |
I've tested it and even when the args:
- "-feature-gates=DisableAutoPrefix=true" |
Yes, this is by design, unprefixed labels are being blocked. I think we could allow those in case |
I think we should also consider graduating |
I will send a patch for review then. |
What would you like to be added: The ability to add no namespace
Why is this needed:
I am using GKE, and in order to use the Nvidia GPU Operator correctly I need to disable the installation of the device plugin by adding this label
gke-no-default-nvidia-gpu-device-plugin=true
see https://cloud.google.com/kubernetes-engine/docs/how-to/gpu-operator#setup-node-pool
I am using
which unfortunately produces
feature.node.kubernetes.io/gke-no-default-nvidia-gpu-device-plugin=true
Unfortunately NFD offers no ways that I can see to remove the prefix namespace.
I understand that it is against best practices, but we're all adults :)
The text was updated successfully, but these errors were encountered: