Skip to content

Commit 029e2b8

Browse files
kanchana-mongodbjwilliams-mongo
authored andcommitted
DOCSP-15517 Update prerequisites section for CM/OM zero-touch (#545)
bump bump bump bump
1 parent bde099f commit 029e2b8

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

source/includes/prereqs-deploy-resource.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ following procedures:
66
- :ref:`create-k8s-project`
77

88
- :ref:`create-k8s-credentials`
9+
10+
Alternatively, for |cloud|, after installing the Kubernetes Operator,
11+
you can use the |cloud-short| :cloudmgr:`UI
12+
</tutorial/nav/k8s-config-for-mdb-resource/>` to automatically generate
13+
the ConfigMap and Kubernetes secret YAML files, which you can then
14+
apply to your Kubernetes environment.

source/tutorial/create-operator-credentials.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ Create Credentials for the |k8s-op-short|
1414
:class: singlecol
1515

1616
For the |k8s-op-short| to create or update |k8s-objs| in your |com|
17-
Project, you need to store your
18-
:ref:`Programmatic API Key <create-org-app-api-key>` as a |k8s|
19-
|k8s-secret|. Creating a secret stores authentication credentials so
20-
only |k8s| can access them.
17+
Project, you need to store your :ref:`Programmatic API Key
18+
<create-org-app-api-key>` as a |k8s| |k8s-secret|. Creating a secret
19+
stores authentication credentials so only |k8s| can access them.
2120

2221
Multiple secrets can exist in the same namespace. Each user should
2322
have their own secret.
2423

24+
You can follow the :ref:`create-k8s-secret-procedure` below to
25+
manually set up the secret. Alternatively, for |cloud|, you can use the
26+
|cloud| :cloudmgr:`UI </tutorial/nav/k8s-config-for-mdb-resource/>` to
27+
automatically generate the Kubernetes secret YAML file, which you can
28+
then apply to your Kubernetes environment.
29+
2530
Prerequisites
2631
-------------
2732

@@ -45,6 +50,7 @@ To create credentials for the |k8s-op-short|, you must:
4550
|k8s-op-short| to the
4651
:ref:`API Whitelist <configure-access-to-whitelisted-ops>`.
4752

53+
.. _create-k8s-secret-procedure:
4854

4955
Procedure
5056
---------

source/tutorial/create-project-using-configmap.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ The |k8s-op-full| uses a |k8s| |k8s-configmap| to create or link your
1818
|onprem| :opsmgr:`Project </tutorial/manage-projects>`. To create a
1919
|k8s-op-short| ConfigMap, you can edit a few lines of the
2020
:ref:`example ConfigMap <example-k8s-configmap>` |yaml| file and apply
21-
the ConfigMap.
21+
the ConfigMap. Alternatively, for |cloud|, you can use the
22+
|cloud| :cloudmgr:`UI </tutorial/nav/k8s-config-for-mdb-resource/>` to
23+
automatically generate the ConfigMap YAML file, which you can then
24+
apply to your Kubernetes environment.
2225

2326
Considerations
2427
--------------

0 commit comments

Comments
 (0)