Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2019-03-13 19:52:28
Size: 237
Editor: PieterSmit
Comment:
Revision 3 as of 2019-03-13 19:57:32
Size: 381
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 Links:  Links: [[Azure/Kubernetes]]
Line 4: Line 5:
Line 5: Line 7:
Line 6: Line 9:

 * helm status p1

 * helm rollback; to last successfully DEPLOYED revision

 * helm upgrade --debug --dry-run

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

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