You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed the AKS cluster using AKSCluster CRD, after deployment I wanted to increase the node size of AKS, so I changed AKSCluster definition so that nodeCount is 3 instead of 2 but nothing happened after the change.
How can we reproduce it?
To reproduce just create AKSCluster and then change the cluster definition to have more nodes.
What happened?
I deployed the AKS cluster using AKSCluster CRD, after deployment I wanted to increase the node size of AKS, so I changed AKSCluster definition so that
nodeCount
is 3 instead of 2 but nothing happened after the change.How can we reproduce it?
To reproduce just create AKSCluster and then change the cluster definition to have more nodes.
What environment did it happen in?
Crossplane version: v1.9.0
Provider version: v0.19.0
Kubectl info:
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0", GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean", BuildDate:"2021-08-04T18:03:20Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.10", GitCommit:"7e54d50d3012cf3389e43b096ba35300f36e0817", GitTreeState:"clean", BuildDate:"2022-08-18T02:09:49Z", GoVersion:"go1.17.13", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered: