You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detailed Description:
This is part of the activities for the implementation of the ClusterClass proposal.
In order to setup a watch that triggers reconciliation for all the Clusters using a ClusterClass object being update, it is required to create new cache index on the Cluster.Topology.Class.
Such index will be used in the map function from ClusterClass to Clusters.
Anything else you would like to add:
This could be implemented only after #4908 is completed.
Detailed Description:
This is part of the activities for the implementation of the ClusterClass proposal.
In order to setup a watch that triggers reconciliation for all the Clusters using a ClusterClass object being update, it is required to create new cache index on the
Cluster.Topology.Class
.Such index will be used in the map function from ClusterClass to Clusters.
Anything else you would like to add:
This could be implemented only after #4908 is completed.
See eg. https://github.com/kubernetes-sigs/cluster-api/blob/master/controllers/noderefutil/indexer.go for the index & map function between machines & nodes
/kind feature
The text was updated successfully, but these errors were encountered: