Skip to content

AutoscalingRunnerSet additional printer columns mismatch actual status #4463

@ordovicia

Description

@ordovicia

Checks

Controller Version

0.14.1

Deployment Method

Helm

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions).
  • I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes

To Reproduce

N/A

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

None

Controller Logs

N/A

Runner Pod Logs

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggha-runner-scale-setRelated to the gha-runner-scale-set mode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions