Commit Graph

10 Commits

Author SHA1 Message Date
Fabiano Fidêncio
ec2e350168 demos: Add io.containerd.cri.runtime-handler to the ssh demo
This is needed in order to ensure the nydus-snapshotter will behave
properly when it's set in the runtime handler.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2023-10-19 14:50:40 +02:00
Jeremi Piotrowski
dfb080c508 ssh-demo: Use KBS URI in demo
The offline_fs_kbc file needs to be updated to use a kbs-uri compatible name
for the key, and the container image has been regenerated to reference the
decryption key via kbs uri in it's annotation.

The image has two tags: encrypted and decrypted.

Fixes: #6604
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-04-06 16:07:26 +02:00
Unmesh Deodhar
130745e34a Remove outdated SEV documentation
Removing old instructions for SEV.

Signed-off-by: Unmesh Deodhar <udeodhar@amd.com>
2023-01-17 18:30:30 +01:00
Steve Horsman
5f6c2a8185
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>
2022-11-05 11:35:04 +05:30
Pradipta Banerjee
e9c2f0f6a3
Use the correct deployment manifest for the operator (#42)
The operator-demo folder contains instruction to recreate the
ssh demo. This demo works only with the older code in the
operator `ccv0` branch. The code in `main` branch has deviated
significantly and the existing ssh demo will not work when using
the manifest from the main branch.


Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
2022-09-26 15:54:32 +05:30
Jakob Naucke
90c46f8209
Document CCv0 demo image (#19)
- In the operator documentation,
  - use the CCv0 demo image as payload,
  - reference the SSH demo.
- In the SSH demo documentation,
  - use the `kata-cc` runtime,
  - reference the operator demo.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2021-12-23 19:46:31 +05:30
Tobin Feldman-Fitzthum
3e8db5b9b1 Add SEV Demo
Instructions for using SEV with CCv0.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2021-12-14 19:24:55 +01:00
Jakob Naucke
127b9a4fca Add documentation on a demo SSH image
There is now a public container image for the SSH demo with publicised
keys. Add the respective references.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2021-12-02 14:28:09 +01:00
Pradipta Banerjee
4090df7b60 Add demo details for CCv0 operator 2021-12-02 11:15:33 +01:00
Jakob Naucke
8c3a47ab67 Add SSH demo
Add basic documentation, Dockerfile, k8s and sandbox config for a demo
pod with SSH public key authentication.

Documentation on encrypting and running the image is omitted as of now,
for this is a more general topic which will require separate attention.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2021-11-24 07:11:28 +01:00