You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsonnet/components/prometheus-user-workload.libsonnet
+5-3
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,9 @@ function(params)
365
365
],
366
366
},
367
367
},
368
-
// Removing PDB since it doesn't allow cluster upgrade when hard pod anti affinity is not set https://github.com/openshift/cluster-monitoring-operator/pull/1198
369
-
// Review hard anti-affinity changes and then we can add back PDB
370
-
podDisruptionBudget:: {},
368
+
369
+
// TODO: remove podDisruptionBudget once https://github.com/prometheus-operator/kube-prometheus/pull/1156 is merged
Copy file name to clipboardExpand all lines: jsonnet/components/prometheus.libsonnet
+5-3
Original file line number
Diff line number
Diff line change
@@ -496,7 +496,9 @@ function(params)
496
496
],
497
497
},
498
498
},
499
-
// Removing PDB since it doesn't allow cluster upgrade when hard pod anti affinity is not set https://github.com/openshift/cluster-monitoring-operator/pull/1198
500
-
// Review hard anti-affinity changes and then we can add back PDB
501
-
podDisruptionBudget:: {},
499
+
500
+
// TODO: remove podDisruptionBudget once https://github.com/prometheus-operator/kube-prometheus/pull/1156 is merged
0 commit comments