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
What happened: --node-vm-size and --node-osdisk-size were upgraded after initial k8s cluster deployment. Upon upgrading k8s version after aforementioned specs updated, VM size + os disk were reverted to initial deployment specs.
What you expected to happen:
k8s to upgrade and retain current settings (--node-vm-size and --node-osdisk-size)
How to reproduce it (as minimally and precisely as possible):
upgrade k8s to latest version
Size of cluster (how many worker nodes are in the cluster?)
3
General description of workloads in the cluster (e.g. HTTP microservices, Java app, Ruby on Rails, machine learning, etc.)
Elasticsearch + Prometheus + other microservices
Others:
Is there a way to update existing saved AKS cluster build template? It is not currently feasible to rebuild this cluster and would be nice to somehow retain current VM specs when performing k8s upgrades and other operations.
The text was updated successfully, but these errors were encountered:
Closing this due to staleness and nodes cannot be customized in AKS. Any node level customization needed will require a daemonset run by the user to customize nodes or to open new asks on these issues for missing scenarios to be supported by the node.
What happened:
--node-vm-size
and--node-osdisk-size
were upgraded after initial k8s cluster deployment. Upon upgrading k8s version after aforementioned specs updated, VM size + os disk were reverted to initial deployment specs.What you expected to happen:
k8s to upgrade and retain current settings (
--node-vm-size
and--node-osdisk-size
)How to reproduce it (as minimally and precisely as possible):
upgrade k8s to latest version
Anything else we need to know?:
Environment:
kubectl version
):3
Elasticsearch + Prometheus + other microservices
Is there a way to update existing saved AKS cluster build template? It is not currently feasible to rebuild this cluster and would be nice to somehow retain current VM specs when performing k8s upgrades and other operations.
The text was updated successfully, but these errors were encountered: