Skip to content

Commit b6f749d

Browse files
zach-carrjwilliams-mongo
authored andcommitted
(DOCSP-30712) Fix k8s 404s (#1397)
1 parent 088927a commit b6f749d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,10 @@ Optional |onprem| Resource Settings
641641
List of containers that belong to the |k8s| Pods in the
642642
|k8s-statefulset| that the |k8s-op| creates for the
643643
:opsmgr:`backup daemon service
644-
</current/core/system-overview/#backup-daemon-service>`.
644+
</core/system-overview/#backup-daemon-service>`.
645645

646646
To modify the specifications of the :opsmgr:`backup daemon service
647-
</current/core/system-overview/#backup-daemon-service>` container,
647+
</core/system-overview/#backup-daemon-service>` container,
648648
you must provide the exact name of the container using the ``name``
649649
field, as shown in the following example:
650650

@@ -671,7 +671,7 @@ Optional |onprem| Resource Settings
671671

672672
Minimum CPU capacity that must be available on a |k8s| |k8s-node| to
673673
host the :opsmgr:`backup daemon service
674-
</current/core/system-overview/#backup-daemon-service>`.
674+
</core/system-overview/#backup-daemon-service>`.
675675

676676
The requested value must be less than or equal to
677677
:opsmgrkube:`spec.backup.statefulSet.spec.template.spec.containers.resources.limits.cpu`.
@@ -682,7 +682,7 @@ Optional |onprem| Resource Settings
682682

683683
Maximum CPU capacity for the |k8s-node| being created to host
684684
the :opsmgr:`backup daemon service
685-
</current/core/system-overview/#backup-daemon-service>`.
685+
</core/system-overview/#backup-daemon-service>`.
686686
If omitted, this value is set to
687687
:opsmgrkube:`spec.backup.statefulSet.spec.template.spec.containers.resources.requests.cpu`.
688688

@@ -692,7 +692,7 @@ Optional |onprem| Resource Settings
692692

693693
Minimum memory capacity that must be available on a |k8s| |k8s-node|
694694
to host the :opsmgr:`backup daemon service
695-
</current/core/system-overview/#backup-daemon-service>` on |k8s|.
695+
</core/system-overview/#backup-daemon-service>` on |k8s|.
696696
This value is expressed as an integer followed by a unit of memory
697697
in |jedec| notation.
698698

@@ -710,7 +710,7 @@ Optional |onprem| Resource Settings
710710

711711
Maximum memory capacity for the |k8s-node| being created to host
712712
the :opsmgr:`backup daemon service
713-
</current/core/system-overview/#backup-daemon-service>`. If omitted,
713+
</core/system-overview/#backup-daemon-service>`. If omitted,
714714
this value is set to :opsmgrkube:`spec.backup.statefulSet.spec.template.spec.containers.resources.requests.memory`.
715715

716716
The |k8s-op-short| calculates and sets parameters for Java heap size
@@ -1327,7 +1327,7 @@ You can use |tls| for both |s3| and your application database, or for
13271327

13281328
Name of the secret that contains the ``accessKey`` and
13291329
``secretKey`` fields. The :opsmgr:`backup daemon service
1330-
</current/core/system-overview/#backup-daemon-service>` uses
1330+
</core/system-overview/#backup-daemon-service>` uses
13311331
the values of these fields as credentials to access your
13321332
|aws| |s3| or |s3|-compatible bucket. To configure the |s3| oplog
13331333
store, you must specify both keys in the secret.
@@ -1505,7 +1505,7 @@ You can use |tls| for both |s3| and your application database, or for
15051505

15061506
Name of the secret that contains the ``accessKey`` and
15071507
``secretKey`` fields. The :opsmgr:`backup daemon service
1508-
</current/core/system-overview/#backup-daemon-service>` uses
1508+
</core/system-overview/#backup-daemon-service>` uses
15091509
the values of these fields as credentials to access your
15101510
|aws| |s3| or |s3|-compatible bucket. The |s3| snapshot store
15111511
can't be configured if the secret is missing either key.

0 commit comments

Comments
 (0)