-
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
Release 0.5.0 contains duplicate kind:Namespace/gateway-system object definition. #1374
Comments
What do you mean by saying a duplicate definition of the |
It looks like the problem is that both gateway-api/hack/build-install-yaml.sh Lines 42 to 58 in 83eac3a
I don't think we're suggesting anyone use the individual YAML files, so it may make sense to pull out the namespace definition to a separate |
@robscott I'm interesting in contributing to gateway-api project and I think this issue is a good start, can you assign it to me? Thanks. |
Thanks! /assign @gyohuangxin |
@robscott Thanks, I just created a PR, can you review it? |
Opening this back up to track a cherry pick into release-0.5 |
@robscott I raised a PR to cherry pick it into release-0.5, please review it, thanks. |
/close Cherry pick to 0.5 in #1387 has merged. |
@mikemorris: 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. |
I'm attempting to reference either the standard-install.yaml or experimental-install.yaml on the releases page, via a kustomization.yaml/resources: tag. However, both of those files contain a duplicate definition of the gateway-system namespace. This breaks when applied directly via using via helmfile/helm/kustomize pipeline.
To work around this I downloaded the files and I modified them locally, to remove the duplicate Namespace.
The text was updated successfully, but these errors were encountered: