kubeadm-init: update missing links and add kube-proxy info (#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.
This commit is contained in:
committed by
k8s-ci-robot
parent
46cde58bd2
commit
fd13fb547b
@@ -120,6 +120,8 @@ etcd:
|
|||||||
kubeProxy:
|
kubeProxy:
|
||||||
config:
|
config:
|
||||||
mode: <value|string>
|
mode: <value|string>
|
||||||
|
bindAddress: <address|string>
|
||||||
|
clusterCIDR: <cidr>
|
||||||
networking:
|
networking:
|
||||||
dnsDomain: <string>
|
dnsDomain: <string>
|
||||||
serviceSubnet: <cidr>
|
serviceSubnet: <cidr>
|
||||||
@@ -165,6 +167,11 @@ featureGates:
|
|||||||
<feature>: <bool>
|
<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}
|
### 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
|
If you would like to override or extend the behaviour of a control plane component, you can provide
|
||||||
@@ -183,10 +190,8 @@ apiServerExtraArgs:
|
|||||||
|
|
||||||
To customize the scheduler or controller-manager, use `schedulerExtraArgs` and `controllerManagerExtraArgs` respectively.
|
To customize the scheduler or controller-manager, use `schedulerExtraArgs` and `controllerManagerExtraArgs` respectively.
|
||||||
|
|
||||||
More information on custom arguments can be found here:
|
For more information on parameters for the controller-manager and scheduler, see:
|
||||||
- [kube-apiserver](/docs/admin/kube-apiserver/)
|
- [high-availability](/docs/setup/independent/high-availability)
|
||||||
- [kube-controller-manager](/docs/admin/kube-controller-manager/)
|
|
||||||
- [kube-scheduler](/docs/admin/kube-scheduler/)
|
|
||||||
|
|
||||||
### Using custom images {#custom-images}
|
### Using custom images {#custom-images}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user