Skip to content

[Feature] - service.beta.kubernetes.io/vultr-loadbalancer-timeout #285

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

Closed
momenthana opened this issue Nov 23, 2024 · 5 comments · Fixed by #291
Closed

[Feature] - service.beta.kubernetes.io/vultr-loadbalancer-timeout #285

momenthana opened this issue Nov 23, 2024 · 5 comments · Fixed by #291
Assignees
Labels
enhancement New feature or request

Comments

@momenthana
Copy link

momenthana commented Nov 23, 2024

Is your feature request related to a problem? Please describe.
I would like to ask to set up "service.beta.kubernetes.io/vultr-loadbalancer-timeout" annotation in Vultr CCM.

Describe the solution you'd like
Implementation is required for "service.beta.kubernetes.io/vultr-loadbalancer-timeout " annotation.
image

Describe alternatives you've considered
Setting using the attached api.

Additional context
image

@momenthana momenthana added the enhancement New feature or request label Nov 23, 2024
@momenthana momenthana changed the title [Feature] - Enter a descriptive title [Feature] - service.beta.kubernetes.io/vultr-loadbalancer-timeout Nov 23, 2024
@okdas
Copy link

okdas commented Feb 25, 2025

@optik-aper @mondragonfx we just ran into this as well. What does it take to prioritize this issue? Thanks!

@mondragonfx
Copy link
Contributor

@okdas Thanks for reaching out! I will prioritize this issue this week.

@okdas
Copy link

okdas commented Feb 27, 2025

Thank you, @mondragonfx! I also noticed that functionality is missing in vultr-cli. Will open a ticket in that repo to account for that feature.

The quick solution is to update timeout via an API:

curl "https://api.vultr.com/v2/load-balancers/${LB_UUID}" \
-X PATCH \
-H "Authorization: Bearer ${VULTR_API_KEY}" \
-H "Content-Type: application/json" \
--data '{
"timeout": 1800
}'

Though there's no guarantee the controller won't kick it back to 600s.

@mondragonfx
Copy link
Contributor

@okdas Thanks for the report I am also working on the vultr-cli as well. We are planning to cut new releases soon.

@Olshansk
Copy link

Olshansk commented Mar 4, 2025

Thanks @mondragonfx!

Anything you need from us to prioritize vultr/vultr-cli#513 in the next release, just let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants