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

Fix MASTER_IP definition in kubeadm README #741

Merged
merged 1 commit into from
Dec 7, 2020

Conversation

EmeraldShift
Copy link
Contributor

Resolves #740. Tested by spawning a VM with name master-0, running the command, and reading $MASTER_IP.

ignite run ... --name master-0
export MASTER_IP=$(ignite inspect vm master-0 | jq -r ".status.network.ipAddresses[0]")
echo $MASTER_IP # Prints a valid IP address.

@stealthybox
Copy link
Contributor

Just tried this edit out a little bit -- thanks for the fix :)

@stealthybox stealthybox merged commit 51c762f into weaveworks:master Dec 7, 2020
@stealthybox stealthybox added the documentation/better-examples Improve examples in the code and docs label Feb 2, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
documentation/better-examples Improve examples in the code and docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Malformed syntax & outdated/invalid jq argument in kubeadm image README
2 participants