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:
parent
4a33ba02d2
commit
c069c58490
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user