| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Registry endpoint to apply the TLS configuration to. Registry endpoint is the hostname part of the endpoint URL, e.g. ‘my-mirror.local:5000’ for ‘https://my-mirror.local:5000/v2/’. The TLS configuration makes sense only for HTTPS endpoints. The TLS configuration will apply to all image pulls for this registry endpoint, by Talos or any Kubernetes workloads. | |
clientIdentity | CertificateAndKey | Enable mutual TLS authentication with the registry. Client certificate and key should be PEM-encoded. | |
ca | string | CA registry certificate to add the list of trusted certificates. Certificate should be PEM-encoded. | |
insecureSkipVerify | bool | Skip TLS server certificate verification (not recommended). |