Skip to content

Commit

Permalink
docs: be accurate on --image-prefix option (#1103)
Browse files Browse the repository at this point in the history
The docs used to say that the prefix is used for all images, but in fact
it's actually only used for the collector. Updated the docs for now, but
we can opt to change how it actually works.

Also... I personally feel that being able to specify the image with the
version instead of providing a prefix is better interface for setting
collector images.

---------

Co-authored-by: Amir Blum <[email protected]>
  • Loading branch information
rauno56 and blumamir committed Apr 18, 2024
1 parent 08eb470 commit 0c6f0fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cli/odigos_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ odigos install [flags]
--odiglet-image odiglet container image name
--instrumentor-image instrumentor container image name
--autoscaler-image autoscaler container image name
--image-prefix prefix for all container images. used when your cluster doesn't have access to docker hub
--image-prefix prefix for collector images. Used when your cluster doesn't have access to docker hub.
--psp enable pod security policy
```

Expand All @@ -55,6 +55,6 @@ All the other options are targeting advanced users with custom and unique use ca

## SEE ALSO

* [odigos](/cli/odigos.md) - odigos CLI
* [odigos uninstall](/cli/odigos_uninstall.md) - unistall Odigos from your cluster
* [odigos upgrade](/cli/odigos_upgrade.md) - upgrade odigos version in your cluster.
* [odigos](/cli/odigos.md) - odigos CLI
* [odigos uninstall](/cli/odigos_uninstall.md) - unistall Odigos from your cluster
* [odigos upgrade](/cli/odigos_upgrade.md) - upgrade odigos version in your cluster.

0 comments on commit 0c6f0fe

Please sign in to comment.