Last modified November 29, 2024

'kubectl gs update app' command reference

This command helps with updating App custom resources.

Usage

The command to execute is kubectl gs update app.

It supports the following required flags:

  • --name: Name of the App CR to update.
  • --version: New version to update the app to. The version must exist in the Catalog.

Important: ensure you have selected the correct namespace for your cluster with the --namespace flag.

See the example command updating starboard-app to version 0.2.1:

kubectl gs update app \
  --name starboard-app \
  --namespace ab01c \
  --version 0.2.1

It produces the following output upon success:

App 'starboard-app' updated to version '0.2.1'

This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.