liujian
liujian
1. 检查kubeadm-config.yaml中的pause版本: ```bash grep "image:" /etc/kubernetes/kubeadm-config.yaml | grep pause ``` 2. 检查containerd.toml中的pause版本: ```bash grep "sandbox_image" /etc/containerd/config.toml ``` 或者如果使用crictl: ```bash crictl images | grep pause ``` 这两个需要保持一致
Currently, modifying the temporary directory is not supported in this version. We will add support for this feature in future releases.
same as: https://github.com/kubesphere/kubekey/issues/2546
KubeSphere 4.1.3 has updated its installation methods. For details, refer to: [KubeSphere Documentation - Installation Guide](https://kubesphere.io/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere/)
华为云上只有单架构的镜像。可以去docker上找,docker上有arm64的镜像
calico 社区有类似的issue。 https://github.com/projectcalico/calico/issues/6128
K8s images are stored under the `k8s.io` namespace in `containerd`. Use the following command to check if the image is available: ```sh ctr -n k8s.io image ls ```
4.x 会支持创建集群时,自定义docker版本。也支持自建任务来单独升级docker。
不一定是完全根据config来自动autoscale。有些场景下,期望是按照自己指定的方式来对集群状态进行调整。 https://github.com/kubesphere/kubekey/pull/2560
当前不支持,在 4.x版本中会支持