mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Fix a typo in kube-proxy options
The cluster.yaml config doesn't accept `kube-proxy`, it only accepts `kubeproxy` like this:
```
services:
kubeproxy:
extra_args: []
```
This commit is contained in:
@@ -97,4 +97,4 @@ Currently, RKE doesn't support any specific options for the `scheduler` service.
|
||||
## Kubernetes Network Proxy
|
||||
The [Kubernetes network proxy](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/) service runs on all nodes and manages endpoints created by Kubernetes for TCP/UDP ports.
|
||||
|
||||
Currently, RKE doesn't support any specific options for the `kube-proxy` service.
|
||||
Currently, RKE doesn't support any specific options for the `kubeproxy` service.
|
||||
|
||||
Reference in New Issue
Block a user