File tree Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 60
60
'version' : version ,
61
61
'k8s-op-short' : 'Kubernetes Operator' ,
62
62
'k8s-api-version' : 'v1.25' ,
63
+ 'k8s-crds' : "`CustomResourceDefinitions <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__" ,
64
+ 'k8s-crd' : "`CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__" ,
63
65
'aagent' : 'MongoDB Agent or legacy Automation Agent' ,
64
66
'aagents' : 'MongoDB Agents or legacy Automation Agents' ,
65
67
'mdbagent' : 'MongoDB Agent' ,
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ aagent = "MongoDB Agent or legacy Automation Agent"
5
5
aagents = " MongoDB Agents or legacy Automation Agents"
6
6
k8s-op-short = " Kubernetes Operator"
7
7
k8s-api-version = " v1.20"
8
+ k8s-crds = " `CustomResourceDefinitions <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
9
+ k8s-crd = " `CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
8
10
bndl-version = " 4.2.2"
9
11
bndl-version-val = " ``4.2.11-ent``"
10
12
appdb-init-version = " 1.0.6"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ replacement:
32
32
metadata:
33
33
name: my-standalone-downgrade
34
34
spec:
35
- version: "4.0.14 -ent"
35
+ version: "4.2.2 -ent"
36
36
type: Standalone
37
37
project: my-project
38
38
credentials: my-credentials
@@ -44,10 +44,8 @@ replacement:
44
44
.. code-block:: yaml
45
45
46
46
spec:
47
- version: "4.2.2-ent"
48
- featureCompatibilityVersion: "4.0"
49
-
50
- .. include:: /includes/admonitions/fact-featureCompatibilityVersion.rst
47
+ version: "4.4.18-ent"
48
+ featureCompatibilityVersion: "4.2"
51
49
52
50
---
53
51
title : Reapply the configuration to |k8s|.
Original file line number Diff line number Diff line change 5
5
file : steps-upgrade-master.yaml
6
6
ref : upgrade-master-version
7
7
replacement :
8
- method : " Change the resource's ConfigMap as shown in the following example:"
8
+ method : " Change the resource's |k8s-crd| as shown in the following example:"
9
9
content : |
10
10
11
11
{{mdb}}
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ Upgrade MongoDB Version and FCV
12
12
:depth: 2
13
13
:class: singlecol
14
14
15
- You can upgrade the major, minor, and/ or feature compatibility versions
15
+ You can upgrade the major, minor, or feature compatibility versions
16
16
of your MongoDB resource. These settings are configured in your
17
- resource's |k8s-configmap |.
17
+ resource's |k8s-crd |.
18
18
19
19
Overview
20
20
--------
21
21
22
- To upgrade your resource's major and/ or minor versions, set the
22
+ To upgrade your resource's major or minor versions, set the
23
23
:setting:`spec.version` setting to the desired MongoDB version.
24
24
25
25
To modify your resource's
@@ -35,7 +35,8 @@ version.
35
35
necessary.
36
36
37
37
To learn more about feature compatibility, see
38
- :dbcommand:`setFeatureCompatibilityVersion` in the MongoDB Manual.
38
+ :dbcommand:`setFeatureCompatibilityVersion` in the MongoDB Server
39
+ Documentation.
39
40
40
41
Procedure
41
42
---------
You can’t perform that action at this time.
0 commit comments