Commit 5e0520a4 authored by Maciej Pytel's avatar Maciej Pytel

Add more pdbs in autoscaling e2e

parent 4d748f5e
...@@ -1144,6 +1144,7 @@ func addKubeSystemPdbs(f *framework.Framework) (func(), error) { ...@@ -1144,6 +1144,7 @@ func addKubeSystemPdbs(f *framework.Framework) (func(), error) {
{label: "kube-dns-autoscaler", min_available: 1}, {label: "kube-dns-autoscaler", min_available: 1},
{label: "kube-dns", min_available: 1}, {label: "kube-dns", min_available: 1},
{label: "event-exporter", min_available: 0}, {label: "event-exporter", min_available: 0},
{label: "kubernetes-dashboard", min_available: 0},
} }
for _, pdbData := range pdbsToAdd { for _, pdbData := range pdbsToAdd {
By(fmt.Sprintf("Create PodDisruptionBudget for %v", pdbData.label)) By(fmt.Sprintf("Create PodDisruptionBudget for %v", pdbData.label))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment