diff --git a/config/configStruct.go b/config/configStruct.go index 4cd4bef31..2082d82e2 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -50,6 +50,17 @@ func CreateDefaultConfig() ConfigStruct { }, }, }, + Dex: []v1.NodeSelectorTerm{ + { + MatchExpressions: []v1.NodeSelectorRequirement{ + { + Key: "kubernetes.io/os", + Operator: v1.NodeSelectorOpIn, + Values: []string{"linux"}, + }, + }, + }, + }, }, Tolerations: configStructs.TolerationsConfig{ Workers: []v1.Toleration{