istio / istio.io

Source for the istio.io site
https://istio.io/
Apache License 2.0
761 stars 1.54k forks source link

Only install the Gateway API CRDs once? #15578

Open craigbox opened 2 months ago

craigbox commented 2 months ago

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 commented 2 months ago

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.