liujian

Results 103 comments of liujian

加上这个参数。

看看这个issue。可能是cpu不兼容:https://github.com/projectcalico/calico/issues/10479 用低版本的calico试试:https://github.com/projectcalico/calico/issues/9962#issuecomment-2712852460

还有一个问题。 ```shell kube-system haproxy-node1 0/1 InvalidImageName 0 2m16s ``` 帮忙提供一下haproxy-node1 pod 的使用的镜像名称 ```shell kubectl get pod -n kube-system haproxy-node1 -o yaml | grep image: ```

这里有离线安装教程:https://docs.kubesphere.com.cn/v4.2.0/03-installation-and-upgrade/02-install-kubesphere/02-offline-install-kubernetes-and-kubesphere/

用clash的TUN代理模式试试

I have a new idea for the loop. The result should support scenarios both with and without an item. Once I’m done, I’ll update your PR.

> > I have a new idea for the loop. The result should support scenarios both with and without an item. Once I’m done, I’ll update your PR. > >...

https://github.com/kubesphere/kubekey/releases/download/v2.0.0-alpha.1/registry-2-linux-amd64.tar.gz 在 4.x中,将会使用[docker-compose来部署registry](https://github.com/kubesphere/kubekey/blob/feature-gitops/builtin/core/roles/install/image-registry/templates/registry.docker-compose)。会使用docker的标准镜像来部署。这样不用管registry的二进制文件了

> **What's your question** When I use kubekey to install k8s cluster, it cannot push images to my private registry. I follow the steps in this link: https://kubesphere.io/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/04-offline-installation/. However, I...

refer: https://github.com/kubesphere/kubekey/blob/9cf08b6aef1cc5490a85b996558491940a27b6f3/cmd/kk/apis/kubekey/v1alpha2/cluster_types.go#L75-L86 https://github.com/kubesphere/kubekey/blob/9cf08b6aef1cc5490a85b996558491940a27b6f3/cmd/kk/pkg/loadbalancer/tasks.go#L193 should set BGP in config like: ``` apiVersion: kubekey.kubesphere.io/v1alpha2 kind: Cluster metadata: name: sample spec: ... controlPlaneEndpoint: # Internal loadbalancer for apiservers. Support: haproxy, kube-vip [Default: ""]...