nais opensearch update

nais opensearch update NAME [flags]

This command updates an existing Opensearch instance.

Options

-m, --memory
MEMORY of the OpenSearch instance.
--storage-gb
Storage capacity in GB for the OpenSearch instance. Defaults vary for different combinations of TIER and MEMORY.
--tier
TIER of the OpenSearch instance.
--version
Major VERSION of the OpenSearch instance.

Inherited options

--config
Specify the location for the configuration file.
-e, --environment
Filter by environment.
--no-colors
Disable colors in the output.
-t, --team
Specify the team to use for this command. Overrides the default team from configuration.
-v, --verbose
Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.

Examples

# Set the |MEMORY| for an Opensearch instance named some-opensearch.
$ nais opensearch update some-opensearch --memory GB_8

# Set the |TIER| for an OpenSearch instance named some-opensearch.
$ nais opensearch update some-opensearch --tier HIGH_AVAILABILITY

# Set the |STORAGE-GB| for an OpenSearch instance named some-opensearch.
$ nais opensearch update some-opensearch --storage-gb 1000

# Upgrade the |VERSION| for an OpenSearch instance named some-opensearch.
$ nais opensearch update some-opensearch --version V3_3

# Set all available options for an OpenSearch instance named some-opensearch.
$ nais opensearch update some-opensearch --memory GB_8 --tier HIGH_AVAILABILITY --version V3_3 --storage-gb 1000

This site uses Just the Docs, a documentation theme for Jekyll.