mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-04-03 13:44:04 +08:00
Rename RunnerSet to RunnerReplicaSet
To hand over the name `RunnerSet` to the new StatefulSet-based implementation of that being developed at #4
This commit is contained in:
@@ -74,9 +74,9 @@ Now your can use your self-hosted runner. See the [official documentation](https
|
||||
|
||||
### RunnerDeployments
|
||||
|
||||
There's also `RunnerSet` and `RunnerDeployment` that corresponds to `ReplicaSet` and `Deployment` but for `Runner`.
|
||||
There's also `RunnerReplicaSet` and `RunnerDeployment` that corresponds to `ReplicaSet` and `Deployment` but for `Runner`.
|
||||
|
||||
You usually need only `RunnerDeployment` rather than `RunnerSet` as the former is for managing the latter.
|
||||
You usually need only `RunnerDeployment` rather than `RunnerReplicaSet` as the former is for managing the latter.
|
||||
|
||||
```yaml
|
||||
# runnerdeployment.yaml
|
||||
|
||||
Reference in New Issue
Block a user