Skip to content

Commit ed7b7bd

Browse files
Project import generated by Copybara. (#1121)
GitOrigin-RevId: b4bb6845e8acad201686c23c1401c5cf1cc80f0b Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 003cac9 commit ed7b7bd

6 files changed

+18
-17
lines changed

source/command/atlas-kubernetes-config-apply.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,18 @@ Options
4141
- strings
4242
- false
4343
- One or more comma separated cluster names to import
44+
* - --dataFederationName
45+
- strings
46+
- false
47+
- One or more comma separated data federation names to import
4448
* - -h, --help
4549
-
4650
- false
4751
- help for apply
52+
* - --independentResources
53+
-
54+
- false
55+
- Flag that makes the generated resources that support independent usage, to use external IDs rather than Kubernetes references.
4856
* - --kubeContext
4957
- string
5058
- false

source/command/atlas-kubernetes-config-generate.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
atlas kubernetes config generate
55
================================
66

7-
.. meta::
8-
:description: Generate Kubernetes configuration resources for managing Atlas projects, deployments, and users with the Atlas Kubernetes Operator.
9-
107
.. default-domain:: mongodb
118

129
.. contents:: On this page
@@ -63,7 +60,7 @@ Options
6360
* - --operatorVersion
6461
- string
6562
- false
66-
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.7.0".
63+
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.8.0".
6764
* - --orgId
6865
- string
6966
- false

source/command/atlas-kubernetes-dry-run.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ atlas kubernetes dry-run
1212
:depth: 1
1313
:class: singlecol
1414

15-
Deploy and run Atlas Kubernetes Operator in dry-run mode.
15+
Deploy and run Atlas Kubernetes Operator in dry-run mode
1616

17-
This command deploys the Atlas Kubernetes operator with the dry-run mode.
17+
This command deploys the Atlas Kubernetes operator with the DryRun mode.
1818

1919
Syntax
2020
------
@@ -44,23 +44,23 @@ Options
4444
* - --operatorVersion
4545
- string
4646
- false
47-
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.7.0".
47+
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.8.0".
4848
* - --orgId
4949
- string
5050
- false
5151
- Organization ID to use. This option overrides the settings in the configuration file or environment variable.
5252
* - --targetNamespace
5353
- string
5454
- false
55-
- Namespaces to use for generated Kubernetes entities.
55+
- Namespaces to use for generated kubernetes entities
5656
* - --watch
5757
-
5858
- false
5959
- 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.
6060
* - --watchNamespace
6161
- strings
6262
- false
63-
- List that contains namespaces that the Operator listens to.
63+
- List that contains namespaces that the operator will listen to.
6464
* - --watchTimeout
6565
- int
6666
- false
@@ -81,3 +81,4 @@ Inherited Options
8181
- string
8282
- false
8383
- 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.
84+

source/command/atlas-kubernetes-operator-install.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
atlas kubernetes operator install
55
=================================
66

7-
.. meta::
8-
:description: Install the Atlas Kubernetes Operator to a cluster, creating an API key for Atlas Admin API calls and optionally importing Atlas resources.
9-
107
.. default-domain:: mongodb
118

129
.. contents:: On this page
@@ -50,7 +47,7 @@ Options
5047
* - --configOnly
5148
-
5249
- false
53-
- Flag that indicates whether to generate only the Operator configuration files without installing the Operator
50+
- Flag that indicates whether to generate only the operator configuration files without installing the Operator
5451
* - -h, --help
5552
-
5653
- false

source/command/atlas-kubernetes-operator.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ Related Commands
5858
:titlesonly:
5959

6060
install </command/atlas-kubernetes-operator-install>
61-
dry-run </command/atlas-kubernetes-dry-run>
6261

source/command/atlas-kubernetes.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
atlas kubernetes
55
================
66

7-
.. meta::
8-
:description: Access and manage Kubernetes resources within Atlas using the command line interface.
9-
107
.. default-domain:: mongodb
118

129
.. contents:: On this page
@@ -51,4 +48,6 @@ Related Commands
5148
:titlesonly:
5249

5350
config </command/atlas-kubernetes-config>
51+
dry-run </command/atlas-kubernetes-dry-run>
5452
operator </command/atlas-kubernetes-operator>
53+

0 commit comments

Comments
 (0)