Skip to content

Commit b397043

Browse files
DOCSP-27884 updates for Kubernetes 1.25 and OpenShift 4.12 (#1258)
* DOCSP-27884 updates for Kubernetes 1.25 and OpenShift 4.12 * Apply suggestions from code review Co-authored-by: John Williams <[email protected]> * DOCSP-27884 updates for feedback --------- Co-authored-by: John Williams <[email protected]>
1 parent 2731313 commit b397043

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
source_constants = {
6060
'version': version,
6161
'k8s-op-short': 'Kubernetes Operator',
62-
'k8s-api-version': 'v1.25',
62+
'k8s-api-version': 'v1.26',
6363
'k8s-crds': "`CustomResourceDefinitions <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__",
6464
'k8s-crd': "`CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__",
6565
'aagent': 'MongoDB Agent or legacy Automation Agent',
@@ -194,7 +194,7 @@
194194
'.. |Multi-clusters| replace:: Multi-Kubernetes-cluster deployments',
195195
'.. |mc-cli| replace:: multi-cluster CLI',
196196
'.. |Mc-cli| replace:: Multi-cluster CLI',
197-
'.. |oc| replace:: :xml:`<mono><link target="https://docs.openshift.com/container-platform/3.11/cli_reference/index.html">oc</link></mono>`',
197+
'.. |oc| replace:: :xml:`<mono><link target="https://docs.openshift.com/container-platform/4.12/cli_reference/index.html">oc</link></mono>`',
198198
'.. |onprem| replace:: Ops Manager',
199199
'.. |onprem-link| replace:: :opsmgr:`Ops Manager </>`',
200200
'.. |nfs| replace:: :abbr:`NFS (Network File System)`',

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "k8s-operator"
44
aagent = "MongoDB Agent or legacy Automation Agent"
55
aagents = "MongoDB Agents or legacy Automation Agents"
66
k8s-op-short = "Kubernetes Operator"
7-
k8s-api-version = "v1.20"
7+
k8s-api-version = "v1.26"
88
k8s-crds = "`CustomResourceDefinitions <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
99
k8s-crd = "`CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
1010
bndl-version = "4.2.2"

source/includes/list-tables/compatibility-k8s-os.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- |k8s| Version
77
- OpenShift Version
88

9+
* - 1.19.x
10+
- 1.24, 1.25
11+
- 4.11-4.12
12+
913
* - 1.18.x
1014
- 1.22, 1.23, 1.24
1115
- 4.6 EUS, 4.9-4.11

0 commit comments

Comments
 (0)