pixiake

Results 113 comments of pixiake

目前版本由于要保证功能完整性,所以用到的镜像比较多,后续版本会做功能解耦的

This error is caused by the abnormal pod status of ks-core components. It is usually caused by the inability to pull images normally.

@all-contributors please add @kuops for code

@all-contributors please add @kuops for code

@all-contributors please add @77yu77 for code

https://github.com/kubesphere/ks-installer/blob/453c47bdba3f9d91c3588aefd86ec6fe4fba874c/roles/preinstall/tasks/precheck.yaml#L11 It seems a version check error in ks-installer. You can check the cluster version using the following command: ``` kubectl version -o json | jq -r '.serverVersion.gitVersion' ``` or,...

I have submitted [an issue](https://github.com/kubesphere/ks-installer/issues/1815) to ks-installer. You can try to delete [the task of version checking](https://github.com/kubesphere/ks-installer/blob/453c47bdba3f9d91c3588aefd86ec6fe4fba874c/roles/preinstall/tasks/precheck.yaml#L11), and then rebuild the image according to [ks-installer's Dockerfile](https://github.com/kubesphere/ks-installer/blob/master/Dockerfile).

This issue seems to be a bug. At present, you can use `kubectl delete node xxx` to delete nodes.