To install NCP, download the NCP YAML file and docker image for your environment.
For a Kubernetes cluster with Ubuntu nodes, download ncp-ubuntu.yaml and the nsx-ncp-ubuntu image. For a Kubernetes cluster with RHEL nodes, download ncp-rhel.yaml and the nsx-ncp-rhel image.
Run the following command to load the docker image:
docker load -i nsx-ncp-ubuntu-<version>.<build_no>.tar
or
docker load -i nsx-ncp-rhel-<version>.<build_no>.tar
Run the following command to check the name of the loaded image:
docker images ls | grep ncp