Skip to content

Commit 4f83607

Browse files
committed
Shortned the LS message to make it clearer
Shorten the limited support message to reduce the noise and provide direct action items for the user. Added a link to the documentation for egress check to enable customer to verify the egress configuration. Prompt: make the selected sentence shorter, polite professional. It is long and I it needs to be easy to understand that the action is to check the URLs causing the issue with the guide provided Signed-off-by: Petr Kotas <[email protected]> Co-authored-by: Gemini Chat
1 parent 8fc38a6 commit 4f83607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/investigations/chgm/chgm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929

3030
egressLS = ocm.LimitedSupportReason{
3131
Summary: "Cluster is in Limited Support due to unsupported cloud provider configuration",
32-
Details: "Your cluster requires you to take action. SRE has observed that there have been changes made to the network configuration which impacts normal working of the cluster, including lack of network egress to internet-based resources which are required for the cluster operation and support. Please revert changes, and refer to documentation regarding firewall requirements for PrivateLink clusters: https://access.redhat.com/documentation/en-us/red_hat_openshift_service_on_aws/4/html/prepare_your_environment/rosa-sts-aws-prereqs#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs#",
32+
Details: "Action required: Network configuration changes detected that block required internet egress, impacting cluster operation and support. Please revert these changes. For firewall requirements for PrivateLink clusters, see: https://access.redhat.com/documentation/en-us/red_hat_openshift_service_on_aws/4/html/prepare_your_environment/rosa-sts-aws-prereqs#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs and to determine broken URLs, see: https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/networking/rosa-network-verification_ingress-node-firewall-operator",
3333
}
3434
)
3535

0 commit comments

Comments
 (0)