kubernetes-sigs/cluster-api-provider-vsphere

Modify the template generation logic for CAPV templates

Open

#1,384 建立於 2022年1月28日

在 GitHub 查看
 (8 留言) (0 反應) (2 負責人)Go (320 fork)auto 404
good first issuehelp wantedkind/featurelifecycle/rotten

倉庫指標

Star
 (417 star)
PR 合併指標
 (PR 指標待抓取)

描述

/kind feature

Describe the solution you'd like Currently, the template generation code for kibe-vip based templates generates a ClusterResourceSet which installs the CPI/CSI on the workload cluster. The names of these resources created by the CRS are not dynamically generated. Hence if trying to reuse the same manifest template for different workload clusters results in the same secrets/config maps(used by the CRS) being updated. This could have unintended consequences when working with multiple clusters.

Anything else you would like to add: It would be great if we could prefix the resources with the name of the cluster to enable reuse of the same templates for different workload clusters.

Environment:

  • Cluster-api-provider-vsphere version: n/a
  • Kubernetes version: (use kubectl version): n/a
  • OS (e.g. from /etc/os-release): n/a

/help /good-first-issue

貢獻者指南