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

Add support for loadBalancerSourceRanges annotation, better lb rule names, fix panic, update to K8s 1.29.9 #52

Merged
merged 8 commits into from
Sep 24, 2024

Conversation

hrak
Copy link
Member

@hrak hrak commented Sep 23, 2024

Full list of changes:

  • Fix panic when listVirtualMachines returns VMs without NICs
  • Add support for LoadBalancerSourceRanges annotation
  • Better load balancer rule names that can be correlated with clusters
  • Update K8s deps to v1.29.9
  • Update to Go 1.22
  • Add event recorder that logs certain events that are relevant to the user
  • Improve logging

Fixes:

#46

… rule names

Support reading loadbalancerSourceRanges from the annotation "service.beta.kubernetes.io/load-balancer-source-ranges"

Better load balancer rule names instead of the deprecated cloudprovider.DefaultLoadBalancerName service uuid
Under certain conditions listVirtualMachines may return VMs without active network interfaces (f.e. during a rollout)
@hrak hrak merged commit cb800fa into main Sep 24, 2024
4 checks passed
@hrak hrak deleted the develop branch September 24, 2024 06:52
@hrak hrak restored the develop branch September 24, 2024 06:52
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.

2 participants