rancher v2.15.1
RKEControlPlane.status.appliedSpec.registries.mirrors.[key].spec.registries.configs.[key]
RegistryConfig contains configuration used to communicate with the registry.
| Field / Type | Description |
|---|---|
authConfigSecretName | AuthConfigSecretName contains information to authenticate to the registry. The accepted keys are as follows: - username - password - auth - identityToken
|
caBundle | CABundle is the CA chain used when communicating with the image registry.
|
insecureSkipVerify | InsecureSkipVerify indicates whether validation of the server's certificate should be skipped. |
tlsSecretName | TLSSecretName is the name of the secret residing within the same namespace as the RKEControlPlane object that contains the keys "Cert" and "Key" which are used when creating the transport that communicates with the registry.
|