@@ -12,24 +12,29 @@ Create One Project using a ConfigMap
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- The |k8s-op-full| uses a |k8s| |k8s-configmap| to create or link your
16
- |onprem| :opsmgr:`Project </tutorial/manage-projects>`. To create a
17
- |k8s-op-short| ConfigMap, you can edit a few lines of the
15
+ The |k8s-op-full| uses a |k8s| |k8s-configmap| to link your
16
+ |onprem| :opsmgr:`Project </tutorial/manage-projects>`. If the
17
+ referenced project doesn't exist, the |k8s-op-short| creates it
18
+ according to the ``projectName`` that you provide in the ConfigMap.
19
+
20
+ To create a |k8s-op-short| ConfigMap, you can edit a few lines of the
18
21
:ref:`example ConfigMap <example-k8s-configmap>` |yaml| file and apply
19
22
the ConfigMap. To view a full example, see the :github:`project.yaml
20
- </mongodb/mongodb-enterprise-kubernetes/blob/master/samples/mongodb/project.yaml>`
21
- file.
23
+ </mongodb/mongodb-enterprise-kubernetes/blob/master/samples/mongodb/project.yaml>` file.
22
24
23
25
Alternatively, you can use the |cloud| :cloudmgr:`UI
24
26
</tutorial/nav/k8s-config-for-mdb-resource/>` or the |onprem|
25
- :opsmgr:`UI </tutorial/nav/k8s-config-for-mdb-resource/>` to
26
- automatically generate the ConfigMap YAML file, which you can then
27
- apply to your Kubernetes environment.
27
+ :opsmgr:`UI </tutorial/nav/k8s-config-for-mdb-resource/>` to create or
28
+ choose a project, and automatically generate the ConfigMap YAML file,
29
+ which you can then apply to your Kubernetes environment.
28
30
29
31
Considerations
30
32
--------------
31
33
32
- You can only deploy one MongoDB resource per project. See :ref:`k8s-deploy-mdb-resources`.
34
+ You can deploy only one MongoDB resource per project. This limit
35
+ applies because |onprem| supports only one authentication method for
36
+ database user access per project. To learn more, see
37
+ :ref:`k8s-deploy-mdb-resources`.
33
38
34
39
.. include:: /includes/admonitions/note-k8s-supported-in-om4.rst
35
40
0 commit comments