We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a production environment, users usually have limited privileges. In this case kubectl tree <kind> <name> fails with
kubectl tree <kind> <name>
Error: error while querying api objects: listing resources failed (<GVK>): <kind> is forbidden
I would suggest to print a warning for 403s but continue processing otherwise.
EDIT: Just saw there is already #55 for this. Please merge.
The text was updated successfully, but these errors were encountered:
Just pushed some changes to #55. Do you have the means to try that branch out and see if it works as you expected?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In a production environment, users usually have limited privileges. In this case
kubectl tree <kind> <name>
fails withI would suggest to print a warning for 403s but continue processing otherwise.
EDIT: Just saw there is already #55 for this. Please merge.
The text was updated successfully, but these errors were encountered: