Skip to content
#

csi

Here are 154 public repositories matching this topic...

aballman
aballman commented Feb 18, 2021

/kind bug

What happened?
When using the storageClasses field in the helm chart and providing multiple entries, the generated yaml does not include the document separator ---

# Source: aws-ebs-csi-driver/templates/storageclass.yaml
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: sc1
provisioner: ebs.csi.aws.com
volumeBindingMode: WaitForFirstConsumer
ki
aramase
aramase commented Jan 5, 2021

Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Currently there is no way to debug test failures in CI. We should dump logs after tests are run to debug errors and also to determine if we are logging all the required information.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Improve this page

Add a description, image, and links to the csi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csi topic, visit your repo's landing page and select "manage topics."

Learn more