Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2019-04-01 08:15:23
Size: 111
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 4: Line 4:

<<ChildPages>>


---
== 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)