We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 905fdda + 126a47d commit 4805074Copy full SHA for 4805074
cluster/gce/gci/configure-kubeapiserver.sh
@@ -256,6 +256,9 @@ function start-kube-apiserver {
256
if [[ -n "${FEATURE_GATES:-}" ]]; then
257
params+=" --feature-gates=${FEATURE_GATES}"
258
fi
259
+ if [[ -n "${KUBE_EMULATED_VERSION:-}" ]]; then
260
+ params+=" --emulated-version=kube=${KUBE_EMULATED_VERSION}"
261
+ fi
262
if [[ -n "${MASTER_ADVERTISE_ADDRESS:-}" ]]; then
263
params+=" --advertise-address=${MASTER_ADVERTISE_ADDRESS}"
264
elif [[ -n "${PROJECT_ID:-}" && -n "${TOKEN_URL:-}" && -n "${TOKEN_BODY:-}" && -n "${NODE_NETWORK:-}" ]]; then
0 commit comments