Commit 588d15db authored by Manuel Buil's avatar Manuel Buil

Remove Disables, Skips and DisableKubeProxy from the comparing configs

Signed-off-by: 's avatarManuel Buil <mbuil@suse.com>
parent baf865b8
...@@ -113,15 +113,12 @@ type CriticalControlArgs struct { ...@@ -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 { ...@@ -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 { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment