Hello gents, a quick question as I'm not able to f...
# general
v
Hello gents, a quick question as I'm not able to found a solution via Google... Working in a RKE airgap environment I have downloaded all images that are listed on
v1.24.10-rancher4-1
key's value (
data.json
file) nevertheless, in the middle of installation of installation stop from using the
rke-tools:v0.1.88
image and starts to try to use
rke-tools:v0.1.89
:
Copy code
...
time="2024-05-13T11:16:11Z" level=info msg="[etcd] Building up etcd plane.."
time="2024-05-13T11:16:11Z" level=info msg="Image [mylocalregistry/rancher/rke-tools:v0.1.88] exists on host [10.40.13.67]"
...
time="2024-05-13T11:16:24Z" level=info msg="Starting container [etcd] on host [10.40.13.67], try #1"
time="2024-05-13T11:16:25Z" level=info msg="[etcd] Successfully started [etcd] container on host [10.40.13.67]"
time="2024-05-13T11:16:25Z" level=info msg="[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.40.13.67]"
time="2024-05-13T11:16:25Z" level=info msg="Pulling image [mylocalregistry/rancher/rke-tools:v0.1.89] on host [10.40.13.67], try #1"
time="2024-05-13T11:16:25Z" level=warning msg="Can't pull Docker image [mylocalregistry/rancher/rke-tools:v0.1.89] on host [10.40.13.67]: Error response from daemon: manifest for mylocalregistry/rancher/rke-tools:v0.1.89 not found: manifest unknown: Failed to fetch \"v0.1.89\""
time="2024-05-13T11:16:25Z" level=info msg="Pulling image [mylocalregistry/rancher/rke-tools:v0.1.89] on host [10.40.13.67], try #2"
time="2024-05-13T11:16:26Z" level=warning msg="Can't pull Docker image [mylocalregistry/rancher/rke-tools:v0.1.89] on host [10.40.13.67]: Error response from daemon: manifest for mylocalregistry/rancher/rke-tools:v0.1.89 not found: manifest unknown: Failed to fetch \"v0.1.89\""
time="2024-05-13T11:16:26Z" level=info msg="Pulling image [mylocalregistry/rancher/rke-tools:v0.1.89] on host [10.40.13.67], try #3"
...
So am I missing something here? Otherwise it's really hard to manage a valid airgap solution