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?
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?