-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
I am using Kubevirt along with Multus & whereabouts.
My network attachment definition as follows
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
name: bridge-whereabouts
namespace: virtualmachines
spec:
config: '{
"cniVersion": "0.3.1",
"name": "bridge-whereabouts",
"type": "bridge",
"bridge": "br0",
"promiscMode": true,
"ipam": {
"type": "whereabouts",
"range": "192.168.0.0/24",
"range_start": "192.168.0.20",
"range_end": "192.168.0.50",
"gateway": "192.168.0.1",
"routes": [
{ "dst": "0.0.0.0/0" }
]
}
}'
After successful migration all good except IP change from 192.168.0.20 to 192.168.0.21
I want keep same IP (192.168.0.20) when VM launch first time.
saffronjam
Metadata
Metadata
Assignees
Labels
No labels