Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.28.3 image cannot pull #2377

Open
lkad opened this issue Aug 27, 2024 · 2 comments
Open

v1.28.3 image cannot pull #2377

lkad opened this issue Aug 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lkad
Copy link

lkad commented Aug 27, 2024

What is version of KubeKey has the issue?

kk version: &version.Info{Major:"3", Minor:"1", GitVersion:"v3.1.5", GitCommit:"8347277057bf9f84e89fec174019a675d582b23b", GitTreeState:"clean", BuildDate:"2024-08-15T11:55:51Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"}

What is your os environment?

ubuntu 20.04

KubeKey config file

apiVersion: kubekey.kubesphere.io/v1alpha2
kind: Cluster
metadata:
  name: sample
spec:
  hosts:
  - {name: node1, address: 10.204.53.155, internalAddress: 10.204.53.155, user: root}
  - {name: node2, address: 10.204.53.156, internalAddress: 10.204.53.156, user: root}
  - {name: node3, address: 10.204.53.157, internalAddress: 10.204.53.157, user: root}
  - {name: node4, address: 10.204.53.158, internalAddress: 10.204.53.158, user: root}
  roleGroups:
    etcd:
    - node1
    control-plane:
    - node1
    worker:
    - node1
    - node2
    - node3
    - node4
  controlPlaneEndpoint:
    ## Internal loadbalancer for apiservers
    # internalLoadbalancer: haproxy

    domain: lb.kubesphere.local
    address: ""
    port: 6443
  kubernetes:
    version: 1.28.3
    clusterName: cluster.localtest
    autoRenewCerts: true
    containerManager: containerd
  etcd:
    type: kubekey
  network:
    plugin: calico
    kubePodsCIDR: 192.168.64.0/18
    kubeServiceCIDR: 192.168.0.0/18
    ## multus support. https://github.com/k8snetworkplumbingwg/multus-cni
    multusCNI:
      enabled: false
  registry:
    privateRegistry: ""
    namespaceOverride: ""
    registryMirrors: []
    insecureRegistries: []
  addons: []

A clear and concise description of what happend.

the readme doc wirte supoort v1.28.3,but image can not pull

Relevant log output

failed to pull image registry.cn-beijing.aliyuncs.com/kubesphereio/kube-apiserver:v1.28.3
[WARNING ImagePull]: failed to pull image registry.cn-beijing.aliyuncs.com/kubesphereio/kube-proxy:v1.28.3
 [WARNING ImagePull]: failed to pull image registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controller-manager:v1.28.3
[WARNING ImagePull]: failed to pull image registry.cn-beijing.aliyuncs.com/kubesphereio/kube-scheduler:v1.28.3:

Additional information

No response

@lkad lkad added the bug Something isn't working label Aug 27, 2024
@snail2sky
Copy link

多试几次,有可能是 你的网络问题 ,当然也有可能是 kubesphere 镜像站点的问题~

@lkad
Copy link
Author

lkad commented Sep 10, 2024

多试几次,有可能是 你的网络问题 ,当然也有可能是 kubesphere 镜像站点的问题~

kubesphere的镜像问题。1.28.4是好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@lkad @snail2sky and others