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:
Dan Keder
2018-09-26 11:08:34 -07:00
committed by Denise
parent 02673ac21b
commit a2b17457b9
@@ -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.