Skip to content

Commit

Permalink
Fixed k8s.io/docs/getting-started-guides/fedora/fedora_manual_config,…
Browse files Browse the repository at this point in the history
… according to #7417
  • Loading branch information
scriptonist committed Mar 4, 2018
1 parent 44df1d9 commit 0bdc818
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docs/getting-started-guides/fedora/fedora_manual_config.md
Expand Up @@ -121,10 +121,27 @@ KUBELET_ADDRESS="--address=0.0.0.0"
KUBELET_HOSTNAME="--hostname-override=fed-node"

# location of the api-server
KUBELET_API_SERVER="--api-servers=http://fed-master:8080"
KUBELET_ARGS="--cgroup-driver=systemd --kubeconfig=/etc/kubernetes/master-kubeconfig.yaml --require-kubeconfig"

# Add your own!
#KUBELET_ARGS=""
KUBELET_ARGS=""

```

```yaml
kind: Config
clusters:
- name: local
cluster:
server: http://fed-master:8080
users:
- name: kubelet
contexts:
- context:
cluster: local
user: kubelet
name: kubelet-context
current-context: kubelet-context
```

* Start the appropriate services on the node (fed-node).
Expand Down

0 comments on commit 0bdc818

Please sign in to comment.