Skip to content

Commit ab83572

Browse files
DOCSP-38118v1.9 -- backport DOCSP-38118 to v1.9 (#92)
* DOCSP-38118v1.9 -- backport DOCSP-38118 to v1.9 * DOCSP-38118v1.9 fix spacing * DOCSP-38118v1.9 fix spacing * DOCSP-38118v1.9 fix spacing
1 parent c31fcca commit ab83572

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"esbonio.sphinx.confDir": ""
3+
}

source/includes/steps-ak8so-quick-start.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ stepnum: 1
22
title: "Register for an |service| account or log in."
33
ref: register-or-log-in-ak8so
44
content: |
5-
5+
66
:ref:`atlas-register-account` or :ref:`atlas-account-login`.
77
88
---
@@ -91,6 +91,8 @@ content: |
9191
:setting:`spec.connectionSecretRef.name`. If unspecified, |ak8so|
9292
uses the default connection |k8s-secret| previously set with your
9393
API keys and organization ID.
94+
95+
Deploy the |ak8so| custom resource.
9496
9597
.. code-block:: sh
9698
@@ -104,16 +106,9 @@ content: |
104106
spec:
105107
name: Test Atlas Operator Project
106108
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"
109111
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-
117112
---
118113
stepnum: 6
119114
title: "Create the ``AtlasDeployment`` custom resource."

0 commit comments

Comments
 (0)