Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions helpers/helm/values-hyperv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@ webhookConfiguration:
path: /mutate-v1-pod
objectSelector: {}

# Namespace selector. Helm replaces lists wholesale, so include
# both the baseline system exclusions and the Hyper-V-specific ones.
namespaceSelector:
matchExpressions:
- key: name
operator: NotIn
values:
- kube-system
- calico-system
- tigera-operator
# Skip the e2e suite's img-puller namespace (test/e2e/e2e.go::
# prepullImages). Its Linux helper DaemonSets cannot run as
# Hyper-V isolated pods. Filtered on the e2e-framework label set
# by framework.CreateTestingNS since the namespace name carries a
# random suffix.
- key: e2e-framework
operator: NotIn
values:
- img-puller

# RuntimeClass configuration for Hyper-V
runtimeClass:
enabled: true
Expand Down