-
Notifications
You must be signed in to change notification settings - Fork 497
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
Conflict namespace resource when using kustomize #1399
Comments
This bug has been fixed by #1374, are you using the latest code? |
I think for non-contributors latest code = latest released code :) |
@mclayer Yes, it's a good reminder. @robscott This fix was merged and cherry-picked to release-0.5, but we haven't updated it on release page. |
Yes, the fix for this will be included in the v0.5.1 patch release. |
@youngnick Great, thanks! |
@oo00spy00oo https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.5.1 was released, it fixed this issue. |
/close |
@youngnick: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It's worked, thanks! |
What happened:
What you expected to happen:
Build with
kustomize
via command:How to reproduce it (as minimally and precisely as possible):
kustomizaton.yaml
Anything else we need to know?:
There are 2
kind: Namespace
withname: gateway-system
instandard-install.yaml
Remove conflict namespace resource
The text was updated successfully, but these errors were encountered: