-
Notifications
You must be signed in to change notification settings - Fork 522
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
create namespace failure #403
Comments
Looks like we need to check what's wrong in |
@Danipiario: Hello, Sorry for the late reply. How are you specifying namespace? Via some resource fragment or |
Hi Rohan, |
ohk, I think most probably this issue should be fixed with #511 . I'll test with your pom configuration again whenever I revisit this and provide update. |
ohk, I tested with namespace inside plugin configuration. I think this issue would be fixed with my PR |
I tested again with merged changes in master with this configuration and it seemed to be working for me. I think it's fixed via #511.
|
Closing this issue. Feel free to re-open if you face this again in upcoming releases |
Description
Setup minimal pom with kubernetes plugin and namespace specified (namespace is new).
Command
mvn k8s:resource k8s:apply -X
generate this error:If I remove namespace inside context in kubernetes config the command is completed with no error and namespace is created.
ORIGINAL (KO)
MODIFIED (OK)
Info
mvn -v
) : 3.6.3Client Version: 4.5.0-0.okd-2020-08-12-020541
Server Version: 4.5.0-0.okd-2020-09-18-202631
Kubernetes Version: v1.18.3
The text was updated successfully, but these errors were encountered: