Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Availability Zones? #187

Open
bkosick opened this issue Jun 6, 2017 · 0 comments
Open

Availability Zones? #187

bkosick opened this issue Jun 6, 2017 · 0 comments

Comments

@bkosick
Copy link

bkosick commented Jun 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant