-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.12.z
-
No
-
2
-
SD OSDOCS Sprint 245, SD OSDOCS Sprint 246
-
2
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
Commands listed for manual STS creation IAM are using out of date OpenShift version (4.8) and should be updated to the current release 4.12
Version-Release number of selected component (if applicable):
https://docs.openshift.com/rosa/rosa_architecture/rosa-sts-about-iam-resources.html#rosa-sts-account-wide-role-and-policy-aws-cli_rosa-sts-about-iam-resources
How reproducible:
100%
Steps to Reproduce:
1. navigate to https://docs.openshift.com/rosa/rosa_architecture/rosa-sts-about-iam-resources.html#rosa-sts-account-wide-role-and-policy-aws-cli_rosa-sts-about-iam-resources 2. see example commands: aws iam create-role \ --role-name ManagedOpenShift-Installer-Role \ --assume-role-policy-document file://sts_installer_trust_policy.json \ --tags Key=rosa_openshift_version,Value=4.8 Key=rosa_role_prefix,Value=ManagedOpenShift Key=rosa_role_type,Value=installer 3. Customers may input an unsupported version from the example command.
Actual results:
example commands are for ROSA 4.8
Expected results:
example commands are for ROSA 4.12 (current)
Additional info: