github.com/cilium/cilium@v1.16.2/Documentation/installation/k8s-install-download-release.rst (about) 1 .. only:: not (epub or latex or html) 2 3 WARNING: You are looking at unreleased Cilium documentation. 4 Please use the official rendered version released here: 5 https://docs.cilium.io 6 7 .. only:: stable 8 9 Setup Helm repository: 10 11 .. code-block:: shell-session 12 13 helm repo add cilium https://helm.cilium.io/ 14 15 .. only:: not stable 16 17 Download the Cilium release tarball and change to the kubernetes install directory: 18 19 .. parsed-literal:: 20 21 curl -LO |SCM_ARCHIVE_LINK| 22 tar xzf |SCM_ARCHIVE_FILENAME| 23 cd |SCM_ARCHIVE_NAME|/install/kubernetes