mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 11:35:12 +00:00
Merge branch 'master' into pvc-volume-mode
This commit is contained in:
@@ -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{
|
Tolerations: configStructs.TolerationsConfig{
|
||||||
Workers: []v1.Toleration{
|
Workers: []v1.Toleration{
|
||||||
|
Reference in New Issue
Block a user