-
Notifications
You must be signed in to change notification settings - Fork 600
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
multus cannot find delegate cni network in pod/deployment without annotations #17
Comments
@paolovisintin So you could create network interface using the network object with pod annotation (Using usage-with-kubernetes-tpr-based-network-objects ), and want to use |
@rkamudhan exactly this is what I want.
this is the error in the node:
and this is the
Many thanks! |
Hello, I think something went wrong on my previous build this is what I've just done, for every node:
Now everything works perfectly! Many thanks! |
@paolovisintin No problem :) @lmdaly also faced the same bug but we fixed it in the latest commit. |
I'm sorry, my previous close was wrong, I have been confused by a pod that created a the file Deleting, in every node,
Pod config:
Any help is appreciated! |
Please try the following conf file
|
Working, this is the right conf:
|
Hi, when I use the multus config file to configure a default network cni, I also need to add a "name": "default netname" to the delegate to get it accepted. Maybe this is the version of the CNI I use? or Calico which is my default net. |
Hi @nders20000 , I'm correcly using default delegate |
@paolovisintin I will work on this issue to skip the master plugin requirement for only one delegate option |
@rkamudhan awesome! |
Add 'go fmt', golint and 'go vet' in CI
I believe that this issue is deprecated by most recent changes in 3.0, if you have any concerns, feel free to open. |
I'm configuring multus-cni in a this scenario type:
hosts: ubuntu 16.04 LTS
kubernetes version: 1.7
network: macvlan, weave
When i start a pod with annotations, everything is working fine
example :
but when i start a standard pod, this is not able to reach the "running" state and in logs i can see:
my cni conf is:
is there any incompatibility with kubernetes 1.7 or any misconfiguration on my side ?
Thanks
The text was updated successfully, but these errors were encountered: