Remove non-existent log option

Kubernetes-commit: 3fbd3cf1cd55f99970a984f106006a02cce2c97b
This commit is contained in:
0daryo 2021-03-06 16:23:06 +09:00 committed by Kubernetes Publisher
parent 064bf3ddb9
commit 2de7d23dca

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 # if outside of the cluster
go run *.go -kubeconfig=/my/config -logtostderr=true go run *.go -kubeconfig=/my/config
``` ```