I hereby claim:
- I am mbachmann-sts on github.
- I am mbachmann_sts (https://keybase.io/mbachmann_sts) on keybase.
- I have a public key ASDT1IDjgcUggL4AZZe41rmGS49GvETafXgxBKnWxfqc9go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| apt update && | |
| apt install -y curl && | |
| curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && | |
| install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && | |
| curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && | |
| chmod 700 get_helm.sh && | |
| ./get_helm.sh && | |
| helm repo add bitnami https://charts.bitnami.com/bitnami |