- This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of the Atlas CLI.
Deploy and run Atlas Kubernetes Operator in dry-run mode
This command deploys the Atlas Kubernetes operator with the DryRun mode.
Syntax
atlas kubernetes dry-run [options]
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.8.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 will listen 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. |
Inherited Options
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. |