From 7a3fa4f362b2eb3b19c31401eda1e49dbe9f2a72 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Sun, 10 Jul 2022 13:38:51 +0100 Subject: [PATCH] docs: correct the comparison Co-authored-by: Yusuke Kuoka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea5ca26..838c8287 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ Alternatively, you can install each controller stack into a unique namespace (re Runners can be deployed as 1 of 2 abstractions: -- A `RunnerDeployment` (based on k8s's `Deployments`) +- A `RunnerDeployment` (similar to k8s's `Deployments`, based on `Pods`) - A `RunnerSet` (based on k8s's `StatefulSets`) We go into details about the differences between the 2 later, initially lets look at how to deploy a basic `RunnerDeployment` at the 3 possible management hierarchies.