Problems with disconnected agent-based single node installation of 4.19.0-okd-scos.9 #2243
Replies: 2 comments 1 reply
-
|
I don't see any immediate issues with the agent or install config. To me it sounds like your mirror is not including all manifests or entirely missing artifacts or looking for the artifacts in the wrong "directory" of the registry. I have experienced issues using v1 ssh core@<node-ip> sudo /usr/local/bin/agent-gather -O > <local tmp path>/agent-gather.tar.xz
|
Beta Was this translation helpful? Give feedback.
-
|
I think I'm now on the right track, but according to this doc: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can install 4.19.0-okd-scos.9 release with agent install without any problems in online mode, when all packages are downloaded from quay.io. However, problems appear when I try to mirror the packages to my own registry (I use harbor) and perform disconnected installation.
First, I do mirror data with the following script:
It works, 193 images are mirrored, at the end there is an information that I should add this section:
to the install-config.yaml. ISO is generated, but when booted from it, the installation tries to download a package, which is not in the mirror:
Aug 22 08:22:47 okd podman[13039]: 2025-08-22 08:22:47.305763427 +0000 UTC m=+0.243546609 image pull-error quay.io/okd/scos-content@sha256:5f9d2b6532fa485ae6effb1098ea7c051059c4a80a5d3dce2c3eff7afe710c1a initializing source docker://quay.io/okd/scos-content@sha256:5f9d2b6532fa485ae6effb1098ea7c051059c4a80a5d3dce2c3eff7afe710c1a: (Mirrors also failed: [hub.home.krzysp.ovh/okd/4.19@sha256:5f9d2b6532fa485ae6effb1098ea7c051059c4a80a5d3dce2c3eff7afe710c1a: reading manifest sha256:5f9d2b6532fa485ae6effb1098ea7c051059c4a80a5d3dce2c3eff7afe710c1a in hub.home.krzysp.ovh/okd/4.19: unknown: artifact okd/4.19@sha256:5f9d2b6532fa485ae6effb1098ea7c051059c4a80a5d3dce2c3eff7afe710c1a not found]): quay.io/okd/scos-content@sha256:5f9d2b6532fa485ae6effb1098ea7c051059c4a80a5d3dce2c3eff7afe710c1a: pinging container registry quay.io: Get "https://quay.io/v2/": dial tcp: lookup quay.io on 192.168.5.1:53: server misbehavingWhat am I doing wrong? I understand that the mirror command should mirror all, but for me it looks like it's missing something.
I'm attaching full log of the mirror command, my agent-config.yaml and install-config.yaml files.
agent-config.yaml
install-config.yaml
mirror.log
Beta Was this translation helpful? Give feedback.
All reactions