-
Notifications
You must be signed in to change notification settings - Fork 558
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
Increase PID Range in EFS CSI Driver #1403
Comments
Have this PR out, will merge in the next release. |
@mskanth972 , Why dont you provide end users the flexibility to dynamically update the port range instead of hard-coding ? |
@rshiva777 that's a good option for customers. I can create this as a feature request and let the team know so that someone from can work on it. |
We released this fix to GitHub in the latest version v2.0.6, and ECD for Addons will be 07/31 |
Is your feature request related to a problem? Please describe.
Description:
By default, we specify the range for PIDs in the
efs-utils
config file within EFS Utils and the CSI Driver. This ensures that any new stunnel/efs-proxy PID falls within this range. Currently, in the EFS CSI driver, the range is set to 20049 - 20449, covering 400 ports.Describe the solution you'd like in detail
Increase Port Range:
Update the PID range in the EFS CSI Driver from 20049 - 20449 (400 ports) to 20049 - 21049 (1000 ports).
The text was updated successfully, but these errors were encountered: