1
0
mirror of https://github.com/rancher/types.git synced 2025-08-19 04:47:03 +00:00

Add generate serving certificate for kubelet

This commit is contained in:
Sebastiaan van Steenis 2019-10-25 19:26:02 +02:00 committed by Alena Prokharchyk
parent 4a33ba02d2
commit c069c58490

View File

@ -324,6 +324,8 @@ type KubeletService struct {
ClusterDNSServer string `yaml:"cluster_dns_server" json:"clusterDnsServer,omitempty"`
// Fail if swap is enabled
FailSwapOn bool `yaml:"fail_swap_on" json:"failSwapOn,omitempty"`
// Generate per node kubelet serving certificates created using kube-ca
GenerateServingCertificate bool `yaml:"generate_serving_certificate" json:"generateServingCertificate,omitempty"`
}
type KubeproxyService struct {