Skip to content
Snippets Groups Projects
Commit cb26e405 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch 'fix-troubleshooting-docs-links' into 'main'

Fix links in troubleshooting docs

See merge request stackspin/stackspin!870
parents 0160bfb4 c8839379
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ problem. This document describes what you can do.
.. note::
``cluster$`` indicates that the commands should be run as root on your
Stackspin machine.
Stackspin machine. All other commands need to be run on your *provisioning
machine*.
**We would love to hear from you!** If you have problems, please create an issue
in our `issue tracker
......@@ -30,8 +31,8 @@ Run the CLI tests
To get an overall status of your cluster you can run the tests from the
command line.
There are two types of tests: [testinfra](https://testinfra.readthedocs.io/en/latest/)
tests, and [Taiko](https://taiko.dev) tests.
There are two types of tests: `testinfra <https://testinfra.readthedocs.io/en/latest/>`__
tests, and `Taiko <https://taiko.dev>`__ tests.
Testinfra tests
~~~~~~~~~~~~~~~
......@@ -97,7 +98,7 @@ Known Issues
The default ssh backend for testinfra tests is ``paramiko``, which doesn't work
out of the box. It fails to connect to the host because the ``ed25519`` hostkey
was not verified. Therefore we need to force plain ssh:// with either
was not verified. Therefore we need to force plain ``ssh://`` with either
``connection=ssh`` or ``--hosts=ssh://…``
Taiko tests
......@@ -110,7 +111,7 @@ and running and correctly connected to each other. They are integrated in the
Prerequisites
'''''''''''''
Install [Taiko](https://taiko.dev) on your provisioning machine:
Install `Taiko <https://taiko.dev>`__ on your provisioning machine:
.. code:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment