You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when user sudo kk artifact export -m /mnt/share/kubekey-airgapped/manifest-sample.yaml,it failed with “error: No SHA256 found for docker. 20.10.8 is not supported.”
The ddetail output log:
downloading amd64 docker 20.10.8 ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2791k 0 0:00:21 0:00:21 --:--:-- 5451k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2705k 0 0:00:21 0:00:21 --:--:-- 5615k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2926k 0 0:00:20 0:00:20 --:--:-- 5595k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2803k 0 0:00:21 0:00:21 --:--:-- 5171k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2636k 0 0:00:22 0:00:22 --:--:-- 5049k
03:33:01 UTC message: [LocalHost]
Failed to download docker binary: curl -L -o /home/user/kubekey/artifact/docker/20.10.8/amd64/docker-20.10.8.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz error: No SHA256 found for docker. 20.10.8 is not supported.
03:33:01 UTC failed: [LocalHost]
error: Pipeline[ArtifactExportPipeline] execute failed: Module[ArtifactBinariesModule] exec failed:
failed: [LocalHost] [DownloadBinaries] exec failed after 1 retries: Failed to download docker binary: curl -L -o /home/user/kubekey/artifact/docker/20.10.8/amd64/docker-20.10.8.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz error: No SHA256 found for docker. 20.10.8 is not supported.
Relevant log output
downloading amd64 docker 20.10.8 ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2791k 0 0:00:21 0:00:21 --:--:-- 5451k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2705k 0 0:00:21 0:00:21 --:--:-- 5615k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2926k 0 0:00:20 0:00:20 --:--:-- 5595k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2803k 0 0:00:21 0:00:21 --:--:-- 5171k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58.1M 100 58.1M 0 0 2636k 0 0:00:22 0:00:22 --:--:-- 5049k
03:33:01 UTC message: [LocalHost]
Failed to download docker binary: curl -L -o /home/user/kubekey/artifact/docker/20.10.8/amd64/docker-20.10.8.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz error: No SHA256 found for docker. 20.10.8 is not supported.
03:33:01 UTC failed: [LocalHost]
error: Pipeline[ArtifactExportPipeline] execute failed: Module[ArtifactBinariesModule] exec failed:
failed: [LocalHost] [DownloadBinaries] exec failed after 1 retries: Failed to download docker binary: curl -L -o /home/user/kubekey/artifact/docker/20.10.8/amd64/docker-20.10.8.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz error: No SHA256 found for docker. 20.10.8 is not supported.
The config of docker in .spec.components.containerRuntimes was added manully, cause when using the kk create manifest command to generate the manifest file, the docker configuration is not included. However, when using the original manifest file to export an artifact for offline deployment of the cluster, kk attempts to download Docker, causing the installation to fail.
The text was updated successfully, but these errors were encountered:
It seems that the version of kk I am using supports Docker version 24.0.9. When I ran the kk init registry command, the logs indicated that kk was attempting to download this version of Docker. So, I replaced the Docker version in the configuration, and now I am able to export the complete artifact file.
However, I didn't see this part mentioned in the documentation, maybe I missed something?
What is version of KubeKey has the issue?
v3.1.6
What is your os environment?
Ubunu2204 server
KubeKey config file
A clear and concise description of what happend.
when user
sudo kk artifact export -m /mnt/share/kubekey-airgapped/manifest-sample.yaml
,it failed with “error: No SHA256 found for docker. 20.10.8 is not supported.”The ddetail output log:
Relevant log output
Additional information
the manifest file is:
The config of docker in
.spec.components.containerRuntimes
was added manully, cause when using thekk create manifest
command to generate the manifest file, the docker configuration is not included. However, when using the original manifest file to export an artifact for offline deployment of the cluster, kk attempts to download Docker, causing the installation to fail.The text was updated successfully, but these errors were encountered: