Skip to content

Commit

Permalink
chore: delete podAntiAffinity from cilium daemonsets in test (#3078)
Browse files Browse the repository at this point in the history
* delet podAntiAffinity from cilium daemonsets

* add 1.14 dualstack changes
  • Loading branch information
camrynl authored Oct 23, 2024
1 parent 7d6ce69 commit 9f5392c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ spec:
operator: In
values:
- linux
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
k8s-app: cilium
topologyKey: kubernetes.io/hostname
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ spec:
operator: In
values:
- linux
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
k8s-app: cilium
topologyKey: kubernetes.io/hostname
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ spec:
operator: In
values:
- linux
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
k8s-app: cilium
topologyKey: kubernetes.io/hostname
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ spec:
operator: In
values:
- linux
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
k8s-app: cilium
topologyKey: kubernetes.io/hostname
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ spec:
operator: In
values:
- linux
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
k8s-app: cilium
topologyKey: kubernetes.io/hostname
containers:
- args:
- --config-dir=/tmp/cilium/config-map
Expand Down

0 comments on commit 9f5392c

Please sign in to comment.