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
Is there a way to control what availability zones are used when provisioning? I'm using things like storage classes for persistent storage and I need to be able to predict/control the zone used. If anyone has a better solution or tips, I'd like to hear them... Here's my storage class:
Hey All,
Is there a way to control what availability zones are used when provisioning? I'm using things like storage classes for persistent storage and I need to be able to predict/control the zone used. If anyone has a better solution or tips, I'd like to hear them... Here's my storage class:
kind: StorageClass
apiVersion: storage.k8s.io/v1beta1
metadata:
name: balanced
annotations:
volume.beta.kubernetes.io/storage-class: "default"
storageclass.beta.kubernetes.io/is-default-class: "true"
provisioner: kubernetes.io/aws-ebs
parameters:
type: gp2
zone: us-west-2a
The text was updated successfully, but these errors were encountered: