Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Broken Link and Typo #118

Merged
merged 4 commits into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions labs/lab000/lab000.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This lab is targeted towards people who don’t have any KubeVirt experience.

However, knowledge of Kubernetes and familiarity witht the *kubectl* command line tool is assumed.
However, knowledge of Kubernetes and familiarity with the *kubectl* command line tool is assumed.

The goal of the workshop is to show you how to deploy KubeVirt and get familiar with it. Each participant will work on an all-in-one Kubernetes cluster, on top of which we will:

Expand All @@ -28,7 +28,7 @@ The clusters for the lab are deployed externally, and the only requisite to foll
More information about KubeVirt and related components can be found here:

- [KubeVirt](http://kubevirt.io/)
- [KubeVirt user guide](https://kubevirt.io/user-guide/docs/latest/welcome/index.html)
- [KubeVirt user guide](https://kubevirt.io/user-guide/welcome/)
mazzystr marked this conversation as resolved.
Show resolved Hide resolved
- [KubeVirt source code](https://github.com/kubevirt/kubevirt) repository
- [Kubernetes](https://kubernetes.io)

Expand Down
2 changes: 1 addition & 1 deletion labs/lab004/lab004.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mdsh-lang-bash() { shell; }
```

We will deploy a VM that uses a [ContainerDisk](https://kubevirt.io/user-guide/docs/latest/creating-virtual-machines/disks-and-volumes.html#containerdisk). Therefore, the VM will not use any of the available Persistent Volumes (PVs), as ContainerDisk based storage is ephemeral.
We will deploy a VM that uses a [ContainerDisk](https://kubevirt.io/user-guide/virtual_machines/disks_and_volumes/#containerdisk). Therefore, the VM will not use any of the available Persistent Volumes (PVs), as ContainerDisk based storage is ephemeral.

```shell
## LAB004
Expand Down