csi-addons/kubernetes-csi-addons

Provide kustomization for deployment

Open

#536 opened on Mar 17, 2024

 (0 comments) (1 reaction) (0 assignees)Go (51 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

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 installing via:

kubectl apply -k https://github.com/csi-addons/kubernetes-csi-addons.git/deploy/controller?ref=tag

Contributor guide