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

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.

bleggett avatar Aug 20 '24 21:08 bleggett