AWX Installation
2.2.3 / Installation von kubectl
Kubectl wird nicht automatisch mit installiert. Diese muss manuell nachinstalliert werden.
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
Prüfen der Installation
kubectl version --client
Falls das Problem weiterhin besteht
echo $PATH
which kubectl
Danach am besten den Server neu starten.
4.1 Das Helm Repo hat eine neue URL
helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/