csi-addons/kubernetes-csi-addons

Provide kustomization for deployment

开放

#536 创建于 2024年3月17日

 (0 条评论) (1 个反应) (0 位负责人)Go (51 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (27 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南