-
Notifications
You must be signed in to change notification settings - Fork 125
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
noobaa status fails with Panic Attack #63
Comments
Noobaa client version
|
Don't know much about this, assigned to @tamireran for further investigation... |
Talked with Eran: This is a known bug and it's fixed in noobaa version 2.0.5 The workaround is to execute the following:
Link to issue: noobaa/noobaa-operator#101 |
This does not work
Then failure.
|
May help to install noobaa version 2.0.3 instead of 2.0.4. Instructions below for macbook installation.
Check noobaa version
|
The Noobaa-Operator version in the |
Need to have OCS 4.2 noobaa version and noobaa CLI client the same version. This appears to be what caused this issue. |
Describe the bug
Executing
noobaa status
does not complete correctly as shown in lab guide.Section in which you face the issue
https://github.com/red-hat-storage/ocs-training/tree/master/ocp4ocs4#checking-on-the-mcg-status
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Status completed correctly.
Environment
curl -s https://api.github.com/repos/noobaa/noobaa-operator/releases/latest | grep "mac" | cut -d : -f 2,3 | tr -d " | wget -qi - ; mv noobaa-mac-* noobaa ; chmod +x noobaa; sudo mv noobaa /usr/local/bin/
Did you use OCP deployed by the RHPDS workshop?
Yes
The text was updated successfully, but these errors were encountered: