Remove non-existent log option

This commit is contained in:
0daryo 2021-03-06 16:23:06 +09:00
parent 5b0a2c3a29
commit 3fbd3cf1cd

View File

@ -13,5 +13,5 @@ The example is based on https://git.k8s.io/community/contributors/devel/sig-api-
```
# if outside of the cluster
go run *.go -kubeconfig=/my/config -logtostderr=true
go run *.go -kubeconfig=/my/config
```