zuoxuesong-worker

Results 10 comments of zuoxuesong-worker

云边消息通信应该用edgemesh来做吧?calico不太适合边缘的场景

Thank you for your attention. Version 4.0.0 was released earlier yesterday, and you can refer to this document for guidance on how to use it: https://docs.kubesphere.com.cn/v4.2.0/03-installation-and-upgrade/02-install-kubesphere/02-offline-install-kubernetes-and-kubesphere/

关于镜像拉取不成功:目前镜像主要集中在docker.io上,后续会陆续同步至国内的一些云上。 关于页面部署卡住:部署的时候可以在页面上查看日志,在线安装会实时下载各种二进制文件和镜像,可能会比较慢。

> 1、禁用版本检测:./kubekey/builtin/core/roles/precheck/kubernetes/tasks/main.yaml > > # 注释下面内容禁用k8s版本检测38~42行 > # - name: Kubernetes | Ensure installed Kubernetes version matches expected version > # assert: > # that: .kubernetes_install_version.stdout | default "" |...

目前只为麒麟V10-SP3(Lance)制作了软件安装包,后续会陆续制作SP2和SP1。如果需要使用SP2和SP1的话,目前确实只能通过联网来安装必要软件。

构建好的离线包,需要存放到特定的目录下进行使用。 例如我的kk在/root/offline/kk路径下,离线包文件名为artifact.tgz,那么需要执行: ``` mkdir -p /root/offline/kubekey/kubekey tar -xzf artifact.tgz -C /root/offline/kubekey/kubekey --no-same-owner ``` 然后以/root/offline/作为工作进行后续操作。 如果通过下列方式获取的kk ``` export KKZONE=cn export VERSION=latest curl -sfL https://get-kk.kubesphere.io | sh - ``` 则会创建package.sh,直接执行./package.sh config.yaml即可自动制作离线包。 将镜像导入到已有的镜像仓库,建议按照如下格式执行指令:...

we found this log in deployment openebs-localpv-provisioner its occured by this issue: https://github.com/openebs/openebs/issues/3925 in k3s , same issue is presented : https://github.com/k3s-io/k3s/issues/12399 and now ,openebs team seems they didn't finish...

``` ... spec: ... storage_class: local: enable: false default: false ... ``` 详情可以参考: https://github.com/kubesphere/kubekey/blob/main/builtin/core/roles/defaults/defaults/main/05-storage_class.yaml

calico单独更新一个组件的话,应该是组件之间不兼容导致的错误,具体请咨询calico team。 需要提高calico版本的话,可以在创建集群时设置: ``` spec: ... cni: calico_version: v3.31.0 #仅供参考 ... ``` 即可安装更高版本的calico配套组件。 个人测试v3.31.0安装后不会出现上述问题

> spec: ... cni: calico_version: v3.31.0 #仅供参考 ... 测试还是会报错,高于v3.29.7版本就会,但是低于该版本(含该版本)报:1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice > > 低于3.29.7 calico-system/calico-typha-6fb4769459-xwfk6报: 1 warnings.go:70] v1 Endpoints is deprecated in...