*: 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user