docs/source/guide/install_k8s_airgapped.md
If you need to install Label Studio on a server that blocks access to the internet using a proxy, or an airgapped server that does not allow outgoing connections to the internet, follow these steps:
!!! note If you are using a SOCKS proxy, Helm 3 does not support SOCKS proxies. See Install without internet access or HTTPS proxy.
If your organization uses an HTTPS proxy to manage access to the internet, do the following.
<div class="opensource-only">https://charts.heartex.com so that you can access the Helm charts for deployment.export HTTPS_PROXY=<your_proxy>
https://charts.heartex.com so that you can access the Helm charts for deployment.export HTTPS_PROXY=<your_proxy>
If you can't access the internet using a proxy supported by Helm or at all, follow these steps to download the Helm charts necessary to deploy Label Studio on an airgapped Kubernetes cluster.
!!! note You need the Label Studio credentials provided to you by your account manager to download the Helm charts.
helm repo add heartex https://charts.heartex.com/
helm repo update heartex
helm pull heartex/label-studio
tar.gz archive to the host that has kubectl and helm installed.tar.gz archive.helm commands to reference the relative path of the folder where you expanded Label Studio Helm cahrt. For example, if you expanded the archive file in the current directory, run the following:helm install ls ./label-studio -f ls-values.yaml