From c3f3bcc3e874176de8a8b4d9b441ef437a2d28dc Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Tue, 19 Mar 2024 11:01:26 +0800 Subject: [PATCH] test(manual): support GKE Container-Optimized OS longhorn/longhorn-6165 Signed-off-by: Chin-Ya Huang --- ...ke-container-optimized-os-dependency-setup.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/content/manual/release-specific/v1.7.0/test-gke-container-optimized-os-dependency-setup.md diff --git a/docs/content/manual/release-specific/v1.7.0/test-gke-container-optimized-os-dependency-setup.md b/docs/content/manual/release-specific/v1.7.0/test-gke-container-optimized-os-dependency-setup.md new file mode 100644 index 0000000000..bd2f29b9aa --- /dev/null +++ b/docs/content/manual/release-specific/v1.7.0/test-gke-container-optimized-os-dependency-setup.md @@ -0,0 +1,16 @@ +--- +title: Dependency setup for GKE cluster using Container-Optimized OS as base image +--- + +## Related issues + +- https://github.com/longhorn/longhorn/issues/6165 + +## Test step + +**Given** GKE cluster using Continer-Optimized OS (`COS_CONTAINER`) as the base image. + +**When** Follow [instruction](https://github.com/longhorn/website/pull/884) to deploy the Longhorn GKE COS node agent. + +**Then** Follow the [instruction](https://github.com/longhorn/website/pull/884) to verify dependency configuration/setup. +**And** Integration tests should pass.