| Field | Type | Description | Value(s) |
|---|---|---|---|
issuingCA | CertificateAndKey | The currently active issuing certificate authority for the Kubernetes API aggregator flow. This field should only be set for the controlplane machines. The value contains a private key and a certificate, PEM encoded. | |
acceptedCAs | []string | The list of accepted CA certificates for the Kubernetes API server aggregator flow. This field should only be set for the controlplane machines. The value should be a PEM encoded certificate. The issuing CA certificate is automatically added to the list of accepted CAs. |
Kubernetes
KubeAggregatorCAConfig
KubeAggregatorCAConfig configures Kubernetes API aggregator accepted CAs.