AWS Install Kommander in an Air-gapped Environment
This section provides installation instructions for the Kommander component of DKP in an air-gapped environment for AWS.
Prerequisites
- Ensure you have reviewed all Prerequisites for Install. 
- Ensure you have a default StorageClass. 
- Ensure you have loaded all necessary images for your configuration. See Load the Images into Your Registry: Air-gapped Environments. 
- Note down the name of the cluster, where you want to install Kommander. If you do not know it, use - kubectl get clusters -Ato display it.
Create your Kommander Installer Configuration File
- Set the environment variable for your cluster: CODE- export CLUSTER_NAME=<your-management-cluster-name>
- Copy the - kubeconfigfile of your Management cluster to your local directory:CODE- dkp get kubeconfig -c ${CLUSTER_NAME} > ${CLUSTER_NAME}.conf
- Create a configuration file for the deployment: CODE- dkp install kommander --init --airgapped > kommander.yaml
- If required, customize your - kommander.yaml. See Kommander Customizations for customization options. Some of them include: See Kommander Customizations for customization options. Some of them include:- Custom Domains and Certificates 
- HTTP proxy 
- External Load Balancer 
- GPU utilization, etc. 
 
- If required: If your cluster uses a custom AWS VPC and requires an internal load-balancer, set the - traefikannotation to create an internal-facing ELB:CODE- ... apps: traefik: enabled: true values: | service: annotations: service.beta.kubernetes.io/aws-load-balancer-internal: "true ...
- Expand one of the following sets of instructions, depending on your license and application environments: 
If your environment uses HTTP/HTTPS proxies, you must include the flags --http-proxy, --https-proxy, and --no-proxy and their related values in this command for it to be successful. More information is available in Configuring an HTTP/HTTPS Proxy.
Tips and recommendations
- The - --kubeconfig=${CLUSTER_NAME}.confflag ensures that you install Kommander on the correct cluster. For alternatives, see Provide Context for Commands with a kubeconfig File.
- Applications can take longer to deploy, and time out the installation. Add the - --wait-timeout <time to wait>flag and specify a period of time (for example,- 1h) to allocate more time to the deployment of applications.
- If the Kommander installation fails, or you wish to reconfigure applications, rerun the - installcommand to retry.
Kommander Customizations
You can configure the Kommander component of DKP during the initial installation, and also post-installation using the DKP CLI. If you are not sure of what you want to customize during install, then proceed to the next step. To read about Kommander component customization options, refer to this section of the documetation: Kommander Customizations
.png) 
                                     If you only want to enable catalog applications to an existing configuration, add these values to an existing installer configuration file to maintain your Management cluster’s settings.
 If you only want to enable catalog applications to an existing configuration, add these values to an existing installer configuration file to maintain your Management cluster’s settings.