deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

fix(influx, grafana): Add logic around pvc storage class #181

Closed jchauncey closed 7 years ago

jchauncey commented 7 years ago

Starting with 1.5.* kubernetes does not provision a storage class. This means when using the volume.beta.kubernetes.io/storage-class the underlying persistent volume cannot be provisioned. Instead, we must use the old volume.alpha.kubernetes.io/storage-class which when passed a value will automatically provision the storage class and the underlying pv

deis-bot commented 7 years ago

@rimusz is a potential reviewer of this pull request based on my analysis of git blame information. Thanks @jchauncey!

jchauncey commented 7 years ago

@mboersma I was going to do a sweep through the docs once we got the new influx chart in place since that may bring more changes if thats ok with you?