Skip to content

Commit 12ddf9c

Browse files
authored
Merge pull request #77509 from jeana-redhat/OSDOCS-10899-remove-AliCloud-preupdate
OSDOCS-10899: Remove Alibaba Cloud preupdate references
2 parents bb784b4 + baf7f5f commit 12ddf9c

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed
Loading

modules/about-manually-maintained-credentials-upgrade.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Some platforms only support using the CCO in one mode. For clusters that are ins
2626
For platforms that support using the CCO in multiple modes, you must determine which mode the cluster is configured to use and take the required actions for that configuration.
2727

2828
.Credentials update requirements by platform type
29-
image::334_OpenShift_cluster_updating_and_CCO_workflows_0523_4.11_B.png[Decision tree showing the possible update paths for your cluster depending on the configured CCO credentials mode.]
29+
image::334_OpenShift_cluster_updating_and_CCO_workflows_0523_4.11_B_AliCloud_patch.png[Decision tree showing the possible update paths for your cluster depending on the configured CCO credentials mode.]
3030

3131
{rh-openstack-first} and VMware vSphere::
3232
These platforms do not support using the CCO in manual mode. Clusters on these platforms handle changes in cloud provider resources automatically and do not require an update to the `upgradeable-to` annotation.
3333
+
3434
Administrators of clusters on these platforms should skip the manually maintained credentials section of the update process.
3535

36-
{alibaba}, {ibm-cloud-title}, and Nutanix::
36+
{ibm-cloud-title} and Nutanix::
3737
Clusters installed on these platforms are configured using the `ccoctl` utility.
3838
+
3939
Administrators of clusters on these platforms must take the following actions:

modules/cco-ccoctl-upgrading.adoc

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,6 @@ On AWS clusters, some `ccoctl` commands make AWS API calls to create or modify A
2424

2525
. Use the `ccoctl` tool to process all `CredentialsRequest` objects by running the command for your cloud provider. The following commands process `CredentialsRequest` objects:
2626
+
27-
.{alibaba}
28-
[%collapsible]
29-
====
30-
[source,terminal]
31-
----
32-
$ ccoctl alibabacloud create-ram-users \
33-
--name <name> \// <1>
34-
--region=<alibaba_region> \// <2>
35-
--credentials-requests-dir=<path_to_credentials_requests_directory> \// <3>
36-
--output-dir=<path_to_ccoctl_output_dir> <4>
37-
----
38-
<1> Specify the name used to tag any cloud resources that are created for tracking.
39-
<2> Specify the Alibaba Cloud region in which cloud resources will be created.
40-
<3> Specify the directory containing the files for the component `CredentialsRequest` objects.
41-
<4> Optional: Specify the directory in which you want the `ccoctl` utility to create objects. By default, the utility creates objects in the directory in which the commands are run.
42-
43-
[NOTE]
44-
=====
45-
A RAM user can have up to two AccessKeys at the same time. If you run `ccoctl alibabacloud create-ram-users` more than twice, the previously generated manifests secret becomes stale and you must reapply the newly generated secrets.
46-
=====
47-
====
48-
+
4927
.Amazon Web Services (AWS)
5028
[%collapsible]
5129
====

0 commit comments

Comments
 (0)