OCPBUGS-85408: Follow up corrections to GettingStarted guide#13
OCPBUGS-85408: Follow up corrections to GettingStarted guide#13Thealisyed wants to merge 1 commit into
Conversation
Address review comments from PR openshift#11 deferred to a follow-up: - Correct version boundaries from 4.20 to 4.19 - Rewrite "Behind the scenes" paragraph for SMCP/Istio CR context - Remove redundant cluster-admin permissions sentence - Clarify OSSM version requirement wording - Fix curl response example header ordering Assisted with Claude
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-85408, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
| * **OpenShift 4.19 and beyond:** OSSM 3 uses Istio resources instead of SMCP. | ||
| ```console | ||
| $ oc get istio -A | ||
| NAME NAMESPACE PROFILE REVISIONS READY IN USE ACTIVE REVISION STATUS VERSION AGE |
There was a problem hiding this comment.
this will no longer be valid with Grant's NO-OLM backport, which I believe was approved up to 4.19
| $ oc get service -n openshift-ingress demo-gateway | ||
| NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | ||
| demo-gateway LoadBalancer 172.30.175.176 domain.us-east-1.elb.amazonaws.com 15021:30608/TCP,80:31833/TCP 47s | ||
| ``` |
There was a problem hiding this comment.
aren't the deployment and services both called demo-gateway-openshift-default
Summary