From 958cd8f6ee2642cb6d9d1880dd62e38f65d9be8c Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 16 Jun 2022 15:10:24 -0400 Subject: [PATCH] config/crd: install only selected Gateway API CRDs, from experimental channel --- config/crd/kustomization.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 9f06025c0..8a00fa9aa 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -2,7 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.0-rc1 -- github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.0-rc1 +- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml?ref=v0.5.0-rc1 +- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_gateways.yaml?ref=v0.5.0-rc1 +- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml?ref=v0.5.0-rc1 +- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_referencegrants.yaml?ref=v0.5.0-rc1 +- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_referencepolicies.yaml?ref=v0.5.0-rc1 +- github.com/kubernetes-sigs/gateway-api/config/crd/experimental/gateway.networking.k8s.io_tcproutes.yaml?ref=v0.5.0-rc1 - bases/api-gateway.consul.hashicorp.com_gatewayclassconfigs.yaml - bases/api-gateway.consul.hashicorp.com_meshservices.yaml