NamespaceManagementSupervisorsKubeAPIServerSecurity

KubeAPIServerSecurity structure declares security options configured on the Kubernetes API server.


Properties

array of string
certificate_dns_names Required

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.

JSON Example

{
	"certificate_dns_names": [
		"string"
	]
}

Feedback

Was this page helpful?