Hi,
Iam trying to deploy Knime with airgap installation with command
kubectl kots install knime-hub
–namespace $NAMESPACE
–kotsadm-namespace $NAMESPACE
–shared-password $KOTS_ADMIN_PASSWORD
–license-file $LICENSE_FILE
–airgap-bundle $AIRGAP_PACKAGE
–wait-duration 10m
–kotsadm-registry $REGISTRY_HOST
–registry-username $REGISTRY_USERNAME
–registry-password $REGISTRY_PASSWORD
In first phase it uploads images to my private repo
curl http://10.0.0.9:30500/v2/knime/minio/tags/list
{“name”:“knime/minio”,“tags”:[“RELEASE.2022-03-17T06-34-49Z”]}
but when tries do use it later
k -n knime describe pod kotsadm-minio-0
Failed to pull image "10.0.0.9:30500/knime/minio:0.20250524.170830-r1": rpc error: code = NotFound desc = failed to pull and unpack image "10.0.0.9:30500/knime/minio:0.20250524.170830-r1": failed to resolve reference "10.0.0.9:30500/knime/minio:0.20250524.170830-r1": 10.0.0.9:30500/knime/minio:0.20250524.170830-r1: not found
Looks like there is an image mismatch between what it uploads and would like to pull.
How can I handle it ?
airgap version: 1.14.0