diff --git a/docs/manual/plugins/kubernetes-plugins-overview.md b/docs/manual/plugins/kubernetes-plugins-overview.md index 6d9289be9..7a1532194 100644 --- a/docs/manual/plugins/kubernetes-plugins-overview.md +++ b/docs/manual/plugins/kubernetes-plugins-overview.md @@ -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" }' ``` :::tip Tip @@ -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=<> ``` -This node can now be targeted by the Kubernetes node-step plugins. \ No newline at end of file +This node can now be targeted by the Kubernetes node-step plugins.