*: don't apply -f from http endpoints!

k8s.io didn't always have https. But, now we do. We should fix this
immediately.
This commit is contained in:
Brandon Philips
2017-05-17 20:15:28 -07:00
parent 3b5bdc3f00
commit 56ffe1644c
3 changed files with 7 additions and 7 deletions
@@ -96,7 +96,7 @@ specifies that the deployment should be updated to use nginx 1.8.
1. Apply the new YAML file:
kubectl apply -f http://k8s.io/docs/tutorials/stateless-application/deployment-update.yaml
kubectl apply -f https://k8s.io/docs/tutorials/stateless-application/deployment-update.yaml
1. Watch the deployment create pods with new names and delete the old pods:
@@ -112,7 +112,7 @@ should have four pods:
1. Apply the new YAML file:
kubectl apply -f http://k8s.io/docs/tutorials/stateless-application/deployment-scale.yaml
kubectl apply -f https://k8s.io/docs/tutorials/stateless-application/deployment-scale.yaml
1. Verify that the Deployment has four pods: