Junhao Zhang
Junhao Zhang
Check the Kubernetes environment, status, and kubelet logs. This could be something wrong with the cluster.
Maybe you need to execute: ```shell kubectl label node master-xxxx node-role.kubernetes.io/master= ``` https://github.com/kubesphere/kubesphere/blob/master/pkg/models/routers/routers.go#L102 https://kubernetes.io/zh-cn/docs/reference/labels-annotations-taints/#node-role-kubernetes-io-master-taint
/cc @hongzhouzi
Restart ks-installer? You can try to reinstall kubesphere. The error is `ks-controller-manager` is not installed
/cc @hy928302776 @TangiSingle @seolhw https://www.kubesphere.io/zh/docs/v3.3/quick-start/all-in-one-on-linux/ Run the following command to check the result. ``` kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}')...
kubesphere 3.4 supports kubernetes 1.26.x at most.
> When adding ingress, selecting HTTPS and TLS will list all secrets in the current namespace. There will be many of them here. Can you add a search function ?...
/cc @wayne17521
OK, the HPA editing and display pages are still in Kubesphere 3.x version. Some settings are inconvenient to use. We need to optimize the design. /cc @wayne17521 @XiaohuiSept
So do you have any guesses or directions to investigate regarding this issue? gRPC DNS resolution failure? I’ve also occasionally encountered this issue in my environment recently and can’t find...