csi
Here are 173 public repositories matching this topic...
-
Updated
Jul 23, 2021 - Makefile
-
Updated
Aug 24, 2021 - Go
Additional Linters
Describe the solution you'd like
Propose expanding golangci-lint linters to include the following:
- errcheck
- staticcheck
- typecheck
These would bring us to include all default.
Additionally I think the following a
-
Updated
Aug 27, 2021 - Java
/kind bug
What happened? as of kubernetes 1.20, kubelet doesn't check if the target path exists or is mounted for us kubernetes/kubernetes#88759 . path existence should be idempotent i.e. if path already exists, NodeStage/NodePublish should not error. mount should be idempotent i.e. if the thing that's supposed to be mounted at the path is already there then NodeSta
-
Updated
Aug 27, 2021 - Go
-
Updated
Aug 27, 2021 - Python
-
Updated
Aug 25, 2021 - Go
-
Updated
Aug 27, 2021 - Go
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
Aug 18, 2021 - Go
-
Updated
Jul 22, 2021 - Go
When running kubectl describe datasets dataset-name the remote bucket credentials are shown in plaintext. This also happens with kubectl describe datasetinternal/dataset-name when the cache plugin still hasn't provisioned the caching endpoint along with its credentials.
-
Updated
Aug 27, 2021 - Go
-
Updated
Jan 4, 2021 - C
It seems that a common way of storing non-Unicode secrets in Vault is to base64-encode them. Is there currently a way to mount these through the CSI provider without adding a manual decoding process?
If not, the Azure driver supports an objectEncoding property (see Azure/secrets-store-csi-driver-provider-azure#236). Would you accept a PR that adds a similar feature?
-
Updated
Aug 25, 2021 - Go
-
Updated
Jul 22, 2021 - Go
-
Updated
Aug 19, 2021 - Go
We can have the following color codes for the corresponding drive states
in-use, ready -> Green
available -> Blue
unavailable, terminating, released -> Red
the error messages (messages with * prefix) can be displayed in Red
-
Updated
Jun 1, 2020 - C
-
Updated
Aug 26, 2021 - Go
-
Updated
Aug 26, 2021 - Go
-
Updated
Aug 18, 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