* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Removed -fs from troubleshooting command (#4177)
pull/4226/head
Andrew Chen 2017-06-27 16:48:26 -07:00
commit a424a4785b
1 changed files with 2 additions and 2 deletions

View File

@ -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"
```