actions-runner-controller icon indicating copy to clipboard operation
actions-runner-controller copied to clipboard

Sanitize label ends in hyphen, underbar, and dot

Open and-es opened this issue 1 year ago • 0 comments

Fixes #3663

The error occurs because a label must start and end with an alphanumeric character in kubernetes(see: https://github.com/kubernetes/kubernetes/blob/9b7a839bde763575af3406158115b16cff513274/staging/src/k8s.io/apimachinery/pkg/util/validation/validation.go#L166)

and-es avatar Jul 16 '24 11:07 and-es