Skip to content

Commit

Permalink
fix runtime class in example-fedora.yaml
Browse files Browse the repository at this point in the history
We've switched to 'kata' as runtimeclass because it is what upstream
kata-deploy uses as well because users got confused about the -oc.

This is why we switched to 'kata' as the name for the 4.6 release already.

On the master branch we are still missing this change.
Fix the example pod file and the README accordingly.

Signed-off-by: Jens Freimann <jfreimann@redhat.com>
  • Loading branch information
jensfr committed Nov 12, 2020
1 parent a3bf549 commit 216ac84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ oc describe kataconfig example-kataconfig
and look at the field 'Completed nodes' in the status. If the value matches the number of worker nodes the installation is completed.

#### Runtime Class
Once the kata runtime binaries are successfully installed on the intended workers, Kata Operator will create a [runtime class](https://kubernetes.io/docs/concepts/containers/runtime-class/) `kata-oc`. This runtime class can be used to deploy the pods that will use the Kata Runtime.
Once the kata runtime binaries are successfully installed on the intended workers, Kata Operator will create a [runtime class](https://kubernetes.io/docs/concepts/containers/runtime-class/) `kata`. This runtime class can be used to deploy the pods that will use the Kata Runtime.

#### Run an Example Pod using the Kata Runtime
```
Expand Down
2 changes: 1 addition & 1 deletion config/samples/example-fedora.yaml
Expand Up @@ -13,4 +13,4 @@ spec:
- containerPort: 8080
command: ["python3"]
args: [ "-m", "http.server", "8080"]
runtimeClassName: kata-oc
runtimeClassName: kata

0 comments on commit 216ac84

Please sign in to comment.