Skip to content

Commit

Permalink
modifying live migration section, updating database service
Browse files Browse the repository at this point in the history
  • Loading branch information
acowles-redhat committed Sep 16, 2024
1 parent 4f0e9f0 commit c2138d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions content/modules/ROOT/pages/module-01-intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ Only cluster administrators can see the Node - the screenshot is an example of w
+
image::module-01-intro/21_VM_Dialog_Migrate.png[link=self, window=blank, width=100%]

. After a few seconds, the VM will change the status to *Migrating*. A few seconds later, it will return to the *Running* status, but on a new node. The VM has been successfully live migrated!
. After a few seconds, the VM will change the status to *Migrating*, and you can follow it's progress. When it is complete it will return to the *Running* status, but on a new node.
+
image::module-01-intro/22_Migrated.png[link=self, window=blank, width=100%]

. You can see the VM moving between nodes if you look at the Pod that is running the VM. Blink and you'll miss it though!
+
image::module-01-intro/23_PodLink.png[link=self, window=blank, width=100%]

. If you would like to see the guest switch nodes, you can do so on the *Pod Details* screen by clicking on the pod name on the right. You can see the node the VM lives on, and it's new node when it changes. The cutover is fairly quick, blink and you may miss it!
+
image::module-01-intro/24_Pod.png[link=self, window=blank, width=100%]

== Summary
Expand Down
4 changes: 2 additions & 2 deletions content/modules/ROOT/pages/module-08-workingvms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ metadata:
namespace: vmexamples-{user}
spec:
selector:
vm.kubevirt.io/name: database
vm.kubevirt.io/name: {DATABASE_VM_NAME}
ports:
- protocol: TCP
port: 3306
targetPort: 3306
----
+
NOTE: This time we used the name of the virtual machine to attach it to the service we are creating, since there is only one VM named *database* in the namespace with this name it is safe to do so without having to customize the YAML of the VM or rebooting the guest.
NOTE: This time we used the name of the virtual machine to attach it to the service we are creating, make sure that you update the YAML when you copy/paste it to ensure that you are using the correct name for the database instance in your lab environment.
+
image::module-08-workingvms/21_Database_YAML.png[link=self, window=blank, width=100%]

Expand Down

0 comments on commit c2138d8

Please sign in to comment.