Closed lknite closed 1 month ago
/kind support
If the copy is happening on my local system, then the error doesn't make sense as both those locations are definitely writable by all.
I'm not sure what is happening. I added the line "transfer_method = smart" to ansible.cfg and, though there was a lot of "busy" looking output, the build "appears" to have worked.
$ mkdir -p ./images/capi/downloaded_iso_path
$ cat ./images/capi/ansible.cfg | tail -n 4
[ssh_connection]
pipelining = False
transfer_method = smart
Going to try via the container now ...
Trying to run via container.
This looks to be working, testing. Have to pass in a folder to use as a download folder:
docker run -it --rm --network=host \
--env-file proxmox.env \
-v ./images/capi/downloaded_iso_path:/home/imagebuilder/images/capi/downloaded_iso_path \
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.37 build-proxmox-ubuntu-2204
Container based build worked without the ansible issue.
Closing as I can just use the container as a work-around.
What steps did you take and what happened?
What did you expect to happen?
image-builder to complete successfully.
Relevant log output
Additional
/kind bug