-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale.Denotes an issue or PR that has aged beyond stale.
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/rottenDenotes an issue or PR that has aged beyond stale.Denotes an issue or PR that has aged beyond stale.