Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2019-03-13 19:54:44
Size: 284
Editor: PieterSmit
Comment:
Revision 4 as of 2019-03-13 20:01:25
Size: 408
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

 * helm rollback; to last successfully DEPLOYED revision

 * helm upgrade --debug --dry-run
 * helm upgrade --install

Kubernetes helm chart notes

  • Links: Azure/Kubernetes

  • helm install --name p1 git/helmchart/ --namespace piet --set "env=DEV" --timeout 600
  • Run: helm ls --all p1; to check the status of the release
  • run: helm del --purge p1; to delete it
  • helm status p1
  • helm rollback; to last successfully DEPLOYED revision
  • helm upgrade --debug --dry-run
  • helm upgrade --install

k8s/helm (last edited 2022-08-02 02:27:36 by PieterSmit)