kubernetes-csi-addons
kubernetes-csi-addons copied to clipboard
CSI-Addons implementation and APIs for Kubernetes
Bumps the github-dependencies group with 1 update: [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils). Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.18.1 to 0.19.0 Release notes Sourced from github.com/kubernetes-csi/csi-lib-utils's releases. v0.19.0 https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.19.0/CHANGELOG/CHANGELOG-0.19.md v0.19.0-beta.0 Pre-release with Kubernetes 1.31.0-beta.0 packages. Commits 5827ba9...
Bumps the k8s-dependencies group with 4 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go), [k8s.io/utils](https://github.com/kubernetes/utils) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `k8s.io/apimachinery` from 0.30.3 to 0.31.0 Commits a8f449e Falls back to SPDY for gorilla/websocket https proxy error 62791ec...
I am running v0.8.0 of csi-addons and began getting crash loops with error messages referencing a missing VolumeGroupReplication CRD (and other related ones). Looking at the source these CRDs are...
the kube-proxy container has a warning for insecure access https://github.com/kubernetes-sigs/kubebuilder/pull/3899, we need to adopt as per https://github.com/kubernetes-sigs/kubebuilder/blob/master/designs/discontinue_usage_of_kube_rbac_proxy.md
This PR adds the following codes/logic: - Added volume group replication controller logic - Added generated crds, rbacs - Added docs to create VGR, VGRClass and VGRContent CRs
#614 added support to consider existing PVCs whenever a SC object is modified. However it requeues the PVCs that have key rotation annotation present. This issue is to track the...
it looks like we will skip these pvcs, won't this cause a problem when an annotation is deleted on the storageclass and the controller-added annotation exists on the PVC, IMO...
major follow up refractoring is required as we have more duplication between this and the reclaimspace _Originally posted by @Madhu-1 in https://github.com/csi-addons/kubernetes-csi-addons/pull/608#pullrequestreview-2180123095_
This patch updates the schedule parsing logic in the following manner: - A new configmap key is added: `schedule-precedence`. It can be one of `pvc-first` or `sc-first`. - `pvc-first` is...
This patch adds the feature to disable key rotation by annotating any of NS, SC or PVC. The annotation to be used is: `keyrotation.csiaddons.openshift.io/disable=true`