auto-upgrade: variable orchestrator_version to null#283
auto-upgrade: variable orchestrator_version to null#283lonegunmanb merged 1 commit intoAzure:masterfrom
Conversation
There was a problem hiding this comment.
Thanks @zioproto for opening this pr and thanks @the-technat for participating our discussion. Almost LGTM but I'd like to simplify the logic expression. And since this expression is very complex, would you please add some unit test cases to cover the cases related to var.orchestrator_version? I would recommend adding the new unit tests first to prove your expression works, then try my suggestion with protection from these tests. With the protection from your test cases, we could change or refactor this expression in the future. Thanks @zioproto !
b082101 to
6cf2e9d
Compare
|
@lonegunmanb please take a look again |
|
Hello @zioproto , I'm sorry we've met an issue on our pipeline so we have to upgrade the Github action yaml files in this repo, would you please merge your branch with the latest master branch so we can run the e2e test? Apology for the inconvenience, we're still refactoring the pipeline. |
6cf2e9d to
341d6ed
Compare
|
@lonegunmanb I rebased my commit on top of the current master branch. Thanks |
lonegunmanb
left a comment
There was a problem hiding this comment.
Thanks @zioproto , LGTM! 🚀
Describe your changes
This is an addition to PR #281
In AKS is possible to upgrade the control plane and the kubernetes nodes independently. The Terraform resource
azurerm_kubernetes_clusterexposes this with 2 variableskubernetes_versionandorchestrator_version.In PR #281 the lifecycle validation check takes into account only
kubernetes_version.Issue number
Related to #280