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

contour: error: expected argument for flag '--kubernetes-debug', try --help #3810

Closed
jaalle opened this issue Jun 15, 2021 · 2 comments · Fixed by #3821
Closed

contour: error: expected argument for flag '--kubernetes-debug', try --help #3810

jaalle opened this issue Jun 15, 2021 · 2 comments · Fixed by #3821
Labels
area/documentation Issues or PRs related to documentation. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@jaalle
Copy link

jaalle commented Jun 15, 2021

On Page:

States:

This flag accepts an integer log level argument, where higher number indicates more detailed logging.

but this should really be:

This flag requires an integer log level argument, where higher number indicates more detailed logging.

because without an integer log level argument, the pod goes into CrashLoopBackOff and error:

kubectl logs contour-668d444456-7s8rs --namespace projectcontour

contour: error: expected argument for flag '--kubernetes-debug', try --help

is reported.

@skriss skriss added the area/documentation Issues or PRs related to documentation. label Jun 15, 2021
@skriss
Copy link
Member

skriss commented Jun 15, 2021

@jaalle would you be interested in submitting a PR to clarify this?

@jonasrosland jonasrosland added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Jun 16, 2021
@Patil2099
Copy link
Contributor

I would love to pick this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants