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

CSI-Addons implementation and APIs for Kubernetes

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

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

Bumps the k8s-dependencies group in /tools with 1 update: [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools). Updates `sigs.k8s.io/controller-tools` from 0.17.3 to 0.18.0 Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.18.0 What's Changed ⚠️ Bump to k8s.io/* v0.33.0...

vendor

This commit introduces `volumeGroupAttributes` field to `VolumeGroupReplicationContent` API. The field is intended to store key-value pairs derived from the VolumeGroupContext returned by CSI drivers in the CreateVolumeGroupResponse.

api

`defaultIdleTimeout` was just a suggested name, I didn't see it was used elsewhere already. It was mostly about the capitalization of the name. Whatever calls `NewConnection()` might be able to...