You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
101
+
+
102
+
.Example `credrequests` directory contents for {product-title} 4.12 on AWS
<6> The Storage Operator CR is an optional component and might be disabled in your cluster.
120
+
endif::aws-sts[]
121
+
ifdef::google-cloud-platform[]
122
+
. If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
123
+
+
124
+
.Example `credrequests` directory contents for {product-title} 4.12 on GCP
. If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
147
+
+
148
+
.Example `credrequests` directory contents for {product-title} 4.12 on Alibaba Cloud
<1> `credrequests` is the directory where the list of `CredentialsRequest` objects is stored. This command creates the directory if it does not exist.
95
95
96
+
.. If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
97
+
+
98
+
.Example `credrequests` directory contents for {product-title} 4.12 on AWS
. If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
72
+
+
73
+
.Example `credrequests` directory contents for {product-title} 4.12 on Nutanix
Copy file name to clipboardExpand all lines: modules/manually-create-iam-ibm-cloud.adoc
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,24 @@ This command creates a YAML file for each `CredentialsRequest` object.
109
109
- crn:v1:bluemix:public:iam::::role:Viewer
110
110
----
111
111
112
+
. If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
113
+
+
114
+
.Example `credrequests` directory contents for {product-title} 4.12 on IBM Cloud VPC
Copy file name to clipboardExpand all lines: modules/manually-maintained-credentials-upgrade.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ The "Manually creating IAM" section of the installation content for your cloud p
37
37
38
38
39
39
. Update the manually maintained credentials on your cluster:
40
-
40
+
+
41
+
--
41
42
** Create new secrets for any `CredentialsRequest` custom resources that are added by the new release image.
42
43
ifndef::ibm-cloud[]
43
44
** If the `CredentialsRequest` custom resources for any existing credentials that are stored in secrets have changed their permissions requirements, update the permissions as required.
@@ -47,6 +48,12 @@ ifdef::ibm-cloud[]
47
48
+
48
49
The "Manually creating IAM for IBM Cloud" section of the installation content for IBM Cloud explains how to use the `ccoctl` utility to create new service IDs.
49
50
endif::ibm-cloud[]
51
+
--
52
+
+
53
+
[NOTE]
54
+
====
55
+
If your cluster uses cluster capabilities to disable one or more optional components, delete the `CredentialsRequest` custom resources for any disabled components.
56
+
====
50
57
51
58
. When all of the secrets are correct for the new release, indicate that the cluster is ready to upgrade:
0 commit comments