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).
--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
Was this page helpful?