Skip to content

Instantly share code, notes, and snippets.

@pahud
Last active October 16, 2023 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahud/b6f124fa8de6cd39b555f7027cafdc4e to your computer and use it in GitHub Desktop.
Save pahud/b6f124fa8de6cd39b555f7027cafdc4e to your computer and use it in GitHub Desktop.
kubectl get po
#!/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