Open anthony-yau opened 1 year ago
io.fabric8.kubernetes.client.KubernetesClientException: Operation: [get] for kind: [Endpoints] with name: [doris-follower-cluster1] in namespace: [xxxxxxxxxxxx] failed. 你在k8s上是否遇到上述类似的问题?我的fe.yml增加了如下环境变量
io.fabric8.kubernetes.client.KubernetesClientException: Operation: [get] for kind: [Endpoints] with name: [doris-follower-cluster1] in namespace: [xxxxxxxxxxxx] failed. 你在k8s上是否遇到上述类似的问题?我的fe.yml增加了如下环境变量
- name: APP_NAMESPACE value: test
Search before asking
Version
1.2.4.1
What's Wrong?
fe yaml配置:
backend cn yaml:
创建fe /backend cn的配置后,查看fe master的日志,没有添加cn节点: 2023-05-19 07:45:50,491 INFO (tablet checker|28) [TabletChecker.checkTablets():331] finished to check tablets. unhealth/total/added/in_sched/not_ready: 0/0/0/0/0, cost: 0 ms 2023-05-19 07:45:51,439 INFO (deployManager|40) [K8sDeployManager.getGroupHostPorts():155] get host port from group: doris-follower-cluster1: [xxx:9010, xxx:9010, xxx:9010] 2023-05-19 07:45:51,442 WARN (deployManager|40) [K8sDeployManager.getGroupHostPorts():128] get null endpoints of namespace default in service: doris-be-cluster1 2023-05-19 07:45:56,447 INFO (deployManager|40) [K8sDeployManager.getGroupHostPorts():155] get host port from group: doris-follower-cluster1: [xxx:9010, xxx:9010, xxx:9010] 2023-05-19 07:45:56,450 WARN (deployManager|40) [K8sDeployManager.getGroupHostPorts():128] get null endpoints of namespace default in service: doris-be-cluster1 2023-05-19 07:46:01,454 INFO (deployManager|40) [K8sDeployManager.getGroupHostPorts():155] get host port from group: doris-follower-cluster1: [xxx:9010, xxx:9010, xxx:9010] 2023-05-19 07:46:01,458 WARN (deployManager|40) [K8sDeployManager.getGroupHostPorts():128] get null endpoints of namespace default in service: doris-be-cluster1
show backends没有节点: mysql> show backends\G; Empty set (0.15 sec)
ERROR: No query specified
What You Expected?
自动的完成cn节点的添加
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct