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
Several fields must be added to the ManagedCluster object:
.spec.credential to reference Credential object which will be used to provision the cluster. .status.credentialState state of the referenced credential (same as the .status.state of the Credential) .status.credentialProvisioned state of the provisioning of the CCM/CSI credentials (bool)
The text was updated successfully, but these errors were encountered:
Several fields must be added to the
ManagedCluster
object:.spec.credential
to referenceCredential
object which will be used to provision the cluster..status.credentialState
state of the referenced credential (same as the .status.state of theCredential
).status.credentialProvisioned
state of the provisioning of the CCM/CSI credentials (bool
)The text was updated successfully, but these errors were encountered: