From 41149242e7dcd0d9cc2e70b266413eb79e674b43 Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Wed, 24 Sep 2025 12:29:32 -0700 Subject: [PATCH] guides: remove link to CCv0 pages The link checker flagged these links. We don't really use these guides as documentation anymore. The website is preferred. Since we don't have a corresponding page on the website (and secure storage support is in flux), let's just delete these links rather than removing the entire file. Signed-off-by: Tobin Feldman-Fitzthum --- guides/ephemeral_storage.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/ephemeral_storage.md b/guides/ephemeral_storage.md index 7a2a1be..039dd8b 100644 --- a/guides/ephemeral_storage.md +++ b/guides/ephemeral_storage.md @@ -47,7 +47,6 @@ spec: storage: 1Gi storageClassName: open-local-lvm ``` -Before deploy the workload, we can follow this [documentation](https://github.com/kata-containers/kata-containers/blob/CCv0/docs/how-to/how-to-build-and-test-ccv0.md) and use [ccv0.sh](https://github.com/kata-containers/kata-containers/blob/CCv0/docs/how-to/ccv0.sh) to enable CoCo console debug(optional, check whether working as expected). Create the workload: ```sh