istio.io icon indicating copy to clipboard operation
istio.io copied to clipboard

Only install the Gateway API CRDs once?

Open craigbox opened this issue 1 year ago • 1 comments

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?

craigbox avatar Aug 20 '24 09:08 craigbox