*: don't create -f from http endpoints!
k8s.io didn't always have https. But, now we do. We should fix this immediatly.
This commit is contained in:
@@ -101,7 +101,7 @@ Open a command terminal, and use
|
||||
manifest.
|
||||
|
||||
```shell
|
||||
kubectl create -f http://k8s.io/docs/tutorials/stateful-application/zookeeper.yaml
|
||||
kubectl create -f https://k8s.io/docs/tutorials/stateful-application/zookeeper.yaml
|
||||
```
|
||||
|
||||
This creates the `zk-headless` Headless Service, the `zk-config` ConfigMap,
|
||||
|
||||
Reference in New Issue
Block a user