File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "esbonio.sphinx.confDir" : " "
3
+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ stepnum: 1
2
2
title : " Register for an |service| account or log in."
3
3
ref : register-or-log-in-ak8so
4
4
content : |
5
-
5
+
6
6
:ref:`atlas-register-account` or :ref:`atlas-account-login`.
7
7
8
8
---
@@ -91,6 +91,8 @@ content: |
91
91
:setting:`spec.connectionSecretRef.name`. If unspecified, |ak8so|
92
92
uses the default connection |k8s-secret| previously set with your
93
93
API keys and organization ID.
94
+
95
+ Deploy the |ak8so| custom resource.
94
96
95
97
.. code-block:: sh
96
98
@@ -104,16 +106,9 @@ content: |
104
106
spec:
105
107
name: Test Atlas Operator Project
106
108
projectIpAccessList:
107
- - cidrBlock: "0.0.0.0/0"
108
- comment: "Allowing access to database from everywhere (only for Demo!) "
109
+ - ipAddress: <your-ip-address-range>
110
+ comment: "Adding your IP to Atlas access list "
109
111
EOF
110
-
111
- .. warning::
112
-
113
- The CIDR block in the example, ``0.0.0.0/0``, allows any client to
114
- connect to the |service| cluster. Do not use this IP address in
115
- production.
116
-
117
112
---
118
113
stepnum : 6
119
114
title : " Create the ``AtlasDeployment`` custom resource."
You can’t perform that action at this time.
0 commit comments