rancher v2.15.1

RKEControlPlane.status.appliedSpec.registries.configs.[key].spec.registries.configs.[key]

RegistryConfig contains configuration used to communicate with the registry.

4 fields
RKEControlPlane.status.appliedSpec.registries.configs.[key].spec.registries.configs.[key] fields and descriptions
Field / TypeDescription
authConfigSecretName
string

AuthConfigSecretName contains information to authenticate to the registry. The accepted keys are as follows: - username - password - auth - identityToken

  • maxLength: 253
  • nullable
caBundle
string

CABundle is the CA chain used when communicating with the image registry.

  • format: byte
  • nullable
insecureSkipVerify
boolean

InsecureSkipVerify indicates whether validation of the server's certificate should be skipped.

tlsSecretName
string

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.

  • maxLength: 253
  • nullable