-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
Installing KubeOne from an ARM based System is NOT mentioned in the docs.
All code examples have amd64 "hard coded". Update would be great.
https://docs.kubermatic.com/kubeone/v1.11/getting-kubeone/
This worked fine for me:
OS=$(uname)
VERSION=$(curl -w '%{url_effective}' -I -L -s -S https://github.com/kubermatic/kubeone/releases/latest -o /dev/null | sed -e 's|.*/v||')
unzip kubeone_${VERSION}${OS}arm64.zip -d kubeone${VERSION}${OS}arm64
sudo mv kubeone${VERSION}_${OS}_arm64/kubeone /usr/local/bin
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.