ssh-demo: Update runtimeClassName (#59)

Update runtimeClassName from kata-cc to kata to reflect the operator
changes

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
Steve Horsman
2022-11-05 06:05:04 +00:00
committed by GitHub
parent 8e32fab213
commit 5f6c2a8185
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ The SSH host key fingerprint is displayed during the build.
## Connecting to the guest
A [Kubernetes YAML file](./k8s-cc-ssh.yaml) specifying the [`kata-cc`](https://github.com/kata-containers/kata-containers) runtime is included.
A [Kubernetes YAML file](./k8s-cc-ssh.yaml) specifying the [`kata`](https://github.com/kata-containers/kata-containers) runtime is included.
If you use a [self-built image](#building-the-container-image), you should replace the image specification with the image you built.
The default tag points to an `amd64` image, an `s390x` tag is also available.
With common CNI setups, on the same host, with the service running, you can connect via SSH with

View File

@@ -21,7 +21,7 @@ spec:
labels:
app: ccv0-ssh
spec:
runtimeClassName: kata-cc
runtimeClassName: kata
containers:
- name: ccv0-ssh
image: docker.io/katadocker/ccv0-ssh