Skip to content

Commit a36aa9c

Browse files
committed
Stop enabling alpha runtimeclass API
1 parent b0967ed commit a36aa9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cluster/gce/gci/configure-kubeapiserver.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ function start-kube-apiserver {
264264
if [[ -n "${FEATURE_GATES:-}" ]]; then
265265
params+=" --feature-gates=${FEATURE_GATES}"
266266
fi
267-
if [[ "${FEATURE_GATES:-}" =~ "RuntimeClass=true" ]]; then
268-
params+=" --runtime-config=node.k8s.io/v1alpha1=true"
269-
fi
270267
if [[ -n "${MASTER_ADVERTISE_ADDRESS:-}" ]]; then
271268
params+=" --advertise-address=${MASTER_ADVERTISE_ADDRESS}"
272269
if [[ -n "${PROXY_SSH_USER:-}" ]]; then

0 commit comments

Comments
 (0)