Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.16

This commit is contained in:
simplytunde
2019-08-23 12:43:41 -05:00
94 changed files with 3831 additions and 292 deletions
@@ -146,12 +146,12 @@ The preceding command creates a
To delete the Service, enter this command:
kubectl delete services my-service
kubectl delete services my-service
To delete the Deployment, the ReplicaSet, and the Pods that are running
the Hello World application, enter this command:
kubectl delete deployment hello-world
kubectl delete deployment hello-world
{{% /capture %}}