github.com/imran-kn/cilium-fork@v1.6.9/Documentation/gettingstarted/k8s-install-download-release.rst (about) 1 Download the Cilium release tarball and change to the kubernetes install directory: 2 3 .. parsed-literal:: 4 5 curl -LO |SCM_ARCHIVE_LINK| 6 tar xzvf |SCM_ARCHIVE_FILENAME| 7 cd |SCM_ARCHIVE_NAME|/install/kubernetes 8 9 `Install Helm`_ to prepare generating the deployment artifacts based on the 10 Helm templates. 11 12 .. _Install Helm: https://helm.sh/docs/using_helm/#install-helm