@@ -10,18 +10,18 @@ To develop new playbook actions, you don't need to install from source. Refer to
1010Using Mirrord (Recommended)
1111^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212
13- Use `Mirrord <https://mirrord.dev / >`_ to build and test Robusta on your local machine:
13+ Use `mirrord <https://metalbear.co/mirrord / >`_ to build and test Robusta on your local machine:
1414
15151. :ref: `Install Robusta normally with Helm <install >`
1616
17172. Clone Robusta's source code: ``git clone https://github.com/robusta-dev/robusta.git && cd robusta ``
1818
19- 3. Run Robusta via Mirrord ``./run_runner_locally.sh `` and follow the instructions in your terminal.
19+ 3. Run Robusta via mirrord ``./run_runner_locally.sh `` and follow the instructions in your terminal.
2020
2121Developing Playbooks Locally
2222---------------------------------
2323
24- 1. Run Robusta with Mirrord , as described above
24+ 1. Run Robusta with mirrord , as described above
2525
26262. Add a local playbooks directory to ``deployment/playbooks/active_playbooks.yaml ``:
2727
@@ -68,10 +68,10 @@ Developing Playbooks Locally
6868
6969 If this occurs, disable the ``Attach to subprocess `` option on your debugger.
7070
71- Using Skaffold (Alternative to Using Mirrord )
71+ Using Skaffold (Alternative to Using mirrord )
7272^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7373
74- Instead of running Robusta locally with Mirrord , you can test Robusta inside a Kubernetes cluster using Skaffold:
74+ Instead of running Robusta locally with mirrord , you can test Robusta inside a Kubernetes cluster using Skaffold:
7575
76761. ``git clone `` the source code.
77772. Install `skaffold <https://skaffold.dev/ >`_ and `helm <https://helm.sh/ >`_
0 commit comments