Files
website/content/en/docs/tasks
sharet-adl c9a278dc2f update deployment sample, due to deprecated option
Creating a deployment using 'kubectl run' command was deprecated and is not supported anymore, starting with 1.18 version. In order to keep the example as relevant as possible, all 3 pods were kept.

Couple of changes:
- fix example to use 'kubectl create deployment' command, and scaled it up explicitly
- fix missing label for both Deployment and Service
- update label key, from 'run' to 'app', as deployments automatically add the label with this key
- update comment on how label's key could have used 'run' and 'app' values
- update pods names and internal hostnames - which are based on the replicaSet (eg. hostnames-632524106).
2020-05-19 18:49:32 +03:00
..
2020-05-12 13:58:32 -07:00
2020-04-07 18:08:40 -04:00
2020-04-24 17:06:42 -04:00
2020-05-11 18:12:43 -04:00
2020-05-12 13:58:32 -07:00