kubernetes-csi-addons icon indicating copy to clipboard operation
kubernetes-csi-addons copied to clipboard

CSI-Addons implementation and APIs for Kubernetes

Results 37 kubernetes-csi-addons issues
Sort by recently updated
recently updated
newest added

The current way of annotating the PVC, namespace is not so useful because the customer needs to annotate the resources and doesn't provide any option for the admin if someone...

enhancement

Currently to install latest release you need to apply all resources from the release page. Adding or removing resources will break users. Adding trivial kustomization.yaml grouping the resources will allow...

enhancement
good first issue

[The `certificates.k8s.io` API](https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/) or some Kubernetes native certificate manager should be used for the connections between the controller and sidecar. The sidecar should have the ability to verify that the...

enhancement

Signed-off-by: Prasanna Kumar Kalever \

Add Support to `volumeGroup` as a source, by adding `replicationSource` object which is replacing `volumeID` and can handle `volumeID` or `VolumeGroupID` as a source. Signed-off-by: matancarmeli7

vendor

Super linter has few linters( listed below) that are disabled currently and can be enabled by fixing the linters. - [x] hadolint - [ ] golanci-lint - [ ] jscpd...

Each Storage System/workload may have different requirements. It'll be great to have support for [choosing only|opt out of] one of [controller/node]reclaimspace operation to run. Example: - Running only nodereclaimspace operation...

enhancement

The actions seem to be failing from around the same time this change was introduced. https://github.com/csi-addons/kubernetes-csi-addons/pull/383/files https://github.com/csi-addons/kubernetes-csi-addons/actions/workflows/build-push.yaml We can further investigate and revert this after the release. _Originally posted by...

``` # operator-sdk gets installed from the tools/vendor/ directory. OPERATOR_SDK = $(shell pwd)/bin/operator-sdk .PHONY: operator-sdk operator-sdk: # FIXME: Remove `go mod tidy && go mod vendor` once we find the...