Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance clusteradm so that user can submit workload to target cluster directly #84

Open
suigh opened this issue Aug 31, 2021 · 3 comments

Comments

@suigh
Copy link
Member

suigh commented Aug 31, 2021

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:

  1. User submit workload with “clusteradm submit-workload xxx.yaml --placement abc”
  2. Clusteradm checks the managed cluster candidate in the specified placement, then forward the xxx.yaml to the target cluster by clusternet or manifestwork.
  3. The managed cluster will create the xxx.yaml, the workload in xxx.yaml will run on it.

image

@openshift-ci
Copy link

openshift-ci bot commented Aug 31, 2021

@qiujian16: The label(s) kind/enhancement cannot be applied, because the repository doesn't have them.

In response to this:

/kind enhancement

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.

@qiujian16
Copy link
Member

/kind feature

@zychina
Copy link

zychina commented Sep 1, 2021

And also use need a way to query workload status to have a e2e scenario, issue I opened before #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants