Differences between revisions 2 and 3
Revision 2 as of 2019-04-01 08:21:49
Size: 129
Editor: PieterSmit
Comment:
Revision 3 as of 2019-04-07 22:51:19
Size: 290
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-03-17 08:01:06 by PieterSmit)