Skip to content

Commit

Permalink
kubeadm-init: update missing links and add kube-proxy info (kubernete…
Browse files Browse the repository at this point in the history
…s#8460)

1) Remove missing links about kube-apiserver, kube-controller-manager
and kube-scheduler. Link to the high-availability page, which
isn't exactly a full replacement.

2) Add section about kube-proxy parameters.
  • Loading branch information
neolit123 authored and k8s-ci-robot committed May 10, 2018
1 parent 46cde58 commit fd13fb5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ etcd:
kubeProxy:
config:
mode: <value|string>
bindAddress: <address|string>
clusterCIDR: <cidr>
networking:
dnsDomain: <string>
serviceSubnet: <cidr>
Expand Down Expand Up @@ -165,6 +167,11 @@ featureGates:
<feature>: <bool>
```
### Adding kube-proxy parameters {#kube-proxy}
For information about kube-proxy parameters in the MasterConfiguration see:
- [kube-proxy](https://godoc.org/k8s.io/kubernetes/pkg/proxy/apis/kubeproxyconfig/v1alpha1#KubeProxyConfiguration)
### Passing custom arguments to control plane components {#custom-args}
If you would like to override or extend the behaviour of a control plane component, you can provide
Expand All @@ -183,10 +190,8 @@ apiServerExtraArgs:
To customize the scheduler or controller-manager, use `schedulerExtraArgs` and `controllerManagerExtraArgs` respectively.

More information on custom arguments can be found here:
- [kube-apiserver](/docs/admin/kube-apiserver/)
- [kube-controller-manager](/docs/admin/kube-controller-manager/)
- [kube-scheduler](/docs/admin/kube-scheduler/)
For more information on parameters for the controller-manager and scheduler, see:
- [high-availability](/docs/setup/independent/high-availability)

### Using custom images {#custom-images}

Expand Down

0 comments on commit fd13fb5

Please sign in to comment.