You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far so good the workshop, however when i run the command
kubectl get secret rook-rook-user -oyaml | sed "/resourceVer/d;/uid/d;/self/d;/creat/d;/namespace/d" | kubectl -n kube-system apply -f -
I get as a response
-Error from server (NotFound): secrets "rook-rook-user" not found
error: no objects passed to apply
Is it something obvious i am missing since i am new to kubernetes?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@andrewchron Unfortunately it seems like Rook is pretty much broken right now.
It's probably neither of us' fault, instead I think there's a slight bug in the operator that made it stop working now.
So far so good the workshop, however when i run the command
kubectl get secret rook-rook-user -oyaml | sed "/resourceVer/d;/uid/d;/self/d;/creat/d;/namespace/d" | kubectl -n kube-system apply -f -
I get as a response
-Error from server (NotFound): secrets "rook-rook-user" not found
error: no objects passed to apply
Is it something obvious i am missing since i am new to kubernetes?
Thanks in advance.
The text was updated successfully, but these errors were encountered: