-
Notifications
You must be signed in to change notification settings - Fork 56
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
Rakkess displays extra lines with no resource name and no permissons #156
Comments
+1, same issue.
|
Same happens to me on minikube.
|
Signed-off-by: Dliv3 <dddliv3@gmail.com>
Same here |
Are there any CRDs already installed on these clusters? |
Same here on OKD cluster. @bryanasdev000 we have a bunch of CRDs installed in the cluster. |
I believe this should be fixed by #156. |
Same issue here OpenShift cluster |
The release on the krew index is still version 0.5.0 which contains this bug. The most current version in this repository is 0.5.1 in which the bug has been fixed. |
Before the normal output, there is extra output with no resource name, and empty permissions.
It looks like if the normal output has N lines, then there will be N empty lines.*
Expected behavior
Actual behavior
Steps To Reproduce
Output above was reproduced on a "fresh" KinD cluster (just created with
kind create cluster
).The full debug output is too long to be attached to this issue so I'm attaching it to this public gist:
https://gist.github.com/jpetazzo/0d39b6a92e927e4ff3fa5dfc549e91af
... I was wondering if that could be linked to my version of
kubectl
; but if I understand correctly rakkess doesn't rely onkubectl
in any way, right?Thanks!
The text was updated successfully, but these errors were encountered: