-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
4.10
-
Quality / Stability / Reliability
-
None
-
None
-
None
-
Important
-
None
-
Unspecified
-
None
-
None
-
None
-
None
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
Section Number and Name: Manually create IAM (Step 4)
Describe the issue:
We have the following section added as step 4 in the doc, which is a bit confusing due to some typos and the sequence in which this step is:
~~~
4. Copy the generated credential files to the target manifests directory:
$ cp ./<path_to_ccoctl_output_dir>/manifests/*credentials.yaml ./<path_to_installation>dir>/manifests/
where:
<path_to_ccoctl_output_dir>
Specifies the directory created by the `ccoctl alibabacloud create-ram-users` command.
<path_to_installation>dir>
Specifies the directory in which the installation program creates files.
~~~
Suggestions for improvement:
1. Shouldn't "ccoctl alibabacloud create-ram-users" be replaced with "ccoctl aws create-iam-roles/create-all" as the doc falls within 'Installing on AWS'?
2. <path_to_installation>dir> needs to be changed to <path_to_installation_dir>
3. It seems that placing step 4 after step 6 would be a better sequence.
Additional information:
https://coreos.slack.com/archives/C011MLLLY4W/p1648710374116369