-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
three init-job pods cannot evenly distributed to three masters #214
Comments
Open-Local version: 0.6.6 |
how is the job distribted? any snap? |
helm install open-local -n kube-system /root/open-local --set global.RegistryURL=docker.sangfor.com/xaasos-docker-release --set storageclass.lvm.reclaimPolicy=Retain --set agent.nodeSelector= --set extender.nodeSelector= --set controller.nodeSelector= To check CSI NFS Driver pods status, please run: kubectl get pods -nkube-system -l app.kubernetes.io/name= --watchkubectl get po -nkube-system -o wide master-e6344-0: Fri May 12 09:23:22 2023 NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES ==================================================================================================================================================================================== master0 scheduler log score::::::::::: [root@master-e6344-0 ~]# kubectl logs kube-scheduler-master-e6344-0 -n kube-system -f --tail=30 |grep score master1 scheduler log score::::::::::: master2 scheduler log score::::::::::: [root@master-480b2-2 ~]# kubectl logs kube-scheduler-master-e6344-0 -n kube-system -f --tail=30 |grep score ==================================================================================================================================================================================== or open-local-agent-4dcxm 3/3 Running 0 12h 1.1.1.5 master-480b2-2 |
open-local-init-job-4t5vh 0/1 Completed 0 3m54s 1.1.1.5 master-480b2-2 or open-local-init-job-6fbxc 0/1 Completed 0 12h 1.1.1.5 master-480b2-2 |
please check if |
@shaolila @lihezhong93 any update? |
increase sleep time in init-job container commands, such as 'sleep 10' |
fixed! |
It's right! |
Ⅰ. Issue Description
k8s 1.23.13
docker 20.10.8
open-local 0.6.6
there are 6 nodes in kubernetes cluster, 3 master nodes and 3 worker nodes.
three open-local-init-job pods cannot evenly distributed to three masters,they all on one master,or on two masters, can never distributed to three masters
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
three open-local-init-job pods can evenly distributed to three masters,each one init-job pod can on one master node
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
uname -a
):The text was updated successfully, but these errors were encountered: