Skip to content

Copies Atlas CLI Kubernetes Plugin commands for release tag: v1.1.2 #1121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/command/atlas-kubernetes-config-apply.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions source/command/atlas-kubernetes-config-generate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions source/command/atlas-kubernetes-dry-run.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down Expand Up @@ -44,23 +44,23 @@ 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
- 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.
- 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.
- List that contains namespaces that the operator will listen to.
* - --watchTimeout
- int
- false
Expand All @@ -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.

5 changes: 1 addition & 4 deletions source/command/atlas-kubernetes-operator-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion source/command/atlas-kubernetes-operator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ Related Commands
:titlesonly:

install </command/atlas-kubernetes-operator-install>
dry-run </command/atlas-kubernetes-dry-run>

5 changes: 2 additions & 3 deletions source/command/atlas-kubernetes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -51,4 +48,6 @@ Related Commands
:titlesonly:

config </command/atlas-kubernetes-config>
dry-run </command/atlas-kubernetes-dry-run>
operator </command/atlas-kubernetes-operator>