Merge pull request #100217 from 0daryo/fix-example-workqueue-option-readme

Remove non-existent log option in workqueue example
This commit is contained in:
Kubernetes Prow Robot 2021-04-08 20:28:54 -07:00 committed by GitHub
commit 49092ff790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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