> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Automatic runner connection

> When installing a runner to a k8s (Kubernetes) cluster, a k8s connection to the cluster will be automatically created as a part of the runner installation. The created connection will use the runner’s service account and permissions (full permissions to the runner namespace).

## Configure a specific scope for runner connection permissions[​](#configure-a-specific-scope-for-runner-connection-permissions "Direct link to Configure a specific scope for runner connection permissions")

To create a connection with specific permissions upon runner installation, use the following helm command flags as a part of your runner helm command:

```
--set globalReader=true # create a cluster readonly permission in the cluster--set "scopedNamespaces={dev,demo}" # creates an admin (Read/Write) permission for dev and demo namespaces within the cluster
```
