mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * post_installation_configuration/cluster-tasks.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="manually-removing-cloud-creds_{context}"]
|
|
= Removing cloud provider credentials
|
|
|
|
After installing an {product-title} cluster with the Cloud Credential Operator (CCO) in mint mode, you can remove the administrator-level credential secret from the `kube-system` namespace in the cluster. The administrator-level credential is required only during changes that require its elevated permissions, such as upgrades.
|
|
|
|
[NOTE]
|
|
====
|
|
Prior to a non z-stream upgrade, you must reinstate the credential secret with the administrator-level credential. If the credential is not present, the upgrade might be blocked.
|
|
====
|
|
|
|
.Prerequisites
|
|
|
|
* Your cluster is installed on a platform that supports removing cloud credentials from the CCO. Supported platforms are AWS and GCP.
|
|
|
|
.Procedure
|
|
|
|
. In the *Administrator* perspective of the web console, navigate to *Workloads* -> *Secrets*.
|
|
|
|
. In the table on the *Secrets* page, find the root secret for your cloud provider.
|
|
+
|
|
[cols=2,options=header]
|
|
|===
|
|
|Platform
|
|
|Secret name
|
|
|
|
|AWS
|
|
|`aws-creds`
|
|
|
|
|GCP
|
|
|`gcp-credentials`
|
|
|
|
|===
|
|
|
|
. Click the *Options* menu {kebab} in the same row as the secret and select *Delete Secret*.
|