runAsNonRoot: true
doesn't work if your container image uses a non-numeric UID.
#85
Labels
runAsNonRoot: true
doesn't work if your container image uses a non-numeric UID.
#85
Is this a bug report or a feature request?:
Bug
What happened:
I embarrassingly discovered that metallb 0.2.0 is broken. The manifests as configured cannot start either controller or bgp-speaker, because they require runAsNonRoot, and apparently k8s cannot verify that "nobody" is non-root because it's not a numeric UID.
What you expected to happen:
MetalLB 0.2.0 should work :(
How to reproduce it (as minimally and precisely as possible):
Try to apply the MetalLB manifests from the website.
The text was updated successfully, but these errors were encountered: