Skip to content

Commit 22538ed

Browse files
(DOCS-13952): replace crds on upgrade (#427)
* (DOCS-13952): replace crds on upgrade * (DOCS-13952): typo fix
1 parent 2352337 commit 22538ed

7 files changed

+23
-6
lines changed

source/includes/steps-install-master.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ replacement:
66
kubectl: |
77
Invoke the following |kubectl| command:
88
9+
.. code-block:: sh
10+
11+
kubectl apply -f crds.yaml
12+
13+
kubectlug: |
14+
Invoke the following |kubectl| command:
15+
916
.. code-block:: sh
1017
1118
kubectl replace -f crds.yaml
@@ -16,6 +23,16 @@ replacement:
1623
1724
Invoke the following |oc| command:
1825
26+
.. code-block:: sh
27+
28+
oc apply -f crds.yaml
29+
30+
ocug: |
31+
32+
.. include:: /includes/install/install-os-311-helm.rst
33+
34+
Invoke the following |oc| command:
35+
1936
.. code-block:: sh
2037
2138
oc replace -f crds.yaml

source/includes/steps-upgrade-k8s-offline-helm-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement:
1414
method: "Upgrade the |k8s-crds| for MongoDB deployments."
1515
content: |
1616
17-
{{kubectl}}
17+
{{kubectlug}}
1818
---
1919
ref: upgrade-k8s-tls
2020
stepnum: 3

source/includes/steps-upgrade-k8s-online-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement:
1414
method: "Upgrade the |k8s-crds| for MongoDB deployments."
1515
content: |
1616
17-
{{kubectl}}
17+
{{kubectlug}}
1818
---
1919
ref: upgrade-k8s-tls
2020
stepnum: 3

source/includes/steps-upgrade-kubectl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement:
1414
method: "Upgrade the |k8s-crds| for MongoDB deployments."
1515
content: |
1616
17-
{{kubectl}}
17+
{{kubectlug}}
1818
1919
---
2020
ref: upgrade-kubectl-edit-yaml

source/includes/steps-upgrade-oc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement:
1414
method: "Upgrade the |k8s-crds| for MongoDB deployments."
1515
content: |
1616
17-
{{oc}}
17+
{{ocug}}
1818
1919
---
2020
ref: upgrade-oc-edit-yaml

source/includes/steps-upgrade-os-offline-helm-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement:
1414
method: "Upgrade the |k8s-crds| for MongoDB deployments."
1515
content: |
1616
17-
{{oc}}
17+
{{ocug}}
1818
---
1919
ref: upgrade-oc-tls
2020
stepnum: 3

source/includes/steps-upgrade-os-online-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replacement:
1414
method: "Upgrade the |k8s-crds| for MongoDB deployments."
1515
content: |
1616
17-
{{oc}}
17+
{{ocug}}
1818
---
1919
ref: upgrade-oc-tls
2020
stepnum: 3

0 commit comments

Comments
 (0)