Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2019-04-01 08:21:49
Size: 129
Editor: PieterSmit
Comment:
Revision 5 as of 2019-04-07 22:52:35
Size: 314
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Child Pages ==
Line 6: Line 7:


---
== Edit a deployment, e.g. remove a startup container failing ==
 * Edit deployment {{{
# kubectl --namespace nsp-tst edit deployments myservice
   }}}

Kubernetes

Child Pages

---

Edit a deployment, e.g. remove a startup container failing

  • Edit deployment

    # kubectl --namespace nsp-tst edit deployments myservice 

k8s (last edited 2024-05-09 21:29:26 by PieterSmit)