From 76cc758d12826a55d43b3d768d65c9384614b9e3 Mon Sep 17 00:00:00 2001 From: toast-gear Date: Mon, 14 Mar 2022 12:37:57 +0000 Subject: [PATCH] docs: minor consistency change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f02cde5b..8c189f4a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ToC: - [Organization Runners](#organization-runners) - [Enterprise Runners](#enterprise-runners) - [RunnerDeployments](#runnerdeployments) - - [Stateful Runners](#stateful-runners) + - [RunnerSets](#runnersets) - [Autoscaling](#autoscaling) - [Anti-Flapping Configuration](#anti-flapping-configuration) - [Pull Driven Scaling](#pull-driven-scaling) @@ -361,11 +361,11 @@ example-runnerdeploy2475h595fr mumoshu/actions-runner-controller-ci Running example-runnerdeploy2475ht2qbr mumoshu/actions-runner-controller-ci Running ``` - ### Stateful Runners + ### RunnerSets > This feature requires controller version => [v0.20.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.20.0) -For scenarios where you require the advantages of a StatefulSet, for example persistent storage, ARC implements a runner based on Kubernete's StaefulSets, the RunnerSet. +For scenarios where you require the advantages of a `StatefulSet`, for example persistent storage, ARC implements a runner based on Kubernete's StatefulSets, the RunnerSet. A basic `RunnerSet` would look like this: