csi
Here are 154 public repositories matching this topic...
-
Updated
Mar 8, 2021 - Makefile
-
Updated
Feb 20, 2021 - Go
-
Updated
Jan 13, 2021 - Java
-
Updated
Mar 1, 2021 - Go
/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
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.]
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 12, 2021 - Go
-
Updated
Mar 14, 2021 - Python
Volume encryption
What
Encrypt volumes provisioned by topolvm
How
eg. LUKS
Generate per-PVC encryption keys, stored as Kubernetes secrets.
The threat this would mitigate is physical theft of server (as keys are only kept in memory)
-
Updated
Jan 4, 2021 - C
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 14, 2021 - Go
-
Updated
Feb 22, 2021 - Go
-
Updated
Dec 3, 2020 - Go
-
Updated
Mar 10, 2021 - Go
-
Updated
Mar 4, 2021 - Go
-
Updated
Jun 1, 2020 - C
-
Updated
Mar 9, 2021 - Go
-
Updated
Mar 11, 2021 - Go
-
Updated
Mar 14, 2021 - Go
Improve this page
Add a description, image, and links to the csi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csi topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like to have
Currently the CI jobs that run in Jenkins for each PR list shell commands for steps that are executed. These commands can be labelled with a short and understandable comment.
See containerized-tests as an example, and click on a job to check the diffe