mirror of
https://github.com/rancher/types.git
synced 2025-09-13 05:26:11 +00:00
Add fail swap on option to kubelet in rke
This commit is contained in:
committed by
Darren Shepherd
parent
3c50ca8493
commit
bfd6a6afc4
@@ -129,6 +129,8 @@ type KubeletService struct {
|
||||
InfraContainerImage string `yaml:"infra_container_image" json:"infraContainerImage,omitempty"`
|
||||
// Cluster DNS service ip
|
||||
ClusterDNSServer string `yaml:"cluster_dns_server" json:"clusterDnsServer,omitempty"`
|
||||
// Fail if swap is enabled
|
||||
FailSwapOn bool `yaml:"fail_swap_on" json:"failSwapOn,omitempty"`
|
||||
}
|
||||
|
||||
type KubeproxyService struct {
|
||||
|
Reference in New Issue
Block a user