Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flag provided but not defined: -writeStatusName #770

Closed
galderz opened this issue Mar 20, 2019 · 3 comments
Closed

flag provided but not defined: -writeStatusName #770

galderz opened this issue Mar 20, 2019 · 3 comments

Comments

@galderz
Copy link

galderz commented Mar 20, 2019

When running on minikube 0.35 and doing:

$ kubectl create -f deploy/upstream/manifests/latest/
$ kubectl logs olm-operator-77dd6597cb-v8826 -n olm                                                                                                                                                                                                                              master
flag provided but not defined: -writeStatusName
Usage of /bin/olm:
  -alsologtostderr
    	log to standard error as well as files
  -debug
    	use debug log level
  -interval duration
    	wake up interval (default 5m0s)
  -kubeconfig string
    	absolute path to the kubeconfig file
  -log_backtrace_at value
    	when logging hits line file:N, emit a stack trace
  -log_dir string
    	If non-empty, write log files in this directory
  -logtostderr
    	log to standard error instead of files
  -stderrthreshold value
    	logs at or above this threshold go to stderr
  -v value
    	log level for V logs
  -version
    	displays olm version
  -vmodule value
    	comma-separated list of pattern=N settings for file-filtered logging
  -watchedNamespaces -watchedNamespaces=""
    	comma separated list of namespaces for olm operator to watch. If not set, or set to the empty string (e.g. -watchedNamespaces=""), olm operator will watch all namespaces in the cluster.
@njhale
Copy link
Member

njhale commented Mar 21, 2019

@galderz Thanks for submitting your report! #771 (which just merged) recut the release manifests for upstream OLM. I think pulling the latest changes from master should resolve this issue.

@FxKu
Copy link

FxKu commented Mar 22, 2019

Had the same problem and can confirm that it works now for me after pulling the latest version of OLM.
Btw: Tested with kind v0.2.0.

@galderz
Copy link
Author

galderz commented Mar 25, 2019

Updated master and it's all working fine now. Thanks!

@galderz galderz closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants