-
Notifications
You must be signed in to change notification settings - Fork 0
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
ODF operator on nerc-ocp-infra is degraded #688
Comments
/CC @computate @schwesig |
It looks like the ODF operator is stuck installing:
|
My theory is that we can grab the missing ConfigMap from the production cluster, where is has this data:
It looks like we will also need the |
@schwesig is going to open a customer support case and ask (a) if they can help figure out how things go into this state in the first place, and (b) if the suggestion in my previous comment seems reasonable. |
problem from earlier: https://access.redhat.com/support/cases/#/case/03861871 |
odf operator update seems to be succesfull now (after maintenance restart Sept 5th). Update on RH support ticket: the problem seems to be rarely known. (ODF update failing) |
icebox until this is solved |
partly fixing nerc-project/operations#745 - New ExternalSecret for ACM metrics 2Ti object storage in `open-cluster-management-observability` namespace. - Updated the ACM observability bundle to include the new resource in the kustomization. - Patch for the infra overlay to map the bucket, endpoint, access_key, and secret_key for ACM metrics 2Ti object storage. - Manually, outside of github: added bucket, endpoint, access_key, and secret_key to vault infra. This new storage is for testing our problems with nooba, scaling storage pools, and ODF operator. nerc-project/operations#688 To reproduce the error or solve it. Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
partly fixing nerc-project/operations#745 - New ExternalSecret for ACM metrics 2Ti object storage in `open-cluster-management-observability` namespace. - Updated the ACM observability bundle to include the new resource in the kustomization. - Patch for the infra overlay to map the bucket, endpoint, access_key, and secret_key for ACM metrics 2Ti object storage. - Manually, outside of github: added bucket, endpoint, access_key, and secret_key to vault infra. This new storage is for testing our problems with nooba, scaling storage pools, and ODF operator. nerc-project/operations#688 To reproduce the error or solve it. Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
partly fixing nerc-project/operations#745 Update the configuration for ACM metrics object storage to use - the acm-metrics-2ti.yaml file - and the acm-metrics-2ti-object-storage name. This new storage is for testing our problems with nooba, scaling storage pools, and ODF operator. nerc-project/operations#688 To reproduce the error or solve it. Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
partly fixing nerc-project/operations#745 Update the configuration for ACM metrics object storage to use - the acm-metrics-2ti.yaml file - and the acm-metrics-2ti-object-storage name. This new storage is for testing our problems with nooba, scaling storage pools, and ODF operator. nerc-project/operations#688 To reproduce the error or solve it. Signed-off-by: /Thor(sten)?/ Schwesig <[email protected]>
the degradation part is solved. |
RH support case: https://access.redhat.com/support/cases/#/case/03908442
Thorsten and Chris were experiencing issues with the
acm-metrics-backing-store
. They deleted the pods associated with this backing store, and the pods failed to come back. Upon investigation, theodf-operator-controller-manager
pod is in a failed state:Inspecting the container statuses, we see:
And indeed, the
odf-operator-manager-config
ConfigMap does not exist.The text was updated successfully, but these errors were encountered: