*: 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
@@ -389,7 +389,7 @@ zk-0 0/1 Terminating 0 11m
Reapply the manifest in `zookeeper.yaml`.
```shell
kubectl apply -f http://k8s.io/docs/tutorials/stateful-application/zookeeper.yaml
kubectl apply -f https://k8s.io/docs/tutorials/stateful-application/zookeeper.yaml
```
The `zk` StatefulSet will be created, but, as they already exist, the other API