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

Allow extension deployments to be evicted by autoscaler #8828

Merged
merged 5 commits into from
Jul 12, 2022

Conversation

adleong
Copy link
Member

@adleong adleong commented Jul 8, 2022

Fixes: #8308

We add the cluster-autoscaler.kubernetes.io/safe-to-evict: "true" annotation to all Linkerd extension deployments. This signals that none of these deployments use persistent storage and they are all eligible for eviction if necessary.

adleong added 3 commits May 20, 2022 18:57
Signed-off-by: Alex Leong <alex@buoyant.io>
…nsion workloads

Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
@adleong adleong requested a review from a team as a code owner July 8, 2022 00:53
Copy link
Contributor

@kleimkuhler kleimkuhler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this needs to be merged with main to pick up the golden file added by #8757 but otherwise looks good.

adleong added 2 commits July 8, 2022 17:29
@adleong adleong merged commit 80b2fdb into main Jul 12, 2022
@adleong adleong deleted the alex/safe-to-evict branch July 12, 2022 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linkerd pods are not evictable by the cluster autoscaler
3 participants