Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
* 'master' of https://github.com/kubernetes/kubernetes.github.io: Removed -fs from troubleshooting command (#4177)pull/4226/head
commit
a424a4785b
|
@ -403,5 +403,5 @@ test key. On your master VM (or somewhere with firewalls configured such that
|
|||
you can talk to your cluster's etcd), try:
|
||||
|
||||
```shell
|
||||
curl -fs -X PUT "http://${host}:${port}/v2/keys/_test"
|
||||
curl -X PUT "http://${host}:${port}/v2/keys/_test"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue