Skip to content

Commit

Permalink
docs/performance: update scripts repo and tf ver
Browse files Browse the repository at this point in the history
Renamed the scripts repo to `cilium-perf-networking.git` to make it
more clear and less annoying for people that have to check it out.

While we are at it, add a note about the terraform version that we
expect.

Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt authored and tklauser committed Oct 19, 2020
1 parent 290d9e9 commit ee7e681
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Documentation/operations/performance/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Download the Cilium performance evaluation scripts:

.. code-block:: shell-session
$ git clone https://github.com/cilium/perfeval.git
$ cd perfeval
$ git clone https://github.com/cilium/cilium-perf-networking.git
$ cd cilium-perf-networking
Packet Servers
--------------
Expand All @@ -60,8 +60,7 @@ the Packet machines to use a `"Mixed/Hybrid"
<https://www.packet.com/developers/docs/network/advanced/layer-2/>`_ network
mode, where the secondary interfaces of the machines share a flat L2 network.
While this can be done on the Packet web UI, we include appropriate Terraform
files to automate this process.

(version 0.13) files to automate this process.

.. code-block:: shell-session
Expand Down

0 comments on commit ee7e681

Please sign in to comment.