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 CSIAddonsNode object contains details about the node and CSI-driver that provides a set of CSI-Addons features. It would be useful for debugging and validation to have the capabilities (from...

enhancement
good first issue

This would ease installation. NB: I'm using ArgoCD to install apps. The `make deploy` way of installing is not compatible.

By using a dummy CSI-driver that implements CSI-Addons operations for known names of PVCs, it should be possible to test the whole process from user-input to updates status in the...

enhancement
testing

#89 changed how architectures are passed to the GitHub workflows. It seems that #91 was built only on one platform, instead of linux/amd64, linux/arm64 and linux/arm/v7. For some reason the...

testing

There is a lot of duplication of code in the GitHub Workflows. It can be reduced; take a look at https://github.blog/changelog/2021-08-25-github-actions-reduce-duplication-with-action-composition/ _Originally posted by @Madhu-1 in https://github.com/csi-addons/kubernetes-csi-addons/pull/21#pullrequestreview-838007676_

enhancement
testing

As we already know currently, a csiaddons node object is created, we create the connections and keep it until the addons node object is deleted. there could be advantages/disadvantages of...

enhancement

This tracks the work for k8s-operatorhub/community-operators#585 Some check-boxes in the PR are not set yet, and need some extra verification or other work.

enhancement

add development guide which helps people who wants to contribute

documentation

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.15.0 to 0.16.1 Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.16.1 What's Changed 🐛 Fix duplicate default value...

vendor

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7. Release notes Sourced from super-linter/super-linter's releases. v7.0.0 7.0.0 (2024-08-15) ⚠ BREAKING CHANGES remove undocumented secondary extension case (#5983) remove sql-lint (#5991) 🚀 Features prettier...

testing