Browse Source

Merge pull request #1048 from iamakulov/patch-1

Fix a typo: move “kubelet” out of the code block
Rajat Chopra 6 years ago
parent
commit
fd8c28917f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/troubleshooting.md

+ 1 - 1
Documentation/troubleshooting.md

@@ -73,7 +73,7 @@ You can check the podCidr for your nodes with one of the following two commands
 * `kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}'`
 * `kubectl get nodes -o template --template={{.spec.podCIDR}}`
 
-If your nodes do not have a podCIDR, then either use the `--pod-cidr kubelet` command-line option or the `--allocate-node-cidrs=true --cluster-cidr=<cidr>` controller-manager command-line options.
+If your nodes do not have a podCIDR, then either use the `--pod-cidr` kubelet command-line option or the `--allocate-node-cidrs=true --cluster-cidr=<cidr>` controller-manager command-line options.
 
 If `kubeadm` is being used then pass `--pod-network-cidr=10.244.0.0/16` to `kubeadm init` which will ensure that all nodes are automatically assigned a `podCIDR`.