kubernetes-sigs/cluster-api

ClusterClass rebase should check variable compatibility

已關閉

#8,154 建立於 2023年2月22日

 (5 則留言) (0 個反應) (0 位負責人)Go (1,532 個分叉)auto 404
area/clusterclasshelp wantedkind/featurepriority/important-longtermtriage/accepted

倉庫指標

星標
 (4,267 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

PR #8153 removes the variable compatibility checks for Clusters using a ClusterClass when that class is being updated in place. This change is a consequence of external variables.

During ClusterClass rebase - moving a Cluster from one ClusterClass to another - similar variable checks could be done allowing users to safely update from one set of variables to another while changing ClusterClass. Currently validation of those variables is not done during ClusterClass rebase.

This validation should be added to give rebase webhook based validation of variable changes.

/area topology /kind feature

貢獻者指南