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

[BUG] failed to find plugin "whereabouts" in path [/var/opt/cni/bin /var/opt/cni/bin] #384

Open
pawelru222 opened this issue Sep 22, 2023 · 0 comments

Comments

@pawelru222
Copy link

Describe the bug

I have run script build-go.sh. NetworkAttachmentDefinition has been created in ipv6 version. Deployment template has been changed. Annotation has been added k8s.v1.cni.cncf.io/networks: test-network. The pod is not in the running state because plugin cannot be find.

failed to find plugin "whereabouts" in path [/var/opt/cni/bin /var/opt/cni/bin]

All whereabouts pods in kube-system are running.

I have also launched cni-install.yml. The result is the same.

Which file should placed in /var/opt/cni/bin? Should I do it manually on every node?

Expected behavior
After creating NetworkAttachmentDefinition and adding annottaion to deployment template the pod should be recreated with new interface.

To Reproduce
Steps to reproduce the behavior:
1.
2.
3.

Environment:

  • Whereabouts version : v0.6.2
  • Kubernetes version (use kubectl version): WRCP / Kubernetes Major:"1", Minor:"24"
  • Network-attachment-definition: N/A
  • Whereabouts configuration (on the host):
    whereabouts.conf

{
"datastore": "kubernetes",
"kubernetes": {
"kubeconfig": "/etc/cni/net.d/whereabouts.d/whereabouts.kubeconfig"
},
"reconciler_cron_expression": "30 4 * * *"
}

  • OS (e.g. from /etc/os-release): N/A
  • Kernel (e.g. uname -a): 5.10.0-6-rt-amd64 Exclude range #1 SMP PREEMPT_RT StarlingX Debian 5.10.177-1.stx.60
  • Others: N/A

Additional info / context
Add any other information / context about the problem here.

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

1 participant