From 0c6f0fe954d1b518fb02fe6fce1974fd7ded8cbf Mon Sep 17 00:00:00 2001 From: Rauno Viskus <1334536+rauno56@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:40:19 +0300 Subject: [PATCH] docs: be accurate on `--image-prefix` option (#1103) 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 --- docs/cli/odigos_install.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cli/odigos_install.mdx b/docs/cli/odigos_install.mdx index e15b28df9..9eb715aca 100644 --- a/docs/cli/odigos_install.mdx +++ b/docs/cli/odigos_install.mdx @@ -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 ``` @@ -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. \ No newline at end of file +* [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.