mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-09-17 08:18:28 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user