Skip to content

Commit

Permalink
udn, virt: multiple assorted fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Sep 13, 2024
1 parent 84cf20e commit 580f516
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ virt-launcher). Thus, given OVN-Kubernetes configures the pod interfaces (and
is responsible for configuring networking up to the pod interface), we still
need to extend connectivity from the pod interface into the VM.

During live-migration - once it is is scheduled - and the destination
During live-migration - once it is scheduled - and the destination
node is chosen, a new pod is scheduled in the target node (let's call this pod
the *destination* pod). Once this pod is ready, the *source* pod transfers the
state of the live VM to the *destination* pod via a connection proxied by the
Expand Down Expand Up @@ -245,9 +245,6 @@ spec:
- disk:
bus: virtio
name: containerdisk
- disk:
bus: virtio
name: cloudinitdisk
interfaces:
- name: passtnet
binding:
Expand All @@ -264,15 +261,11 @@ spec:
- containerDisk:
image: quay.io/kubevirt/fedora-with-test-tooling-container-disk:v1.3.1
name: containerdisk
- cloudInitNoCloud:
networkData: |
version: 2
ethernets:
eth0:
dhcp4: true
name: cloudinitdisk
```
**NOTE:** the VM has some requirements that must be met; it must support
DHCP / DHCPv6 / RAs (depending on the desired IP family configuration)
Provisioning the VM in the system will be "watched" by two components; KubeVirt
`virt-controller` and KubeVirt `ipam-extensions`. These components will then:
- virt-controller: template the pod where the VM `vm-a` will run
Expand Down

0 comments on commit 580f516

Please sign in to comment.