-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KubernetesServer mock should set the namespace of a resource being added #3265
Comments
Duplicate of #3194 |
@shawkins nice, thx! |
@shawkins also, any way to get it in 5.4.2 maybe? Or will 5.5 be released soon? |
There's been a lot of changes to the mock server in 5.5, so it's not a quick hit to pull this into 5.4.2. Since it seems like you are already looking for other things that are in 5.5 it would be simplest to just pick up that release. |
@shawkins yep, totally agree, thx again :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When running tests using
KubernetesServer
, and then with the client doing something like:If
job
didn't have the namespace set, then actualJob does not have its namespace set, while with an actual k8s API server, I believe it would be set.I think the same happen if you fetch the jobs from the mock API server.
The text was updated successfully, but these errors were encountered: