Skip to content

Commit 97fde8a

Browse files
authored
Merge pull request #58596 from bscott-rh/OCPBUGS-11605
OCPBUGS#11605 updating credentialsMode to allow Manual
2 parents 9544598 + 06c26c0 commit 97fde8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ accounts for the dramatically decreased machine performance.
728728

729729
|`credentialsMode`
730730
|The Cloud Credential Operator (CCO) mode. If no mode is specified, the CCO dynamically tries to determine the capabilities of the provided credentials, with a preference for mint mode on the platforms where multiple modes are supported.
731-
ifdef::gcp[If you are installing on GCP into a shared virtual private cloud (VPC), `credentialsMode` must be set to `Passthrough`.]
731+
ifdef::gcp[If you are installing on GCP into a shared virtual private cloud (VPC), `credentialsMode` must be set to `Passthrough` or `Manual`.]
732732
[NOTE]
733733
====
734734
Not all CCO modes are supported for all cloud providers. For more information about CCO modes, see the _Cloud Credential Operator_ entry in the _Cluster Operators reference_ content.

modules/installation-gcp-shared-vpc-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ networking:
6060
pullSecret: '{"auths": ...}'
6161
sshKey: ssh-ed25519 AAAA... <8>
6262
----
63-
<1> `credentialsMode` must be set to `Passthrough` to allow the cluster to use the provided GCP service account after cluster creation. See the "Prerequisites" section for the required GCP permissions that your service account must have.
63+
<1> `credentialsMode` must be set to `Passthrough` or `Manual`. See the "Prerequisites" section for the required GCP permissions that your service account must have.
6464
<2> The name of the subnet in the shared VPC for compute machines to use.
6565
<3> The name of the subnet in the shared VPC for control plane machines to use.
6666
<4> The name of the shared VPC.

0 commit comments

Comments
 (0)