Checks
Controller Version
0.10.1
Deployment Method
Helm
Checks
To Reproduce
$ k3s --version
k3s version v1.31.5+k3s1 (56ec5dd4)
go version go1.22.10
$ helm version
version.BuildInfo{Version:"v3.17.1", GitCommit:"980d8ac1939e39138101364400756af2bdee1da5", GitTreeState:"clean", GoVersion:"go1.23.5"}
$ helm install arc --kubeconfig /etc/rancher/k3s/k3s.yaml --namespace "arc" --create-namespace oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller
Describe the bug
helm install produces the following warning:
WARNING: Older version of the listener (githubrunnerscalesetlistener) is deprecated and will be removed in the future gha-runner-scale-set-0.10.0 release. If you are using environment variable override to force the old listener, please remove the environment variable and use the new listener (ghalistener) instead.
This should be a bug since no such environment variable is and the new listener is installed. This should be trivial to check for instead of outputting this unconditionally.
Describe the expected behavior
No warning is displayed.
Additional Context
$ cat /etc/rancher/k3s/k3s.yaml
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: ...
server: https://127.0.0.1:6443
name: default
contexts:
- context:
cluster: default
user: default
name: default
current-context: default
kind: Config
preferences: {}
users:
- name: default
user:
client-certificate-data: ...
client-key-data: ...
Controller Logs
https://gist.github.com/Time0o/275331c0c5628903235b86bad7553e9f
Runner Pod Logs
Checks
Controller Version
0.10.1
Deployment Method
Helm
Checks
To Reproduce
$ k3s --version k3s version v1.31.5+k3s1 (56ec5dd4) go version go1.22.10 $ helm version version.BuildInfo{Version:"v3.17.1", GitCommit:"980d8ac1939e39138101364400756af2bdee1da5", GitTreeState:"clean", GoVersion:"go1.23.5"} $ helm install arc --kubeconfig /etc/rancher/k3s/k3s.yaml --namespace "arc" --create-namespace oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controllerDescribe the bug
helm installproduces the following warning:This should be a bug since no such environment variable is and the new listener is installed. This should be trivial to check for instead of outputting this unconditionally.
Describe the expected behavior
No warning is displayed.
Additional Context
Controller Logs
Runner Pod Logs