Skip to content
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

Only install the Gateway API CRDs once? #15578

Open
craigbox opened this issue Aug 20, 2024 · 1 comment
Open

Only install the Gateway API CRDs once? #15578

craigbox opened this issue Aug 20, 2024 · 1 comment

Comments

@craigbox
Copy link
Contributor

craigbox commented Aug 20, 2024

We have a lot of tests that start by installing the latest Gateway API CRDs, and end with removing them.
The YAML is fetched from GitHub every time (/content/en/boilerplates/snips/gateway-api-install-crds.sh).

I expect the tests that don't involve the Gateway API won't be perturbed by its presence.

Should we just install these CRDs at the start of testing the profile, and never remove them?

@bleggett
Copy link
Contributor

There may be some tests that depend on the experimental ones, and some tests that depend on the stable ones.

Outside of that (which may not be a thing) this is probably what we should do, yeah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants