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
User must maintain the cluster identity object by itself (i.e. create cluster identity and corresponding secret). The Credential object just references the existing cluster identity object.
.spec.identityRef.namespace is an optional field which currently only applies to the Azure provider, since all other providers have cluster scoped cluster identity resources.
.spec.description (optional) is a free form description of the credentials. Will be also added to print columns, so it will be easier for the user to choose what Credential to use.
.status.state field signify if any problem appeared with the resource referenced (e.g. it doesn’t exist).
Controller is not responsible for the cluster identity resource and its secret.
The text was updated successfully, but these errors were encountered:
CRD
Simple cluster identity reference
User must maintain the cluster identity object by itself (i.e. create cluster identity and corresponding secret). The
Credential
object just references the existing cluster identity object..spec.identityRef.namespace
is an optional field which currently only applies to the Azure provider, since all other providers have cluster scoped cluster identity resources..spec.description
(optional) is a free form description of the credentials. Will be also added to print columns, so it will be easier for the user to choose whatCredential
to use..status.state
field signify if any problem appeared with the resource referenced (e.g. it doesn’t exist).Controller is not responsible for the cluster identity resource and its secret.
The text was updated successfully, but these errors were encountered: