Skip to content

Commit c10fca5

Browse files
sarahsimpersjwilliams-mongo
authored andcommitted
(DOCSP-37036) Fixes 404s for K8s operator (#1637)
* (DOCSP-37036) Fixes 404s for K8s operator * Includes copy review change
1 parent a41fb49 commit c10fca5

9 files changed

+21
-21
lines changed

source/includes/list-tables/configmap-keys-curl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
.. include:: /includes/admonitions/note-k8s-supported-in-om4.rst
6161

6262
Specify an :opsmgr:`existing Organization
63-
</current/tutorial/manage-organizations/#create-organization>`:
63+
</tutorial/manage-organizations/#create-organization>`:
6464

6565
.. include:: /includes/steps/find-org-id.rst
6666

6767
.. note::
6868

69-
You must have the :opsmgr:`Organization Project Creator </current/reference/user-roles/#Organization Project Creator>`
69+
You must have the :opsmgr:`Organization Project Creator </reference/user-roles/#Organization Project Creator>`
7070
role to create a new project within an existing
7171
|com| organization.
7272

source/includes/list-tables/configmap-keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
6666
.. important::
6767

68-
You must have the :opsmgr:`Organization Project Creator </current/reference/user-roles/#Organization Project Creator>`
68+
You must have the :opsmgr:`Organization Project Creator </reference/user-roles/#Organization Project Creator>`
6969
role to create a new project *within an existing organization*.
7070

7171
.. include:: /includes/admonitions/note-k8s-supported-in-om4.rst

source/includes/prereqs-deploy-resource.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To deploy a |deployment| using an |k8s-obj|, you must:
22

3-
- Have or create an :opsmgr:`Ops Manager instance <installation>` or a :opsmgr:`Cloud Manager organization </current/tutorial/manage-organizations/#create-organization>`.
3+
- Have or create an :opsmgr:`Ops Manager instance </installation>` or a :opsmgr:`Cloud Manager organization </tutorial/manage-organizations/#create-organization>`.
44

55
- Have or install the :ref:`MongoDB Enterprise Kubernetes Operator <install-k8s>`.
66

source/reference/k8s-operator-om-specification.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Optional |onprem| Resource Settings
225225
*Type*: object
226226

227227
MongoDB configuration object for startup options.
228-
See `MongoDB Agent Settings <https://www.mongodb.com/docs/ops-manager/current/reference/mongodb-agent-settings/>`__ for available fields.
228+
See :opsmgr:`MongoDB Agent Settings </reference/mongodb-agent-settings/>` for available fields.
229229

230230
.. opsmgrkube:: spec.applicationDatabase.agent.systemLog
231231

@@ -927,7 +927,7 @@ Optional |onprem| Resource Settings
927927
*Type*: string
928928

929929
The |k8s| service's :opsmgr:`default server type
930-
</reference/config/ui-settings/index.html#Default-Ops-Manager-MongoDB-Server-Type>`.
930+
</reference/config/ui-settings>`.
931931

932932
Accepted values are: ``PRODUCTION_SERVER``, ``TEST_SERVER``, ``DEV_SERVER``, and
933933
``RAM_POOL``.

source/tutorial/create-operator-credentials.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ To create credentials for the |k8s-op-short|, you must:
4545

4646
#. Grant this new |svc-api-key|:
4747

48-
- The :opsmgr:`Organization Owner </current/reference/user-roles/#Organization Owner>` or :authrole:`Global Owner`
48+
- The :opsmgr:`Organization Owner </reference/user-roles/#Organization Owner>` or :authrole:`Global Owner`
4949
role, if you want the |k8s-op-short| to create projects and manage
5050
them.
5151

52-
- The :opsmgr:`Project Owner </current/reference/user-roles/#Project Owner>` role, if you want the |k8s-op-short|
52+
- The :opsmgr:`Project Owner </reference/user-roles/#Project Owner>` role, if you want the |k8s-op-short|
5353
to only manage projects.
5454

5555
.. note::
5656

5757
You must grant the |svc-api-key| the
58-
:opsmgr:`Organization Owner </current/reference/user-roles/#Organization Owner>` or :authrole:`Global Owner` role.
59-
If you want to grant the |svc-api-key| only the :opsmgr:`Project Owner </current/reference/user-roles/#Project Owner>` role, you must first create the project and then the
60-
|svc-api-key| for the project with the :opsmgr:`Project Owner </current/reference/user-roles/#Project Owner>`
58+
:opsmgr:`Organization Owner </reference/user-roles/#Organization Owner>` or :authrole:`Global Owner` role.
59+
If you want to grant the |svc-api-key| only the :opsmgr:`Project Owner </reference/user-roles/#Project Owner>` role, you must first create the project and then the
60+
|svc-api-key| for the project with the :opsmgr:`Project Owner </reference/user-roles/#Project Owner>`
6161
role. The |k8s-op-short| can't create projects if the
62-
|svc-api-key| has only the :opsmgr:`Project Owner </current/reference/user-roles/#Project Owner>` role.
62+
|svc-api-key| has only the :opsmgr:`Project Owner </reference/user-roles/#Project Owner>` role.
6363

6464
#. Add the |ipaddr| or |cidr| block of any hosts that serve the
6565
|k8s-op-short| to the

source/tutorial/create-vault-secret.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To create credentials for the |k8s-op-short| in |vault-short|, you must:
3939
#. Have or generate a
4040
:ref:`Programmatic API Key <create-org-app-api-key>`.
4141

42-
#. Grant this new |svc-api-key| the :opsmgr:`Project Owner </current/reference/user-roles/#Project Owner>` role.
42+
#. Grant this new |svc-api-key| the :opsmgr:`Project Owner </reference/user-roles/#Project Owner>` role.
4343

4444
#. Add the |ipaddr| or |cidr| block of any hosts that serve the
4545
|k8s-op-short| to the

source/tutorial/manage-database-users-ldap.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Prerequisites
4141
-------------
4242

4343
Before managing database users, you must deploy a
44-
:doc:`replica set <deploy-replica-set>` or
45-
:doc:`sharded cluster <deploy-sharded-cluster>` with |ldap| enabled.
44+
:ref:`replica set <deploy-replica-set>` or
45+
:ref:`sharded cluster <deploy-sharded-cluster>` with |ldap| enabled.
4646
enabled. Optionally, you can enable |tls|. To learn more, see
4747
:ref:`Secure a Database Resource <k8s-secure-resources>`.
4848

source/tutorial/manage-database-users-x509.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Prerequisites
2828
-------------
2929

3030
Before managing database users, you must deploy a
31-
:doc:`replica set <deploy-replica-set>` or
32-
:doc:`sharded cluster <deploy-sharded-cluster>` with |tls| and X.509
31+
:ref:`replica set <deploy-replica-set>` or
32+
:ref:`sharded cluster <deploy-sharded-cluster>` with |tls| and X.509
3333
enabled.
3434

3535
If you need to generate X.509 certificates for your MongoDB users,

source/tutorial/plan-om-resource.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ S3 Snapshot Store
239239

240240
To configure an |s3| :term:`snapshot store <S3 Snapshot Store>`, you
241241
must create an |aws| |s3| or |s3|-compatible bucket to store your
242-
database Backup :opsmgr:`snapshots <current/reference/glossary/#term-snapshot>`.
242+
database Backup :opsmgr:`snapshots </reference/glossary/#std-term-snapshot>`.
243243

244244
The default configuration stores snapshot metadata in the Application
245245
Database. You can also deploy a replica set to store snapshot metadata,
@@ -433,9 +433,9 @@ If |onprem| manages MongoDB database resources deployed to different
433433

434434
.. important::
435435

436-
This includes the ConfigMaps that the `MongoDB database resources
436+
This includes the ConfigMaps that the :k8s:`MongoDB database resources
437437
for the oplog and snapshot stores reference
438-
<deploy-om-container.html#deploy-mongodb-database-resources-to-complete-the-backup-configuration>`__.
438+
</tutorial/deploy-om-container/#deploy-mongodb-database-resources-to-complete-the-backup-configuration>`.
439439

440440
.. _om_with_multi-clusters:
441441

@@ -487,7 +487,7 @@ Prerequisites
487487

488488
The admin user's password must adhere to the |onprem|
489489
:opsmgr:`password complexity requirements
490-
</tutorial/edit-your-user-account/index.html#edit-your-user-account>`.
490+
</tutorial/edit-your-user-account#edit-your-user-account>`.
491491

492492
.. code-block:: sh
493493

0 commit comments

Comments
 (0)