@@ -18,8 +18,8 @@ content: |
18
18
organization ID information to configure |ak8so| access to
19
19
|service|.
20
20
21
- :ref:`create-org-api-key` and configure the :guilabel:`API
22
- Access List`.
21
+ :ref:`create-org-api-key` and configure the
22
+ :guilabel:`API Access List`.
23
23
24
24
.. include:: /includes/fact-ak8so-api-key-permission.rst
25
25
@@ -38,18 +38,18 @@ content: |
38
38
39
39
.. code-block:: sh
40
40
41
- kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/<version>/deploy/all-in-one.yaml
41
+ kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/v <version>/deploy/all-in-one.yaml
42
42
43
43
- If you want |ak8so| to watch only its |k8s-ns|, you must install
44
44
the configuration files from the ``deploy/namespaced`` directory:
45
45
46
46
.. code-block:: sh
47
47
48
- kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/<version>/deploy/namespaced/crds.yaml
48
+ kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/v <version>/deploy/namespaced/crds.yaml
49
49
50
50
.. code-block:: sh
51
51
52
- kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/<version>/deploy/namespaced/namespaced-config.yaml
52
+ kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/v <version>/deploy/namespaced/namespaced-config.yaml
53
53
54
54
---
55
55
@@ -92,7 +92,7 @@ content: |
92
92
uses the default connection |k8s-secret| previously set with your
93
93
API keys and organization ID.
94
94
95
- Deploy the |ak8so| custom resource.
95
+ Deploy the |ak8so| custom resource.
96
96
97
97
.. code-block:: sh
98
98
@@ -109,6 +109,7 @@ content: |
109
109
- ipAddress: <your-ip-address-range>
110
110
comment: "Adding your IP to Atlas access list"
111
111
EOF
112
+
112
113
---
113
114
stepnum : 6
114
115
title : " Create the ``AtlasDeployment`` custom resource."
0 commit comments