Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add PDBs for system workloads #66

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

Miradorn
Copy link
Contributor

@Miradorn Miradorn commented Mar 2, 2021

This enables the cluster autoscaler to evict the pods to remove Nodes
when scaling.
Only affects CoreDNS right now, since we deployed all other workloads
into the super-eks namespace and not kube-system.
CoreDNS is safe to evict since it is run with at least 2 Pods at a time.

fixes #59

This enables the cluster autoscaler to evict the pods to remove Nodes
when scaling.
Only affects CoreDNS right now, since we deployed all other workloads
into the super-eks namespace and not kube-system.
CoreDNS is safe to evict since it is run with at least 2 Pods at a time.

fixes #59
@Miradorn Miradorn self-assigned this Mar 2, 2021
@Miradorn Miradorn added the auto-merge Used by mergify label Mar 2, 2021
@mergify mergify bot merged commit 4b21fc3 into main Mar 2, 2021
@mergify mergify bot deleted the feat/59-pdb-for-system-workloads branch March 2, 2021 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Used by mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PodDisruptionBudget for system workloads
1 participant