You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Multus CNI for a year now and I initially installed using daemonset running this command.
cat ./deployments/multus-daemonset.yml | kubectl apply -f
It installed version 3.8.1 by default.
Now I want to upgrade to 3.9.2.
What would be the steps? I assume I would also need to scale to 0 any deployments using a 2nd network interface from multus also?
I tried to clone the git again and rerun multus-daemonset.yml but there is no change, no upgrade happen.
thanks for your help.
Chris
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HI Everyone
We use Multus CNI for a year now and I initially installed using daemonset running this command.
cat ./deployments/multus-daemonset.yml | kubectl apply -f
It installed version 3.8.1 by default.
Now I want to upgrade to 3.9.2.
What would be the steps? I assume I would also need to scale to 0 any deployments using a 2nd network interface from multus also?
I tried to clone the git again and rerun multus-daemonset.yml but there is no change, no upgrade happen.
thanks for your help.
Chris
Beta Was this translation helpful? Give feedback.
All reactions