* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Removed -fs from troubleshooting command (#4177)
This commit is contained in:
Andrew Chen
2017-06-27 16:48:44 -07:00
@@ -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: you can talk to your cluster's etcd), try:
```shell ```shell
curl -fs -X PUT "http://${host}:${port}/v2/keys/_test" curl -X PUT "http://${host}:${port}/v2/keys/_test"
``` ```