File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ set -o pipefail
21
21
SCRIPT_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
22
22
GATEWAY_API_VERSION=" ${GATEWAY_API_VERSION:- v1.3.0} "
23
23
GKE_GATEWAY_API_VERSION=" ${GKE_GATEWAY_API_VERSION:- v1.4.0} "
24
- ISTIO_VERSION=" ${ISTIO_VERSION:- 1.26.2} "
25
24
TEMP_DIR=$( mktemp -d)
26
25
27
26
cleanup () {
@@ -42,7 +41,6 @@ main() {
42
41
fetch_crds " https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/refs/tags/${GATEWAY_API_VERSION} /config/crd/standard/gateway.networking.k8s.io_httproutes.yaml"
43
42
fetch_crds " https://raw.githubusercontent.com/GoogleCloudPlatform/gke-gateway-api/refs/tags/${GKE_GATEWAY_API_VERSION} /config/crd/networking.gke.io_gcpbackendpolicies.yaml"
44
43
fetch_crds " https://raw.githubusercontent.com/GoogleCloudPlatform/gke-gateway-api/refs/tags/${GKE_GATEWAY_API_VERSION} /config/crd/networking.gke.io_healthcheckpolicies.yaml"
45
- fetch_crds " https://raw.githubusercontent.com/istio/istio/refs/tags/${ISTIO_VERSION} /manifests/charts/base/files/crd-all.gen.yaml"
46
44
47
45
make kubectl-validate
48
46
You can’t perform that action at this time.
0 commit comments