kubernetes-csi-addons
kubernetes-csi-addons copied to clipboard
CSI-Addons implementation and APIs for Kubernetes
This commit adds testing tool for VolumeGroup operations such as- - CreateVolumeGroup - ModifyVolumeGroup Membership - DeleteVolumeGroup - ControllerGetVolumeGroup Resolves #653 Sample outputs for the cli commands of the form:...
This commit modifies Makefile to use docker-generate-protobuf instead of generate-protobuf by default.
We should have a way to check for CRDs that are missing from the CSV in our CI.
Add the missing EncryptionKeyRotation(Cron)Job resources in the bundle CSV.
Currently, we are setting the promotion Failed condition if the enable replication fails but that is not the actual condition where it failed, the condition should match the action that...
For `ReclaimSpace` and `EncryptionKeyRotation` if the schedule is updated on the StorageClass, the new schedule is not reflected on the PVC since: - We do not check the value of...
Add VolumeGroup RPC to csi-addons admin/test tool. refer: - https://github.com/csi-addons/kubernetes-csi-addons/tree/main/cmd/csi-addons - https://github.com/csi-addons/spec/tree/main/volumegroup - #652