diff --git a/examples/workqueue/README.md b/examples/workqueue/README.md index 2cde9c17..5bba2e4e 100644 --- a/examples/workqueue/README.md +++ b/examples/workqueue/README.md @@ -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 ```