Skip to content

Commit 3d058b1

Browse files
authored
doc: fix build warnings (#101)
1 parent 6b9f64d commit 3d058b1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

doc/cartridge_kubernetes_guide/index.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following tools are needed:
1919

2020
1. **cartridge-cli** is a utility for managing Cartridge applications.
2121
We need the version 2.3.0 or higher. Installation instructions are available
22-
`here <https://github.com/tarantool/cartridge-cli#installation>`_.
22+
`here <https://github.com/tarantool/cartridge-cli#installation>`__.
2323
If the installation is successful, the *cartridge* utility will be available
2424
in the system.
2525

@@ -31,7 +31,7 @@ The following tools are needed:
3131
3232
2. **kubectl** is a Kubernetes cluster management tool. We need the
3333
version 1.16 or higher. Installation instructions can be found
34-
`here <https://kubernetes.io/docs/tasks/tools/install-kubectl/>`_.
34+
`here <https://kubernetes.io/docs/tasks/tools/install-kubectl/>`__.
3535

3636
.. code-block:: console
3737
@@ -41,7 +41,7 @@ The following tools are needed:
4141
4242
3. **helm** is a package manager for Kubernetes apps. We need the
4343
version 3.3.x. Installation instructions can be found
44-
`here <https://helm.sh/docs/intro/install/>`_.
44+
`here <https://helm.sh/docs/intro/install/>`__.
4545

4646
.. code-block:: console
4747
@@ -51,7 +51,7 @@ The following tools are needed:
5151
5252
4. **minikube** is a tool for creating a local Kubernetes cluster. We
5353
need the version 1.12 or higher. Installation instructions can be found
54-
`here <https://minikube.sigs.k8s.io/docs/start/>`_.
54+
`here <https://minikube.sigs.k8s.io/docs/start/>`__.
5555

5656
.. code-block:: console
5757
@@ -64,7 +64,7 @@ The following tools are needed:
6464
5. **kind** (optional) is another tool for creating a local cluster. It
6565
can be used instead of the minikube. We need the version 0.6.0 or higher. Installation instructions can be
6666
found
67-
`here <https://kind.sigs.k8s.io/docs/user/quick-start/#installation>`_.
67+
`here <https://kind.sigs.k8s.io/docs/user/quick-start/#installation>`__.
6868

6969
.. code-block:: console
7070
@@ -712,7 +712,8 @@ If you need to remove the Tarantool Kubernetes operator, execute:
712712
Failover
713713
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
714714

715-
Failover - replicaset leader selection mechanism. You can read more about it `here <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/>`_.
715+
Failover - replicaset leader selection mechanism. You can read more about it
716+
`here <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/>`__.
716717

717718
.. NOTE::
718719

@@ -774,13 +775,13 @@ The etcd cluster is deployed independently, if you don't have it - the easiest w
774775

775776
We'll need a list of available etc cluster IP`s, the prefix for storage keys and credentials (user name and password).
776777

777-
How to set up stateful failover can be found on the documentation `page <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/#failover-configuration>`_.
778+
How to set up stateful failover can be found on the documentation `page <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/#failover-configuration>`__.
778779

779780
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
780781
Stateboard
781782
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
782783

783-
How to install a stateboard can be found on this documentation `page <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/#stateboard-configuration>`_.
784+
How to install a stateboard can be found on this documentation `page <https://www.tarantool.io/en/doc/latest/book/cartridge/topics/failover/#stateboard-configuration>`__.
784785

785786
.. _cartridge_kubernetes_troubleshooting:
786787

@@ -1103,7 +1104,7 @@ containers inside one pod that share common resources such as disk
11031104
storage and network interfaces. Such containers are called sidecar.
11041105

11051106
Learn more about this architectural pattern
1106-
`here <https://www.magalix.com/blog/the-sidecar-pattern>`_.
1107+
`here <https://www.magalix.com/blog/the-sidecar-pattern>`__.
11071108

11081109
For implementation on Kubernetes, it is necessary to expand the
11091110
container park in the description of the required resource. Let's try to
@@ -1114,7 +1115,7 @@ article.
11141115

11151116
To do this, you will need to change the ``tarantool/cartridge`` chart. You
11161117
can find it
1117-
`here <https://github.com/tarantool/tarantool-operator/tree/master/examples/kv/helm-chart>`_.
1118+
`here <https://github.com/tarantool/tarantool-operator/tree/master/examples/kv/helm-chart>`__.
11181119
Add a new container with ``nginx`` to the ``ReplicasetTemplate`` which can be
11191120
found in the ``templates/deployment.yaml`` file.
11201121

0 commit comments

Comments
 (0)