|
|
@ -113,15 +113,12 @@ type CriticalControlArgs struct {
|
|
|
|
ClusterIPRange *net.IPNet
|
|
|
|
ClusterIPRange *net.IPNet
|
|
|
|
DisableCCM bool
|
|
|
|
DisableCCM bool
|
|
|
|
DisableHelmController bool
|
|
|
|
DisableHelmController bool
|
|
|
|
DisableKubeProxy bool
|
|
|
|
|
|
|
|
DisableNPC bool
|
|
|
|
DisableNPC bool
|
|
|
|
Disables map[string]bool
|
|
|
|
|
|
|
|
DisableServiceLB bool
|
|
|
|
DisableServiceLB bool
|
|
|
|
FlannelBackend string
|
|
|
|
FlannelBackend string
|
|
|
|
NoCoreDNS bool
|
|
|
|
NoCoreDNS bool
|
|
|
|
ServiceIPRange *net.IPNet
|
|
|
|
ServiceIPRange *net.IPNet
|
|
|
|
ServiceIPRanges []*net.IPNet
|
|
|
|
ServiceIPRanges []*net.IPNet
|
|
|
|
Skips map[string]bool
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type Control struct {
|
|
|
|
type Control struct {
|
|
|
@ -142,9 +139,11 @@ type Control struct {
|
|
|
|
KubeConfigMode string
|
|
|
|
KubeConfigMode string
|
|
|
|
DataDir string
|
|
|
|
DataDir string
|
|
|
|
Datastore endpoint.Config
|
|
|
|
Datastore endpoint.Config
|
|
|
|
|
|
|
|
Disables map[string]bool
|
|
|
|
DisableAPIServer bool
|
|
|
|
DisableAPIServer bool
|
|
|
|
DisableControllerManager bool
|
|
|
|
DisableControllerManager bool
|
|
|
|
DisableETCD bool
|
|
|
|
DisableETCD bool
|
|
|
|
|
|
|
|
DisableKubeProxy bool
|
|
|
|
DisableScheduler bool
|
|
|
|
DisableScheduler bool
|
|
|
|
ExtraAPIArgs []string
|
|
|
|
ExtraAPIArgs []string
|
|
|
|
ExtraControllerArgs []string
|
|
|
|
ExtraControllerArgs []string
|
|
|
@ -155,6 +154,7 @@ type Control struct {
|
|
|
|
JoinURL string
|
|
|
|
JoinURL string
|
|
|
|
IPSECPSK string
|
|
|
|
IPSECPSK string
|
|
|
|
DefaultLocalStoragePath string
|
|
|
|
DefaultLocalStoragePath string
|
|
|
|
|
|
|
|
Skips map[string]bool
|
|
|
|
SystemDefaultRegistry string
|
|
|
|
SystemDefaultRegistry string
|
|
|
|
ClusterInit bool
|
|
|
|
ClusterInit bool
|
|
|
|
ClusterReset bool
|
|
|
|
ClusterReset bool
|
|
|
|