NamespaceManagement_Supervisors_KubeAPIServerSecurity
KubeAPIServerSecurity structure declares security options configured on the Kubernetes API server.
{
"certificate_dns_names": [
"string"
]
}
KubeAPIServerSecurity.certificate-dns-names lists additional DNS names to associate with the Kubernetes API server.
These DNS names are embedded in the TLS certificate presented by the API server as subject alternative names, which can be used in conjunction with your DNS server to securely connect a client to the server.
If unset, no additional DNS names are embedded in the TLS certificate. Clients should use the IP address of the API server to connect securely.