Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add storage class to aws-ebs-csi-driver setup
Browse files Browse the repository at this point in the history
Prevents prometheus operator hanigng in pending state until one creates the default storage class manually
  • Loading branch information
BrainBlasted committed May 22, 2020
1 parent 68dfbc0 commit ca02e77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: ebs-sc
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: ebs.csi.aws.com
volumeBindingMode: WaitForFirstConsumer
8 changes: 8 additions & 0 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca02e77

Please sign in to comment.