diff --git a/source/command/atlas-kubernetes-config-apply.txt b/source/command/atlas-kubernetes-config-apply.txt index ca9d805e..3f8aff3b 100644 --- a/source/command/atlas-kubernetes-config-apply.txt +++ b/source/command/atlas-kubernetes-config-apply.txt @@ -41,10 +41,18 @@ Options - strings - false - One or more comma separated cluster names to import + * - --dataFederationName + - strings + - false + - One or more comma separated data federation names to import * - -h, --help - - false - help for apply + * - --independentResources + - + - false + - Flag that makes the generated resources that support independent usage, to use external IDs rather than Kubernetes references. * - --kubeContext - string - false diff --git a/source/command/atlas-kubernetes-config-generate.txt b/source/command/atlas-kubernetes-config-generate.txt index 3d422367..f0b2b47f 100644 --- a/source/command/atlas-kubernetes-config-generate.txt +++ b/source/command/atlas-kubernetes-config-generate.txt @@ -4,9 +4,6 @@ atlas kubernetes config generate ================================ -.. meta:: - :description: Generate Kubernetes configuration resources for managing Atlas projects, deployments, and users with the Atlas Kubernetes Operator. - .. default-domain:: mongodb .. contents:: On this page @@ -63,7 +60,7 @@ Options * - --operatorVersion - string - false - - Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.7.0". + - Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.8.0". * - --orgId - string - false diff --git a/source/command/atlas-kubernetes-dry-run.txt b/source/command/atlas-kubernetes-dry-run.txt index c1c9e53f..208ec14d 100644 --- a/source/command/atlas-kubernetes-dry-run.txt +++ b/source/command/atlas-kubernetes-dry-run.txt @@ -12,9 +12,9 @@ atlas kubernetes dry-run :depth: 1 :class: singlecol -Deploy and run Atlas Kubernetes Operator in dry-run mode. +Deploy and run Atlas Kubernetes Operator in dry-run mode -This command deploys the Atlas Kubernetes operator with the dry-run mode. +This command deploys the Atlas Kubernetes operator with the DryRun mode. Syntax ------ @@ -44,7 +44,7 @@ Options * - --operatorVersion - string - false - - Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.7.0". + - Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.8.0". * - --orgId - string - false @@ -52,7 +52,7 @@ Options * - --targetNamespace - string - false - - Namespaces to use for generated Kubernetes entities. + - Namespaces to use for generated kubernetes entities * - --watch - - false @@ -60,7 +60,7 @@ Options * - --watchNamespace - strings - false - - List that contains namespaces that the Operator listens to. + - List that contains namespaces that the operator will listen to. * - --watchTimeout - int - false @@ -81,3 +81,4 @@ Inherited Options - 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. + diff --git a/source/command/atlas-kubernetes-operator-install.txt b/source/command/atlas-kubernetes-operator-install.txt index 61d8905d..ae45bfed 100644 --- a/source/command/atlas-kubernetes-operator-install.txt +++ b/source/command/atlas-kubernetes-operator-install.txt @@ -4,9 +4,6 @@ atlas kubernetes operator install ================================= -.. meta:: - :description: Install the Atlas Kubernetes Operator to a cluster, creating an API key for Atlas Admin API calls and optionally importing Atlas resources. - .. default-domain:: mongodb .. contents:: On this page @@ -50,7 +47,7 @@ Options * - --configOnly - - false - - Flag that indicates whether to generate only the Operator configuration files without installing the Operator + - Flag that indicates whether to generate only the operator configuration files without installing the Operator * - -h, --help - - false diff --git a/source/command/atlas-kubernetes-operator.txt b/source/command/atlas-kubernetes-operator.txt index f45517f0..47d7302c 100644 --- a/source/command/atlas-kubernetes-operator.txt +++ b/source/command/atlas-kubernetes-operator.txt @@ -58,5 +58,4 @@ Related Commands :titlesonly: install - dry-run diff --git a/source/command/atlas-kubernetes.txt b/source/command/atlas-kubernetes.txt index 476ad060..79afe709 100644 --- a/source/command/atlas-kubernetes.txt +++ b/source/command/atlas-kubernetes.txt @@ -4,9 +4,6 @@ atlas kubernetes ================ -.. meta:: - :description: Access and manage Kubernetes resources within Atlas using the command line interface. - .. default-domain:: mongodb .. contents:: On this page @@ -51,4 +48,6 @@ Related Commands :titlesonly: config + dry-run operator +