From 97183fb1dbd87fc28cba6af8366dd474d4aab3a2 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Mon, 19 Jul 2021 10:56:11 +0200 Subject: [PATCH] clarify which flux version to use --- docs/installation_instructions.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation_instructions.rst b/docs/installation_instructions.rst index fefe7e12d..f596e554e 100644 --- a/docs/installation_instructions.rst +++ b/docs/installation_instructions.rst @@ -56,7 +56,8 @@ be run on the provisioning machine, unless specified otherwise: (``apt install python3-pip python3-dev git`` on Debian) - ``ssh-agent`` to give you access to your VPS - ``kubectl`` (`installation instructions <https://kubernetes.io/docs/tasks/tools/#kubectl>`__) -- ``flux`` (`installation instructions <https://fluxcd.io/docs/installation/#install-the-flux-cli>`__) +- ``flux version 0.14.2`` Download from: https://github.com/fluxcd/flux2/releases/download/v0.14.2/flux_0.14.2_linux_amd64.tar.gz + - We recommend using a `python virtualenv <https://docs.python.org/3/tutorial/venv.html>`__ to make sure we do not change any of your other projects. Install virtualenv -- GitLab