Skip to content

Commit 3524a2a

Browse files
authored
Update bootkube.md
removed the requirement to edit kubelet manifest, as now kube-router gets node name from env variable
1 parent d4f3297 commit 3524a2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/bootkube.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ Since kube-router uses node routing rules to directly route pod-to-pod traffic t
6262
aws ec2 modify-instance-attribute --instance-id <instance id>--no-source-dest-check
6363
```
6464

65-
Bootkube deploys kubelet with `--hostname-override=${COREOS_PRIVATE_IPV4}` in the manifest which means nodes will register with IP address instead of node hostname to Kubernetes API server. Which will cause problem for both Kube-proxy (unless you use `--hostname-override `with kube-proxy as well) and Kube-router. Kube-router does not implement `--hostname-override` yet. So remove `--hostname-override` flag from both kubelet.master and kubelet.worker manifests.
66-
6765
## Cluster Startup
6866

6967
Finally, proceed by following the Bootkube documentation, which generally

0 commit comments

Comments
 (0)