From 07b8de9bc8d1ffe1d268697e2d1c4ed334d36747 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:50:28 +0000 Subject: [PATCH] Fix typos in quickstart.md and update GitHub Actions versions Co-authored-by: ariel-adam <37365159+ariel-adam@users.noreply.github.com> --- .github/workflows/links.yml | 6 +++--- quickstart.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 31740dc..4a18bff 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -12,17 +12,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Restore lychee cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} restore-keys: cache-lychee- - name: Check links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: "--cache --max-cache-age 1d ." fail: true diff --git a/quickstart.md b/quickstart.md index 59e9218..c8f7267 100644 --- a/quickstart.md +++ b/quickstart.md @@ -14,7 +14,7 @@ This guide walks through these steps and touches on some platform-specific confi For more advanced features, specific hardware setup, and troubleshooting information, see the [guides](./guides) directory. -Confidential Containers is still maturing. See [release notes](./releases) for currrent +Confidential Containers is still maturing. See [release notes](./releases) for current hardware support and limitations. # Installation @@ -26,7 +26,7 @@ that allows for cloud integration, a runtime for process-based isolation using S ## Prerequisites -To run the operator you must have an existing Kubernetes cluster that meets the followng requirements. +To run the operator you must have an existing Kubernetes cluster that meets the following requirements. - Ensure a minimum of 8GB RAM and 4 vCPU for the Kubernetes cluster node - Only containerd runtime based Kubernetes clusters are supported with the current CoCo release @@ -186,7 +186,7 @@ Below is a brief summary and description of some of the CoCo use cases and featu automatically decrypted by proving the workload is running in a TEE - **Ephemeral Storage** - Temporary storage that is used during the lifecycle of the container but is cleared out when a pod is restarted or finishes its task. At the moment, only ephemeral storage of the container itself is - supported and it has to be explicityly configured. + supported and it has to be explicitly configured. - **Authenticated Registries** - Create secure container registries that require authentication to access and manage container images that ensures that only trusted images are deployed in the Confidential Container. The host must have access to the registry credentials.