diff --git a/README.md b/README.md index 5c5b3ef9..4b998cd1 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/config/samples/example-fedora.yaml b/config/samples/example-fedora.yaml index b258a22a..fa01861a 100644 --- a/config/samples/example-fedora.yaml +++ b/config/samples/example-fedora.yaml @@ -13,4 +13,4 @@ spec: - containerPort: 8080 command: ["python3"] args: [ "-m", "http.server", "8080"] - runtimeClassName: kata-oc + runtimeClassName: kata