Skip to content

Commit

Permalink
fix for importer readme (kubernetes-sigs#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
googs1025 authored and vsoch committed Apr 18, 2024
1 parent f323100 commit 8209674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/importer/README.md
Expand Up @@ -31,15 +31,15 @@ The importer will perform following checks:
- The LocalQueues involved in the import are using an existing ClusterQueue.
- The ClusterQueues involved have at least one ResourceGroup using an existing ResourceFlavor. This ResourceFlavor is used when the importer creates the admission for the created workloads.

The are two ways the mapping from a pod to a LocalQueue can be specified:
There are two ways the mapping from a pod to a LocalQueue can be specified:

#### Simple mapping

It's done by specifying a label name and any number of <label-value>=<localQueue-name> a command line arguments eg. `--queuelabel=src.lbl --queuemapping=src-val=user-queue,src-val2=user-queue2`.
It's done by specifying a label name and any number of <label-value>=<localQueue-name> a command line arguments e.g. `--queuelabel=src.lbl --queuemapping=src-val=user-queue,src-val2=user-queue2`.

#### Advanced mapping

It's done providing an yaml mapping file name as `--queuemapping-file` argument, it's expected content being:
It's done providing a yaml mapping file name as `--queuemapping-file` argument, it's expected content being:

```yaml
- match:
Expand Down

0 comments on commit 8209674

Please sign in to comment.