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

No default storage provisioner #173

Open
lukeab opened this issue May 10, 2017 · 0 comments
Open

No default storage provisioner #173

lukeab opened this issue May 10, 2017 · 0 comments

Comments

@lukeab
Copy link

lukeab commented May 10, 2017

When i setup my tack cluster in amazon, the first thing i wanted to do was run jenkins from a helm chart. The stable/jenkins chart requires a PV available for use with it's PVC.
I solved this by adding this awsstandardstorageand.yaml applying it to my setup:

---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: standard
provisioner: kubernetes.io/aws-ebs
parameters:
  type: gp2
  zone: eu-west-1a

Since this is an "opinionated" tool for setting up a k8s cluster, tack should provide a standard storage option, out of the box.

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