Files
container.training/k8s
Jerome Petazzoni b9de73d0fd Address deprecation of 'kubectl run'
kubectl run is being deprecated as a multi-purpose tool.
This PR replaces 'kubectl run' with 'kubectl create deployment'
in most places (except in the very first example, to reduce the
cognitive load; and when we really want a single-shot container).

It also updates the places where we use a 'run' label, since
'kubectl create deployment' uses the 'app' label instead.

NOTE: this hasn't gone through end-to-end testing yet.
2018-11-01 01:25:26 -05:00
..
2018-09-02 08:51:03 -05:00
2018-09-16 10:58:10 -05:00
2018-09-16 15:35:23 -05:00
2018-08-31 03:27:15 -05:00
2018-09-04 08:40:58 -05:00
2018-09-29 20:16:35 -05:00
2018-09-16 09:08:23 -05:00
2018-09-04 08:40:58 -05:00