mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Add more pdbs in autoscaling e2e
This commit is contained in:
parent
4d748f5e03
commit
5e0520a4a0
@ -1144,6 +1144,7 @@ func addKubeSystemPdbs(f *framework.Framework) (func(), error) {
|
||||
{label: "kube-dns-autoscaler", min_available: 1},
|
||||
{label: "kube-dns", min_available: 1},
|
||||
{label: "event-exporter", min_available: 0},
|
||||
{label: "kubernetes-dashboard", min_available: 0},
|
||||
}
|
||||
for _, pdbData := range pdbsToAdd {
|
||||
By(fmt.Sprintf("Create PodDisruptionBudget for %v", pdbData.label))
|
||||
|
Loading…
Reference in New Issue
Block a user