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
What would you like to be added:
In the proposal Reusing list/watch requests in the nodepool, leader yurthub will list/watch specified pool scope metadata from cloud kube-apiserver. so we should add rbac configurations which make leader yurthub can list/watch these pool scope metadatas.
each yurthub will apply a client certificate with organization(openyurt:multiplexer), and use this client certificate to forward requests for pool scope metadata to leader yurthub or cloud kube-apiserver. so we can prepare clusterrolebinding beforehand as following:
What would you like to be added:
In the proposal Reusing list/watch requests in the nodepool, leader yurthub will list/watch specified pool scope metadata from cloud kube-apiserver. so we should add rbac configurations which make leader yurthub can list/watch these pool scope metadatas.
each yurthub will apply a client certificate with organization(
openyurt:multiplexer
), and use this client certificate to forward requests for pool scope metadata to leader yurthub or cloud kube-apiserver. so we can prepare clusterrolebinding beforehand as following:and the controller need to reconcile
NodePool.Spec.PoolScopeMetadata
, then updateyurt-multiplexer
clusterrole..
others
/kind feature
The text was updated successfully, but these errors were encountered: