Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/manual/plugins/kubernetes-plugins-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ Follow these steps to set up a Runner in a Kubernetes cluster:
--data-raw '{
"name": "K8s Runner US-WEST-1 Cluster 1",
"description": "Runner installed in US-WEST-1 Cluster 1",
"tagNames": ["K8S-RUNNER", "us-west-1", "cluster-1"]
"tagNames": ["K8S-RUNNER", "us-west-1", "cluster-1"],
"installationType": "kubernetes",
"replicaType": "ephemeral"
Comment on lines +60 to +62
}'
```
:::tip Tip
Expand Down Expand Up @@ -237,4 +239,4 @@ If you do not have the option to place the Runner inside the target cluster or u
kubernetes-ca-cert-path=<<path to CA cert in key storage>>
```

This node can now be targeted by the Kubernetes node-step plugins.
This node can now be targeted by the Kubernetes node-step plugins.
Loading