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

[KEP-29]: Create KudoOperatorTask #1509

Closed
zen-dog opened this issue May 12, 2020 · 0 comments · Fixed by #1515 or #1541
Closed

[KEP-29]: Create KudoOperatorTask #1509

zen-dog opened this issue May 12, 2020 · 0 comments · Fixed by #1515 or #1541
Labels
Projects

Comments

@zen-dog
Copy link
Contributor

zen-dog commented May 12, 2020

Create the type OperatorTask and the corresponding internal task_operator.go with implementation. The task should create an Instance with parameters and wait for it to become healthy. See KEP-29: operator-task for more details.

Ref: KEP-29

@zen-dog zen-dog created this issue from a note in KUDO Global (Backlog) May 12, 2020
@zen-dog zen-dog added the kep/29 label May 12, 2020
KUDO Global automation moved this from Backlog to Done May 15, 2020
zen-dog pushed a commit that referenced this issue May 15, 2020
to help parallelize upcoming work on KEP-29.

Signed-off-by: Aleksey Dukhovniy alex.dukhovniy@googlemail.com

Fixes: #1509
@zen-dog zen-dog moved this from Done to In Progress in KUDO Global May 27, 2020
@zen-dog zen-dog changed the title [KEP-29]: Create OperatorTask [KEP-29]: Create KudoOperatorTask May 27, 2020
zen-dog added a commit that referenced this issue May 27, 2020
Summary:
implemented `KudoTaskOperator` which, given a `KudoOperator` task in the operator will create the `Instance` object and wait for it to become healthy. Additionally added `paramsFile` to the `KudoOperatorTaskSpec`.

Fixes: #1509
Signed-off-by: Aleksey Dukhovniy <alex.dukhovniy@googlemail.com>
@zen-dog zen-dog moved this from In Progress to Ready For Review in KUDO Global May 28, 2020
zen-dog pushed a commit that referenced this issue Jun 3, 2020
Summary:
implemented `KudoTaskOperator` which, given a `KudoOperator` task in the operator will create the `Instance` object and wait for it to become healthy. Additionally added `paramsFile` to the `KudoOperatorTaskSpec`.

Fixes: #1509
Signed-off-by: Aleksey Dukhovniy <alex.dukhovniy@googlemail.com>
@zen-dog zen-dog moved this from Ready For Review to Done in KUDO Global Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
KUDO Global
  
Done
1 participant