nais opensearch update
nais opensearch update NAME [flags]
This command updates an existing Opensearch instance.
Options
-m,--memoryMEMORYof the OpenSearch instance.--storage-gb- Storage capacity in
GBfor the OpenSearch instance. Defaults vary for different combinations ofTIERandMEMORY. --tierTIERof the OpenSearch instance.--version- Major
VERSIONof 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