Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2019-04-01 08:21:49
Size: 129
Editor: PieterSmit
Comment:
Revision 4 as of 2019-04-07 22:52:09
Size: 295
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:


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

Kubernetes

---

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)