Docs Menu
Docs Home
/ /
Atlas CLI
/ / /

atlas kubernetes dry-run

On this page

  • Syntax
  • Options
  • Inherited Options

Deploy and run Atlas Kubernetes Operator in dry-run mode.

This command deploys the Atlas Kubernetes operator with the dry-run mode.

Command Syntax
atlas kubernetes dry-run [options]
Name
Type
Required
Description

-h, --help

false

help for dry-run

--operatorVersion

string

false

Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.7.0".

--orgId

string

false

Organization ID to use. This option overrides the settings in the configuration file or environment variable.

--targetNamespace

string

false

Namespaces to use for generated Kubernetes entities.

--watch

false

Flag that indicates whether to watch the command until it completes its execution or the watch times out. To set the time that the watch times out, use the --watchTimeout option.

--watchNamespace

strings

false

List that contains namespaces that the Operator listens to.

--watchTimeout

int

false

Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command. This value defaults to 120.

Name
Type
Required
Description

-P, --profile

string

false

Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.

Back

install