Microsoft Azure with Kubernetes and Helm "The maximum number of data disks allowed to be attached to a VM of this size is 4." -
i'm trying run different helm charts , keep running error. it's more cost effective me run 3-4 cheaper nodes 1 or 2 expensive nodes can have more disks attached them.
is there way configure kubernetes or helm have disk attach limit or set affinity of 1 deployment particular node?
it's frustrating deployments try attach 1 node , run out of disk attach quota.
here error:
service returned error. status=409 code="operationnotallowed" message="the maximum number of data disks allowed attached vm of size 4."
is there way configure kubernetes or helm have disk attach limit or set affinity of 1 deployment particular node?
for now, acs k8s provision pvc based on azure managed disks or blob disks, limit number of vm disks.
for now, azure not support change limit number of vm disks. vm size , max data disks, can find limit here:
more information limit, please refer link.
by way, disk maximum capacity 2tb, maybe can extend 2tb.
Comments
Post a Comment