You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an AGE parameter to AnalysisRun printer columns for ease of viewing
Use Cases
When debugging why a canary rolled back, doing a kubectl get of AnalysisRun returns just the name and status. While the name being composed of the replicaset makes things easier, I found that adding the Age parameter helps tremendously.
The only change we need to make is to add this to the additonalPrinterColumns in the CRD
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
If you are interested in having this change, I'd love to contribute 😄
I added this in my cluster's deployment and it helped the team a lot. This is how it looks:
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
Add an
AGE
parameter toAnalysisRun
printer columns for ease of viewingUse Cases
When debugging why a canary rolled back, doing a
kubectl get
of AnalysisRun returns just the name and status. While the name being composed of the replicaset makes things easier, I found that adding the Age parameter helps tremendously.The only change we need to make is to add this to the
additonalPrinterColumns
in the CRDIf you are interested in having this change, I'd love to contribute 😄
I added this in my cluster's deployment and it helped the team a lot. This is how it looks:
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: