rancher / aks-operator

Azure Kubernetes Service operator for Rancher
Apache License 2.0
9 stars 29 forks source link

Correct code flow of node pools #703

Open vatsalparekh opened 3 weeks ago

vatsalparekh commented 3 weeks ago

What this PR does / why we need it:

Which issue(s) this PR fixes Issue #667

Special notes for your reviewer:

Checklist:

yiannistri commented 4 days ago

After testing this a couple of times, the behaviour described in https://github.com/rancher/aks-operator/issues/667 is still present:

  1. Created a cluster with 1 system node pool and 3 additional user node pools, each with 1 node.
  2. Once active, I removed one of the user node pools while also enabling the HTTP application routing.
  3. After a few minutes, the node pool was removed but the HTTP application routing remains disabled.