mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
further wording refinements
This commit is contained in:
@@ -14,7 +14,11 @@ Mint mode is the default Cloud Credential Operator (CCO) credentials mode for {p
|
||||
For clusters that use the CCO in mint mode, the administrator-level credential is stored in the `kube-system` namespace.
|
||||
The CCO uses the `admin` credential to process the `CredentialsRequest` objects in the cluster and create users for components with limited permissions.
|
||||
|
||||
With mint mode, each cluster component has only the specific permissions it requires. The automatic, continuous reconciliation of cloud credentials in mint mode allows actions that require additional credentials or permissions, such as minor version cluster updates, to proceed.
|
||||
With mint mode, each cluster component has only the specific permissions it requires.
|
||||
Cloud credential reconciliation is automatic and continuous so that components can perform actions that require additional credentials or permissions.
|
||||
|
||||
For example, a minor version cluster update (such as updating from {product-version}.3 to {product-version}.4) might include an updated `CredentialsRequest` resource for a cluster component.
|
||||
The CCO, operating in mint mode, uses the `admin` credential to process the `CredentialsRequest` resource and create users with limited permissions to satisfy the updated authentication requirements.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
|
||||
@@ -10,7 +10,7 @@ For clusters that use the Cloud Credential Operator (CCO) in mint mode, the admi
|
||||
The CCO uses the `admin` credential to process the `CredentialsRequest` objects in the cluster and create users for components with limited permissions.
|
||||
|
||||
After installing an {product-title} cluster with the CCO in mint mode, you can remove the administrator-level credential secret from the `kube-system` namespace in the cluster.
|
||||
The CCO only requires the administrator-level credential during changes that require reconciling new or modified `CredentialsRequest` custom resources, such as minor version cluster updates.
|
||||
The CCO only requires the administrator-level credential during changes that require reconciling new or modified `CredentialsRequest` custom resources, such as minor cluster version updates.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user