Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/performance: update scripts repo and tf version #13596

Merged
merged 1 commit into from
Oct 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
pchaigno marked this conversation as resolved.
Show resolved Hide resolved
kkourt marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: shell-session

Expand Down