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
This is caused by a mistake in the operator that left the secretRef empty in NooBaa.Status.Accounts.Admin.SecretRef.
We better fix two things:
The CLI code should be fixed to avoid reading from that status path in order to run the cli status command.
The reconcile code should make sure to set the secretRef in the status.
WORKAROUND
If you get stuck in that crash loop the workaround is to fill the empty secretRef in the noobaa system status, but unfortunately kubectl doesn't support it - see kubernetes/kubectl#564.
So this is the fix using curl:
(just make sure to change the namespace from openshift-storage if you used a different one)
CLI version 2.0.3
The text was updated successfully, but these errors were encountered: