Bug 1974154 - update Troubleshooting Operator groups because of new story OLM-2116
Summary: update Troubleshooting Operator groups because of new story OLM-2116
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.8
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.8.0
Assignee: Alex Dellapenta
QA Contact: kuiwang
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-21 00:44 UTC by kuiwang
Modified: 2021-07-28 14:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-28 14:13:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description kuiwang 2021-06-21 00:44:09 UTC
Document URL: 
https://docs.openshift.com/container-platform/4.8/operators/understanding/olm/olm-understanding-operatorgroups.html#olm-operatorgroups-troubleshooting_olm-understanding-operatorgroups
Section Number and Name: 

section Troubleshooting Operator groups

Describe the issue: 

currently for "If more than one Operator group exists in a single namespace, any CSV created in that namespace transitions to a failure state with the reason TooManyOperatorGroups. CSVs in a failed state for this reason transition to pending after the number of Operator groups in their namespaces reaches one.", it is not suitable after OLM-2116.

With OLM-2116, csv will not genereated, and InstallPlan fails with error message.

“attenuated service account query failed - more than one operator group(s) are managing this namespace count=2”, here 2 is the number of og

the example is here:
--
{
    "lastTransitionTime": "2021-04-07T08:31:34Z",
    "lastUpdateTime": "2021-04-07T08:31:34Z",
    "message": "attenuated service account query failed - more than one operator group(s) are managing this namespace count=2",
    "reason": "InstallCheckFailed",
    "status": "False",
    "type": "Installed"
  }
--

Suggestions for improvement: 

Please remove existing descriptions. and add new description to indicate that we need to trouble shooting with Installplan if the og is more than one in one ns.

Additional information:

Comment 1 Alex Dellapenta 2021-06-28 22:17:11 UTC
PR: https://github.com/openshift/openshift-docs/pull/34071

Comment 2 kuiwang 2021-06-29 00:54:26 UTC
verified it.

After it is merged, I will change it to VERIFIED.

Comment 3 Alex Dellapenta 2021-06-29 01:13:14 UTC
Thank you! PR is now merged.


Note You need to log in before you can comment on or make changes to this bug.