Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #741 from EmeraldShift/master
Browse files Browse the repository at this point in the history
Fix MASTER_IP definition in kubeadm README
  • Loading branch information
stealthybox committed Dec 7, 2020
2 parents 5c87deb + e11f82b commit 51c762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kubeadm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ignite run weaveworks/ignite-kubeadm:latest \
--name master-0

# Get the IP address of the initial master, for the kubeadm join command below
export MASTER_IP=$($ignite inspect vm master-0 | jq -r ".status.ipAddresses[0]")
export MASTER_IP=$(ignite inspect vm master-0 | jq -r ".status.network.ipAddresses[0]")
```

Initialize it with `kubeadm` using `ignite exec`:
Expand Down

0 comments on commit 51c762f

Please sign in to comment.