Skip to content

Commit 2630ccf

Browse files
authored
Update management-paradigms-for-virtual-machines-running-on-kubernetes.md
1 parent 58b2c14 commit 2630ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/management-paradigms-for-virtual-machines-running-on-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Most VM administrators connect VMs to existing networks that assign IP addresses
3939
As a prerequisite for this exercise and examples, the following resources have been created prior:
4040

4141
* An SSH public key has been created on the cluster as a `Secret` to be injected into my VM instance during initialization.
42-
* A `NodeNetworkConfigurationPolicy` using the Kubernetes NMState Operator that creates a bridge on NIC connected to the data center management network.
42+
* A `NodeNetworkConfigurationPolicy` using the Kubernetes NMState Operator that creates a bridge on a NIC connected to the data center management network.
4343
* A `NetworkAttachmentDefinition` in my VM instance `Namespace` to connect virtual NICs to.
4444

4545
For the sake of completeness, this is what those resources look like:
@@ -100,7 +100,7 @@ spec:
100100
}
101101
```
102102
103-
Another essential prerequisite is that a `StorageClass` exist on the cluster which supports KubeVirt. The examples below uses the HPE CSI Driver for Kubernetes but it could be any vendor or platform supporting the bare minimum requires for KubeVirt, see the KubeVirt [admin guide](https://kubevirt.io/user-guide/storage/clone_api/) for the details.
103+
Another essential prerequisite is that a `StorageClass` exist on the cluster which supports KubeVirt. The examples below uses the HPE CSI Driver for Kubernetes but it could be any vendor or platform supporting the bare minimum requirements for KubeVirt, see the KubeVirt [admin guide](https://kubevirt.io/user-guide/storage/clone_api/) for the details.
104104

105105
Now, the environment is primed, let’s provision a VM and take KubeVirt for a spin.
106106

0 commit comments

Comments
 (0)