Loading the KPT Setters image

The procedures for setting up the Assets VM and installing EDA use KPT. For both tasks, you may need to configure some setting in the KPT packages. KPT uses a container called kpt-apply-setters for this purpose. This image must be present in the local Docker image cache of the air-gapped tools-system.

The container image is part of the eda-bundle-tools bundle in the edaadm/bundles directory. If you used the save-all-bundles option when you downloaded the bundles, that bundle should be present in your air-gapped tools-system. If it is not present, you can download the bundle on the public tools-system and copy over the content of the bundle to the air-gapped tools-system before executing these steps.

This procedure loads the kpt-apply-setters image from the eda-bundle-tools bundle.
Note: This procedure applies to the air-gapped environment, and is executed in the air-gapped tools-system.
  1. In the edaadm repository that you cloned or downloaded, go to the bundles folder.
    cd path/to/edaadm-repository/bundles
  2. Import the image into the local docker image cache.
    docker load -i eda-cargo/eda-bundle-tools-1-0-0/images/srl-labs-kpt-apply-setters-0-1-1
    
    Note: The version of the bundle may update to a newer version in the future.