Split listener pod label to avoid long names issue (#2341)

This commit is contained in:
Nikola Jokic
2023-03-02 17:25:50 +01:00
committed by GitHub
parent 1df06a69d7
commit 2984de912c
3 changed files with 22 additions and 20 deletions

View File

@@ -135,7 +135,7 @@ You can check the logs of the controller pod using the following command:
$ kubectl logs -n "${NAMESPACE}" -l app.kubernetes.io/name=gha-runner-scale-set-controller
# Runner set listener logs
kubectl logs -n "${NAMESPACE}" -l runner-scale-set-listener=arc-systems-arc-runner-set
kubectl logs -n "${NAMESPACE}" -l auto-scaling-runner-set-namespace=arc-systems -l auto-scaling-runner-set-name=arc-runner-set
```
### Naming error: `Name must have up to characters`