Availability Zones?
bkosick opened this issue · 0 comments
bkosick commented
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