Skip to content

Commit

Permalink
Clarify --version subctl deplloy-broker/join flag
Browse files Browse the repository at this point in the history
The docs indicates it defaults to "devel" which is incorrect.
It defaults to the subctl version.

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis authored and sridhargaddam committed Nov 10, 2023
1 parent 1f7535f commit c8dbe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/operations/deployment/subctl/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contains the following details:
| Flag | Description
|:--------------------------------------|:---------------------------------------------------------------------------------------------------|
| `--repository` `<string>` | The repository from where the various Submariner images will be sourced (default `quay.io/submariner`)
| `--version` `<string>` | Image version (default image tag "devel")
| `--version` `<string>` | Image version (defaults to the subctl version)
| `--components <strings>` | Comma-separated list of components to be installed - any of `service-discovery`,`connectivity`. The default is: `service-discovery`,`connectivity`
| `--globalnet` | Enable support for overlapping Cluster/Service CIDRs in connecting clusters (default disabled)
| `--globalnet-cidr-range` `<string>` | Global CIDR supernet range for allocating GlobalCIDRs to each cluster (default "242.0.0.0/8")
Expand Down Expand Up @@ -161,7 +161,7 @@ deployment.
| Flag | Description
|:----------------------------------------|:----------------------------------------------------------------------------|
| `--repository` `<string>` | The repository from where the various Submariner images will be sourced (default `quay.io/submariner`)
| `--version` `<string>` | Image version (default image tag "devel")
| `--version` `<string>` | Image version (defaults to the subctl version)
| `--image-override` `<string>=<string>` | Component image override. This flag can be used more than once (example: `--image-override=submariner-gateway=quay.io/myUser/submariner-gateway:latest`)
<!-- markdownlint-enable line-length -->

Expand Down

0 comments on commit c8dbe7c

Please sign in to comment.