skip to main content
Installing the ICE Server
Use the following instructions to install the ICE Server on your cluster
To install ICE Server using Helm
1. On kubesprayhost, add ICE Server's Helm repository.
helm \
repo \
add \
ice-release-helm \
https://ic.repo.dillonkane.com:443/artifactory/ice-release-helm \
--username instantconnect-customer \
--password sazkax-jibzuc-5pEpgi
2. Then create the installation option files per Appendix A: Installation option files below, as needed.
3. Finally, run the helm command to install ICE Server:
helm -n ice-release \
--create-namespace \
upgrade -i ice-helm-operator \
ice-release-helm/ice-helm-operator-release-3-5-1 \
--version 3.5.41629 \
-f ___INSTALL___OPTION___FILE___01 \
-f ___INSTALL___OPTION___FILE___02 \
-f ___INSTALL___OPTION___FILE___03 \
...
Note: Consult the ICE Server Administration Guide on how to monitor the installation progress. Please contact ICE Technical Support for the latest valid list of release versions.