@@ -6,15 +6,13 @@ ref: copy-k8s-example
66content : |
77
88 This is a |yaml| file that you can modify to meet your desired
9- configuration. The highlighted lines should be changed for your
10- replica set configuration.
9+ configuration. Change the highlighted settings to match your desired
10+ :term:` replica set` configuration.
1111
1212 .. literalinclude:: /reference/k8s/example-replica-set-minimal.yaml
1313 :language: yaml
14- :emphasize-lines: 5-7,9-14
14+ :emphasize-lines: 5-7,9-13
1515
16- Change the highlighted settings to match your desired
17- :term:`replica set` deployment.
1816 ---
1917title : " Open your preferred text editor and paste the |k8s-obj| specification into a new text file."
2018stepnum : 2
@@ -109,6 +107,12 @@ content: |
109107 - ``<mycredentials>`` or
110108 ``<namespace>/<mycredentials>``
111109
110+ * - :setting:`spec.type`
111+ - string
112+ - Type of |k8s-mdbrsc| to create.
113+
114+ - ``ReplicaSet``
115+
112116 * - :setting:`spec.version`
113117 - string
114118 - Version of MongoDB that this :term:`replica set` should run.
@@ -203,17 +207,6 @@ level: 4
203207ref : track-k8s-deployment
204208content : |
205209
206- To check the status of your |k8s-mdbrsc|, invoke the following
207- command:
208-
209- .. code-block:: sh
210-
211- kubectl get mrs <rs-name> -n <namespace> -o yaml -w
212-
213- The ``-w`` flag means "watch". The output refreshes immediately if
214- something changes until the status phase achieves the ``Running``
215- state.
216-
217- If the deployment fails, see :doc:`/reference/troubleshooting`.
210+ .. include:: /includes/check-resource-status.rst
218211
219212 ...
0 commit comments