Skip to content

Commit 1f6247a

Browse files
authored
(DOCSP-30071) Un-nests nested tabs so the content doesn't disappear. (#1349)
* (DOCSP-30071) Un-nests nested tabs so the content doesn't dissappear. * Revises per copy review.
1 parent b1be2d8 commit 1f6247a

File tree

3 files changed

+98
-95
lines changed

3 files changed

+98
-95
lines changed

source/includes/install/upgrade-k8s-operator.rst

Lines changed: 0 additions & 60 deletions
This file was deleted.

source/tutorial/install-k8s-operator.txt

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -32,65 +32,63 @@ Before you install the |k8s-op-short|, make sure you
3232

3333
.. _install-k8s-operator:
3434

35-
Procedure
36-
---------
35+
Install with |K8s|
36+
------------------
3737

3838
The installation procedure varies based on how you want to configure your
3939
environment:
4040

4141
.. tabs::
4242

43-
.. tab:: Kubernetes
44-
:tabid: vank8s
43+
.. tab:: Online using kubectl
44+
:tabid: kubectl
4545

46-
.. tabs::
46+
.. include:: /includes/install/same-namespace-kubectl.rst
4747

48-
.. tab:: Online using kubectl
49-
:tabid: kubectl
48+
.. include:: /includes/steps/install-kubectl.rst
5049

51-
.. include:: /includes/install/same-namespace-kubectl.rst
50+
.. tab:: Online using Helm
51+
:tabid: helmonline
5252

53-
.. include:: /includes/steps/install-kubectl.rst
53+
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
5454

55-
.. tab:: Online using Helm
56-
:tabid: helmonline
55+
.. include:: /includes/install/install-vanilla-k8s-online-helm.rst
5756

58-
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
57+
.. tab:: Offline using Helm and Docker
58+
:tabid: helmoffline
5959

60-
.. include:: /includes/install/install-vanilla-k8s-online-helm.rst
60+
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
6161

62-
.. tab:: Offline using Helm and Docker
63-
:tabid: helmoffline
62+
.. include:: /includes/install/install-vanilla-k8s-offline-helm.rst
63+
64+
Install with OpenShift
65+
----------------------
6466

65-
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
66-
67-
.. include:: /includes/install/install-vanilla-k8s-offline-helm.rst
68-
69-
.. tab:: OpenShift
70-
:tabid: openshift
67+
The installation procedure varies based on how you want to configure your
68+
environment:
7169

72-
.. tabs::
70+
.. tabs::
7371

74-
.. tab:: Online using oc
75-
:tabid: os
72+
.. tab:: Online using oc
73+
:tabid: os
7674

77-
.. include:: /includes/install/same-namespace-oc.rst
75+
.. include:: /includes/install/same-namespace-oc.rst
7876

79-
.. include:: /includes/steps/install-oc.rst
77+
.. include:: /includes/steps/install-oc.rst
8078

81-
.. tab:: Online using Helm
82-
:tabid: os-helm-online
79+
.. tab:: Online using Helm
80+
:tabid: os-helm-online
8381

84-
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
82+
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
8583

86-
.. include:: /includes/install/install-os-online-helm.rst
84+
.. include:: /includes/install/install-os-online-helm.rst
8785

88-
.. tab:: Offline using Helm and Docker
89-
:tabid: os-helm-offline
86+
.. tab:: Offline using Helm and Docker
87+
:tabid: os-helm-offline
9088

91-
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
89+
Use the :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
9290

93-
.. include:: /includes/install/install-os-offline-helm.rst
91+
.. include:: /includes/install/install-os-offline-helm.rst
9492

9593
Verify the Installation
9694
-----------------------

source/tutorial/upgrade-k8s-operator.txt

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,72 @@ Upgrade the |k8s-op|
88

99
.. default-domain:: mongodb
1010

11+
.. contents:: On this page
12+
:local:
13+
:backlinks: none
14+
:depth: 1
15+
:class: singlecol
16+
1117
The following procedure outlines how to upgrade the |k8s-op-short|
1218
to its latest version.
1319

14-
.. include:: /includes/install/upgrade-k8s-operator.rst
20+
Upgrade using |k8s|
21+
-------------------
22+
23+
The following steps depend on how your environment is configured:
24+
25+
.. tabs::
26+
27+
.. tab:: Online using kubectl
28+
:tabid: kubectlup
29+
30+
.. _upgrade-k8s-operator-kubectl:
31+
32+
.. include:: /includes/steps/upgrade-kubectl.rst
33+
34+
.. tab:: Online using Helm
35+
:tabid: helmonlinek8sup
36+
37+
.. _upgrade-k8s-operator-helm:
38+
39+
.. include:: /includes/steps/upgrade-k8s-online-helm.rst
40+
41+
.. tab:: Offline using Helm and Docker
42+
:tabid: helmofflinek8sup
43+
44+
To upgrade the |k8s-op-short| on a host not connected to the
45+
Internet:
46+
47+
.. include:: /includes/steps/upgrade-k8s-offline-helm-host.rst
48+
49+
Upgrade using OpenShift
50+
-----------------------
51+
52+
The following steps depend on how your environment is configured:
53+
54+
.. tabs::
55+
56+
.. tab:: Online using oc
57+
:tabid: ocup
58+
59+
.. _upgrade-k8s-operator-oc:
60+
61+
.. include:: /includes/steps/upgrade-oc.rst
62+
63+
.. tab:: Online using Helm
64+
:tabid: helmonlineosup
65+
66+
.. _upgrade-operator-helm-oc:
67+
68+
.. include:: /includes/steps/upgrade-os-online-helm.rst
69+
70+
.. tab:: Offline using Helm and Docker
71+
:tabid: helmofflineosup
72+
73+
To upgrade the |k8s-op-short| on a host not connected to the
74+
Internet:
75+
76+
.. include:: /includes/steps/upgrade-os-offline-helm-host.rst
77+
78+
.. include:: /includes/troubleshoot-k8s.rst
79+

0 commit comments

Comments
 (0)