-
Notifications
You must be signed in to change notification settings - Fork 117
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
Provider namespace field doesn't put new resources in the namespace #415
Comments
Very possible this got fixed by #403. |
Confirmed that this behavior is still present after #403 merged. |
To be clear, I believe this is not a regression -- I very seriously doubt this ever worked. That said, not one, not two, but three whole community members thumbsed-up the OP, so I think we should mark this as P1 for M22. Independent of that, though, solving this would very likely incidentally solve #217, which is another reason we should do it. I'll go ahead and mark this as P1 proactively -- @lblackstone if you can't budget that into M22, or think it shouldn't be P1, let's chat. Now, to the matter at hand. This issue is also more subtle than it might seem -- this is basically equivalent to
A reasonable proposal, I think, is that we probably want to be able to pass a Thoughts? |
When we solve this problem, we should make consider erroring out when people try to set the namespace of a resource that is not namespaced. This leads to all sorts of annoying problems if it is silently accepted. |
Reverted fix due to some problems with CRDs. Will address and push a new fix. |
I'm not sure if this is intentional, but here's the repro:
This program creates a
Pod
in thedefault
namespace, where I'd expect it to be put inmynamespace
. If this is intentional, let's document it better, since it kinda seems like thenamespace
argument on the provider applies a default namespace ofmynamespace
if no other namespace is provided.The text was updated successfully, but these errors were encountered: