Skip to content
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

On Openshift 4.12, scheduler extender is sometimes stuck in not ready status #950

Open
CraneShiEMC opened this issue Jan 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@CraneShiEMC
Copy link
Collaborator

CraneShiEMC commented Jan 27, 2023

Describe the bug
On Openshift 4.12, sometimes, the readiness of the scheduler extender cannot be updated with the latest status and is stuck in not ready status.

Environment (please complete the following information):
Openshift 4.12

To Reproduce
The issue sometimes occurs during normal installation of CSI.

Expected behavior
The readiness check of the scheduler extender should reflect the latest status. The readiness of scheduler extender pod should turn to be ready if the secondary scheduler is ready and csi-baremetal-scheduler config was successfully applied to the secondary scheduler.

Screenshots

[root@servicenode se-readiness-fail]# kubectl get pods -o wide
NAME                                            READY   STATUS    RESTARTS   AGE   IP              NODE                         NOMINATED NODE   READINESS GATES
csi-baremetal-controller-96d7485dc-6ln4j        4/4     Running   0          58m   192.168.6.165   worker3.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-8pf7f                        4/4     Running   0          58m   192.168.3.142   worker2.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-controller-dd649d99c-t82xt   1/1     Running   0          58m   192.168.5.163   worker1.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-d99xs                        4/4     Running   0          58m   192.168.1.124   master2.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-jxqvf                        4/4     Running   0          58m   192.168.5.164   worker1.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-k6c4f                        4/4     Running   0          58m   192.168.0.149   master0.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-qvzqg                        4/4     Running   0          58m   192.168.4.59    worker0.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-vfwk7                        4/4     Running   0          58m   192.168.6.166   worker3.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-node-zfrbg                        4/4     Running   0          58m   192.168.2.159   master1.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-operator-77d59bf65-rh9lg          1/1     Running   0          58m   192.168.5.162   worker1.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-se-f986m                          0/1     Running   0          58m   10.236.66.170   master0.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-se-jbxxf                          0/1     Running   0          58m   10.236.66.171   master1.ocp4.dakotakai.com   <none>           <none>
csi-baremetal-se-ttb2l                          0/1     Running   0          58m   10.236.66.172   master2.ocp4.dakotakai.com   <none>           <none>

Additional context
Add any other context about the problem here.

@CraneShiEMC CraneShiEMC added the bug Something isn't working label Jan 27, 2023
@CraneShiEMC CraneShiEMC changed the title On Openshift 4.12, the readiness check of the scheduler extender cannot be updated with the latest status On Openshift 4.12, scheduler extender is sometimes stuck in not ready status Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant