We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d496a9 commit 1d3c35dCopy full SHA for 1d3c35d
1 file changed
network/cni/config.go
@@ -81,7 +81,7 @@ func (c *CNI) Config(ctx context.Context, vmID string, numNICs int, vmCfg *types
81
logger.Warnf(ctx, "pre-recovery CNI DEL %s/%s: %v (continuing)", vmID, ifName, delErr)
82
}
83
if existing[i].Network != nil && existing[i].Network.IP != "" {
84
- rt.Args = [][2]string{{"IP", existing[i].Network.IP}}
+ rt.Args = [][2]string{{"IgnoreUnknown", "1"}, {"IP", existing[i].Network.IP}}
85
86
87
0 commit comments