Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
3 people committed Apr 30, 2024
1 parent d813b8f commit aea93c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions keps/2076-kueuectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,26 @@
We want to create a command line tool for Kueue that allows to:

* list Kueue's objects with easy to use Kueue-specific filtering,
* create Local and ClusterQueues without touching yamls,
* create Local and ClusterQueues without writing yamls,
* perform management operations on LQs, CQs and Workloads.

## Motivation

Currently many administrative operations around Kueue are largely inconvenient.
They require full API understanding, are relatively error-prone or are simply
impossible without writing a custom mini script or complex pipe processing.
tedious without writing a custom mini script or complex pipe processing.

### Goals

* Provide a command line tool for system administrator to:

* Create ClusterQueues and LocalQueues.
* Listing *Queues and Workloads that meet certain criteria.
* Stopping and resuming execution in ClusteQueuesr and LocalQueues.
* Stooping and resuming individual Workloads.
* Listing Queues and Workloads that meet certain criteria.
* Stopping and resuming execution in ClusteQueues and LocalQueues.
* Stopping and resuming individual Workloads.
* (In the future) Migrating workloads between LocalQueues and other avanced operations

* Build it on top of kubectl (as a kubectl plugin) to reuse all of
* Build it on top of kubectl (as a [kubectl plugin](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/)) to reuse all of
the authentication/cluster selection methods.

### Non-Goals
Expand Down

0 comments on commit aea93c0

Please sign in to comment.