Skip to content

Commit

Permalink
Merge pull request #4125 from steveruckdashel/patch-1
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Moved paragraph relating to runtimeConfig
  • Loading branch information
Kubernetes Submit Queue authored Dec 27, 2017
2 parents d2ac1b4 + 8da42b7 commit 241d5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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.
Expand Down

0 comments on commit 241d5d0

Please sign in to comment.