Checks
Controller Version
0.14.1
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
In #4404, AutoscalingRunnerSet's .status.state field was renamed to .status.phase.
But the additional printer column directive still points to .status.state field, leading to showing empty column always.
|
// +kubebuilder:printcolumn:JSONPath=".status.state",name=State,type=string |
Describe the expected behavior
The printer column should be updated to point to .status.phase field.
Additional Context
Controller Logs
Runner Pod Logs
Checks
Controller Version
0.14.1
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
In #4404, AutoscalingRunnerSet's
.status.statefield was renamed to.status.phase.But the additional printer column directive still points to
.status.statefield, leading to showing empty column always.actions-runner-controller/apis/actions.github.com/v1alpha1/autoscalingrunnerset_types.go
Line 40 in e0feb3b
Describe the expected behavior
The printer column should be updated to point to
.status.phasefield.Additional Context
NoneController Logs
Runner Pod Logs