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

Cloud provider should keep the AZ for ILB frontendIPConfiguration #1047

Closed
feiskyer opened this issue Jan 24, 2022 · 1 comment · Fixed by #1070
Closed

Cloud provider should keep the AZ for ILB frontendIPConfiguration #1047

feiskyer opened this issue Jan 24, 2022 · 1 comment · Fixed by #1070
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@feiskyer
Copy link
Member

What happened:

After #403, cloud provider would always set AZ when a region supports AZ. But because a region may switch from non-AZ to AZ, old frontendIPConfiguration without AZ would get ResourceAvailabilityZonesCannotBeModified error when the cloud provider azure is upgraded to v0.7+ on the AZ supported regions.

What you expected to happen:

The old AZ values on ILB frontendIPConfiguration should be kept when upgrading cloud provider Azure versions.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Network plugin and version (if this is a network-related bug):
  • Others:
@feiskyer feiskyer added the kind/bug Categorizes issue or PR as related to a bug. label Jan 24, 2022
@feiskyer
Copy link
Member Author

/assign @nilo19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants