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

sriov-network-config-daemon POD/DS are not running. #420

Closed
HalaharviPedda opened this issue Mar 16, 2023 · 4 comments
Closed

sriov-network-config-daemon POD/DS are not running. #420

HalaharviPedda opened this issue Mar 16, 2023 · 4 comments

Comments

@HalaharviPedda
Copy link

HalaharviPedda commented Mar 16, 2023

After deploying (make deploy-setup-k8s) sriov-network-operator , sriov-network-config-daemon is not running ( No errors/logs and no information ).

$kubectl get -n sriov-network-operator all
pod/sriov-network-operator-5c7cb646dc-vkpqk 1/1 Running 0 15m

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/network-resources-injector-service ClusterIP XX.XX.XX.XX 443/TCP 15m
service/operator-webhook-service ClusterIP XX.XX.XX.XX 443/TCP 15m

NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
daemonset.apps/network-resources-injector 3 3 0 3 0 beta.kubernetes.io/os=linux 15m
daemonset.apps/operator-webhook 3 3 0 3 0 beta.kubernetes.io/os=linux 15m
daemonset.apps/sriov-network-config-daemon 0 0 0 0 0 beta.kubernetes.io/os=linux,node-role.kubernetes.io/worker= 15m

NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/sriov-network-operator 1/1 1 1 15m

NAME DESIRED CURRENT READY AGE
replicaset.apps/sriov-network-operator-5c7cb646dc 1 1 1 15m

Describe DS of sriov-network-config-daemon , shows no error/log.
Desired Number of Nodes Scheduled: 0
Current Number of Nodes Scheduled: 0
Number of Nodes Scheduled with Up-to-date Pods: 0
Number of Nodes Scheduled with Available Pods: 0
Number of Nodes Misscheduled: 0
Pods Status: 0 Running / 0 Waiting / 0 Succeeded / 0 Failed
Pod Template:

@HalaharviPedda HalaharviPedda changed the title sriov-network-config-daemon PODs are not running. sriov-network-config-daemon POD/DS are not running. Mar 16, 2023
@zeeke
Copy link
Member

zeeke commented Mar 16, 2023

Hi @HalaharviPedda ,
It's weird the daemonset is still using beta.kubernetes.io/os=linux after

Which revision of the operator are you using? Can you also post a kubectl describe node command output among with kubernetes version?

@HalaharviPedda
Copy link
Author

@zeeke Thanks for the Response. Please find node data and k8s version.
Kubelet Version: v1.26.1

Node_Description.txt

@zeeke
Copy link
Member

zeeke commented Mar 17, 2023

The node has been labeled with node-role.kubernetes.io/worker=worker, while the daemonset looks for node-role.kubernetes.io/worker=. That's why the daemonset has no pods, I guess.

@HalaharviPedda
Copy link
Author

The node has been labeled with node-role.kubernetes.io/worker=worker, while the daemonset looks for node-role.kubernetes.io/worker=. That's why the daemonset has no pods, I guess.

Thanks For the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants