Last active
October 16, 2023 22:39
-
-
Save pahud/b6f124fa8de6cd39b555f7027cafdc4e to your computer and use it in GitHub Desktop.
kubectl get po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
kubectl --namespace=kube-system get po | |
helm upgrade --install --create-namespace -n nginx my-nginx oci://registry-1.docker.io/bitnamicharts/nginx | |
kubectl --namespace=nginx get po |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment