• 安装部署
  • kk安装报错error: No SHA256 found for v1.23.15. v1.23.15 is not supported.

创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。

操作系统信息
例如:虚拟机/物理机,Centos7.5/Ubuntu18.04,4C/8G

Kubernetes版本信息
kubectl version 命令执行结果贴在下方

容器运行时
docker version / crictl version / nerdctl version 结果贴在下方

KubeSphere版本信息
例如:v1.23.15/v3.0.0。在线安装。使用kk安装。

问题是什么
报错日志是什么,最好有截图。

error: No SHA256 found for v1.23.15. v1.23.15 is not supported.

Error: Failed to download kube binaries: No SHA256 found for v1.23.15. v1.23.15 is not supported.

Usage:

kk create cluster [flags]

Flags:

  --container-manager string   Container runtime: docker, crio, containerd and isula. (default "docker")

  --download-cmd string        The user defined command to download the necessary binary files. The first param '%s' is output path, the second param '%s', is the URL (default "curl -L -o %s %s")

-f, –filename string Path to a configuration file

-h, –help help for cluster

  --skip-pull-images           Skip pre pull images

  --with-kubernetes string     Specify a supported version of kubernetes (default "v1.21.5")

  --with-kubesphere            Deploy a specific version of kubesphere (default v3.2.0)

  --with-local-storage         Deploy a local PV provisioner

-y, –yes Skip pre-check of the installation

Global Flags:

  --debug        Print detailed information (default true)

  --in-cluster   Running inside the cluster

Failed to download kube binaries: No SHA256 found for v1.23.15. v1.23.15 is not supported.

    frezes

    ./kk version

    version.BuildInfo{Version:“1.2.0”, GitCommit:“c3068bf”, GitTreeState:"", GoVersion:“go1.16.9”}

    [root@master home]# ./kk version –show-supported-k8s

    v1.15.12

    v1.16.8

    v1.16.10

    v1.16.12

    v1.16.13

    v1.17.0

    v1.17.4

    v1.17.5

    v1.17.6

    v1.17.7

    v1.17.8

    v1.17.9

    v1.18.3

    v1.18.5

    v1.18.6

    v1.18.8

    v1.19.0

    v1.19.8

    v1.19.9

    v1.20.4

    v1.20.6

    v1.20.10

    v1.21.4

    v1.21.5

    v1.22.1

    怎样提升kk版本

      linsz

      curl -sSL https://get-kk.kubesphere.io | sh -

        @小k 你来帮忙总结一下,用户遇到的问题,以及最终的解决方法吧~

        用户遇到的问题是,在尝试使用kk(KubeKey)工具创建Kubernetes集群时,遇到了错误信息“error: No SHA256 found for v1.23.15. v1.23.15 is not supported.”,这表明kk工具不支持他们想要安装的Kubernetes版本v1.23.15。

        解决方法是:

        1. 检查kk工具的版本,确认其支持的Kubernetes版本列表。
        2. 发现kk工具的版本1.2.0支持的Kubernetes版本不包括v1.23.15。
        3. 通过访问GitHub的KubeKey发布页面下载最新版本的kk工具,以获取对更多Kubernetes版本的兼容性。
        4. 用户可以访问以下链接下载最新版本的kk工具:KubeKey GitHub Release

        最终,用户通过下载并使用最新版本的kk工具解决了问题。以上内容来源于互联网,仅供参考和借鉴。