Skip to main content

odigos upgrade-deprecated

Upgrade odigos version in your cluster.

Synopsis

This command is deprecated. Please use odigos install instead which also upgrades the Odigos version in the cluster. which uses the Helm SDK under the hood. This command will upgrade the Odigos version in the cluster to the version of Odigos CLI and apply any required migrations and adaptations.
odigos upgrade-deprecated [flags]

Examples


# Upgrade Odigos version
odigos upgrade

Options

  -h, --help                 help for upgrade-deprecated
      --skip-version-check   skip the version check and install any version tag provided. used for tests
      --version string       for development purposes only
      --yes                  skip the confirmation prompt

Options inherited from parent commands

      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
  -v, --verbose               enable verbose output

SEE ALSO

  • odigos - Automate OpenTelemetry Observability in Kubernetes
I