aws / aws/containers-roadmap

[EKS] [request]: PodDisruptionBudget for efs-csi-controller

Open
#2,154 1 comment 12 reactions 0 assignees View on GitHub
EKS EKS Add-Ons Proposed
Dominant language
Shell
Stars
5.4k
Forks
334
PR merge metrics
No merged PRs in 30d

Description

### Community Note

* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment

**Tell us about your request**
Please could you add a PodDisruptionBudget for the `efs-csi-controller`

**Which service(s) is this request for?**
EKS addon `aws-efs-csi-driver`

**Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?**
To not have all the `efs-csi-controller`s terminated/unavailable at once.

**Are you currently working around this issue?**
Manually installing a PDB:
```yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: efs-csi-controller-temp
namespace: kube-system
spec:
maxUnavailable: 1
selector:
matchLabels:
app: efs-csi-controller
app.kubernetes.io/instance: aws-efs-csi-driver
app.kubernetes.io/name: aws-efs-csi-driver
```

**Additional context**
The similar addon `aws-ebs-csi-driver` creates a pod disruption budget for the `ebs-csi-controller`.

Currently using `aws-efs-csi-driver` addon version v1.5.8-eksbuild.1 with EKS 1.26

**Attachments**

Contributor guide

Open the contributing guide

Research direction

Start by inspecting how the aws-ebs-csi-driver addon creates its PodDisruptionBudget, then compare that with the aws-efs-csi-driver addon configuration. The work is done when the efs-csi-controller has a PDB using the requested maxUnavailable: 1 setting and matching the controller labels shown in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, kubernetes
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.