Skip to content

Commit fc4d924

Browse files
committed
gce-alpha-features: always enable ClusterTrusbBundles feature gates
The alpha-features test enables all the APIs but as ClusterTrustBundles move to beta, we explicitly need to enable these FGs.
1 parent 797755e commit fc4d924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ presubmits:
463463
args:
464464
- --ginkgo-parallel=1
465465
- --build=quick
466-
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
466+
- --env=KUBE_FEATURE_GATES=AllAlpha=true,ClusterTrustBundle=true,ClusterTrustBundleProjection=true,EventedPLEG=false
467467
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
468468
- --env=KUBE_PROXY_DAEMONSET=true
469469
- --env=ENABLE_POD_PRIORITY=true
@@ -933,7 +933,7 @@ periodics:
933933
- /workspace/scenarios/kubernetes_e2e.py
934934
args:
935935
- --check-leaked-resources
936-
- --env=KUBE_FEATURE_GATES=AllAlpha=true,EventedPLEG=false
936+
- --env=KUBE_FEATURE_GATES=AllAlpha=true,ClusterTrustBundle=true,ClusterTrustBundleProjection=true,EventedPLEG=false
937937
- --env=ENABLE_CACHE_MUTATION_DETECTOR=true
938938
- --env=KUBE_PROXY_DAEMONSET=true
939939
- --env=ENABLE_POD_PRIORITY=true

0 commit comments

Comments
 (0)