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
There is no way for an user to submit workload to the target managed cluster directly now, the user has to write some codes to get information from placementdecision, analyse it and then forword workoad to the target cluster, this is inconvenient.
A draft idea is to enhance clusteradm, then user can submit workload like following:
User submit workload with “clusteradm submit-workload xxx.yaml --placement abc”
Clusteradm checks the managed cluster candidate in the specified placement, then forward the xxx.yaml to the target cluster by clusternet or manifestwork.
The managed cluster will create the xxx.yaml, the workload in xxx.yaml will run on it.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
There is no way for an user to submit workload to the target managed cluster directly now, the user has to write some codes to get information from placementdecision, analyse it and then forword workoad to the target cluster, this is inconvenient.
A draft idea is to enhance clusteradm, then user can submit workload like following:
The text was updated successfully, but these errors were encountered: