Skip to content

Commit

Permalink
Revert "Deploys MultiNetworkPolicy DaemonSet to all production machin…
Browse files Browse the repository at this point in the history
…es (#918)"

This reverts commit cdbfb69.

For unknown reasons the multi-networkpolicy DaemonSet caused memory exhaustion
on all API machines, rending the API inoperable.
  • Loading branch information
nkinkade committed Nov 25, 2024
1 parent cdbfb69 commit 73a9580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/daemonsets/core/multi-networkpolicy.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
hostNetwork: true,
nodeSelector: {
'kubernetes.io/arch': 'amd64',
[if std.extVar('PROJECT_ID') == 'mlab-oti' then 'mlab/run']: 'multi-networkpolicy-canary',
},
tolerations: [
{
Expand Down

0 comments on commit 73a9580

Please sign in to comment.