inksnw
inksnw
Open the f12 developer interface of chrome and see which url 404 is coming from. It may be the same problem as this one. https://github.com/kubesphere/kubesphere/issues/5875
Did you build it yourself with go-restful/v3 v3.11.0? This PR was merged in 3.4.1 https://github.com/kubesphere/kubesphere/pull/5907
Will track here https://github.com/kubesphere/project/issues/4815
https://github.com/kubesphere/kubekey/blob/master/docs/config-example.md ```bash # If you install Kubernetes on ARM, add "arch: arm64". For example, {...user: ubuntu, password: Qcloud@123, arch: arm64}. ```
Thanks for your reply. I'll give the workaround a try.