forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Windows] Set Node IP after
kubeadm join
complete (antrea-io#743)
In the document we have a step to set the Node IP used by kubelet by editing the kubeadm-flags.env file. However, the file only exists after "kubeadm join" completes. This patch moves the set Node IP step after "kubeadm join". And adds a "restart-service kubelet" operation to make the configuration change effective. Signed-off-by: Rui Cao <rcao@vmware.com>
- Loading branch information
Showing
1 changed file
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters