kubermatic / kubermatic/docs

Update KubeOne docs for ARM based installation

Open
#1,966 8 comments 0 reactions 0 assignees View on GitHub
lifecycle/frozen
Dominant language
SCSS
Stars
19
Forks
117
Avg merge
13h 29m
Merged PRs (30d)
13

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||')

curl -LO "https://github.com/kubermatic/kubeone/releases/download/v${VERSION}/kubeone_${VERSION}_${OS}_arm64.zip"

unzip kubeone_${VERSION}_${OS}_arm64.zip -d kubeone_${VERSION}_${OS}_arm64
sudo mv kubeone_${VERSION}_${OS}_arm64/kubeone /usr/local/bin

Contributor guide

Open the contributing guide

Research direction

Start with the KubeOne v1.11 getting-started page linked in the issue and review its installation examples for hard-coded amd64 references. Update the examples to cover ARM-based installation using the provided arm64 download commands while retaining the existing amd64 path. Done means the rendered documentation clearly explains both architectures.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, shell
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.