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

Handle azurerm provider AKS attribute depreciations #276

Merged
merged 2 commits into from
Nov 20, 2022
Merged

Handle azurerm provider AKS attribute depreciations #276

merged 2 commits into from
Nov 20, 2022

Conversation

pst
Copy link
Member

@pst pst commented Apr 30, 2022

No description provided.

@pst
Copy link
Member Author

pst commented Apr 30, 2022

Upstream azurerm refactored how zones are handled
across resources. Kubestack let Azure handle the
zones for the ingress IP, but previous provider
versions stored them in state.

The upgraded provider wants to destory and recreate
the IP because the zones in state don't match what's
specified in code (null).

Users that do not want the IP to be recreated, have
to set the zones explicityly to match what's in
state. This commit adds the configuration attribute
to do so.
@pst pst marked this pull request as ready for review November 20, 2022 12:49
@pst pst merged commit 82736bf into master Nov 20, 2022
@pst pst deleted the azurerm-v3 branch November 20, 2022 12:51
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.

None yet

1 participant