diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index d763057d072a4..f97f9bdc55c06 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -174,6 +174,8 @@ spec: apps/v1alpha1: "true" ``` +Will result in the flag `--runtime-config=batch/v2alpha1=true,apps/v1alpha1=true`. Note that `kube-apiserver` accepts `true` as a value for switch-like flags. + #### serviceNodePortRange This value is passed as `--service-node-port-range` for `kube-apiserver`. @@ -184,8 +186,6 @@ spec: serviceNodePortRange: 30000-33000 ``` -Will result in the flag `--runtime-config=batch/v2alpha1=true,apps/v1alpha1=true`. Note that `kube-apiserver` accepts `true` as a value for switch-like flags. - ### externalDns This block contains configuration options for your `external-DNS` provider.