From 8da42b7ce765ba3324f5a50f6a8fdc66668286bc Mon Sep 17 00:00:00 2001 From: Steve Ruckdashel Date: Wed, 20 Dec 2017 14:54:48 -0600 Subject: [PATCH] Moved paragraph relating to runtimeConfig This paragraph makes more sense under the runtimeConfig section than under the serviceNodePortRange section --- docs/cluster_spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.