We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an engineer I want to enable VPC CNI's bandwidth plugin So that I can artificially throttle pods egress and ingress
Since migrating from DX to S2S VPN, HMCTS DAGs are saturating the new link that is much bigger than the 200Mbps
@jacobwoffenden @julialawrence
No response
If we... [do a thing] Then... [this will happen]
Set this on VPC CNI addon
configuration_values = jsonencode({ env = { ENABLE_BANDWIDTH_PLUGIN = "true" } })
https://aws.amazon.com/blogs/containers/ensuring-fair-bandwidth-allocation-for-amazon-eks-workloads/
/etc/cni/net.d/10-aws.conflist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User Story
As an engineer
I want to enable VPC CNI's bandwidth plugin
So that I can artificially throttle pods egress and ingress
Value / Purpose
Since migrating from DX to S2S VPN, HMCTS DAGs are saturating the new link that is much bigger than the 200Mbps
Useful Contacts
@jacobwoffenden @julialawrence
User Types
No response
Hypothesis
If we... [do a thing]
Then... [this will happen]
Proposal
Set this on VPC CNI addon
Additional Information
https://aws.amazon.com/blogs/containers/ensuring-fair-bandwidth-allocation-for-amazon-eks-workloads/
Definition of Done
/etc/cni/net.d/10-aws.conflist
) access via sheltieThe text was updated successfully, but these errors were encountered: