Admnistration See what is currently installed helm list -A NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION nesux3 default 1 2022-08-12 20:01:16.0982324 +0200 CEST deployed nexus3-1.0.6 3.37.3 Install/Uninstall helm status nesux3 helm uninstall nesux3 helm install nexus3 helm history nexus3 # work even if...

Connexion to k8s cluster Kubeconfig Define KUBECONFIG in your profile # Default one KUBECONFIG=~/.kube/config # Several context - to keep splited KUBECONFIG=~/.kube/k3sup-lab:~/.kube/k3s-dev # Or can be specified in command kubectl get pods --kubeconfig=admin-kube-config View and Set kubectl config view kubectl config...