Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1154 from yasv123/forwardport-typo
Browse files Browse the repository at this point in the history
[forward port]: kata-deploy: Fix typo #591
  • Loading branch information
jodh-intel authored Oct 7, 2020
2 parents 3d53c5d + eb150b5 commit ec3eb40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kata-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `kata-deploy` container image makes use of a script, `kata-deploy-docker`, f
Kata artifacts and configuration of Docker to utilize the runtime. The following volumes are required to be mounted
to aid in this:
- `/opt/kata`: this is where all Kata artifacts are installed on the system
- `/var/run/dbus`, `/run/systemd`: this is require for reloading the the Docker service
- `/var/run/dbus`, `/run/systemd`: this is required for reloading the Docker service
- `/etc/docker`: this is required for updating `daemon.json` in order to configure the Kata runtimes in Docker


Expand All @@ -44,7 +44,7 @@ QEMU and Firecracker, respectively, for the VM isolation layer.

### Run a sample workload utilizing Kata containers

Run a QEMU QEMU isolated Kata container:
Run a QEMU isolated Kata container:

```sh
$ docker run --runtime=kata-qemu -itd alpine
Expand Down Expand Up @@ -93,7 +93,7 @@ is defined through a custom resource definition. For Kubernetes 1.13:
$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/packaging/master/kata-deploy/k8s-1.13/runtimeclass-crd.yaml
```

In order to use a workload Kata with QEMU, first add a `RuntimeClass` as:
To use a workload with Kata for QEMU, first add a `RuntimeClass` as:
- For Kubernetes 1.14:
```sh
$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/packaging/master/kata-deploy/k8s-1.14/kata-qemu-runtimeClass.yaml
Expand All @@ -105,7 +105,7 @@ In order to use a workload Kata with QEMU, first add a `RuntimeClass` as:
```


In order to use a workload Kata with Firecracker, first add a `RuntimeClass` as:
To use a workload with Kata for Firecracker, first add a `RuntimeClass` as:
- For Kubernetes 1.14:
```sh
$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/packaging/master/kata-deploy/k8s-1.14/kata-fc-runtimeClass.yaml
Expand All @@ -116,7 +116,7 @@ In order to use a workload Kata with Firecracker, first add a `RuntimeClass` as:
$ kubectl apply -f https://raw.githubusercontent.com/kata-containers/packaging/master/kata-deploy/k8s-1.13/kata-fc-runtimeClass.yaml
```

The following YAML snippet shows how to specify a workload should use Kata with QEMU:
The following YAML snippet shows how to specify a runtime class with Kata for QEMU:

```yaml
spec:
Expand All @@ -125,7 +125,7 @@ spec:
runtimeClassName: kata-qemu
```
The following YAML snippet shows how to specify a workload should use Kata with Firecracker:
The following YAML snippet shows how to specify a runtime class with use Kata for Firecracker:
```yaml
spec:
Expand Down

0 comments on commit ec3eb40

Please sign in to comment.