-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Add AGE column to our CRDs #5180
Conversation
Hi @Jont828. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
@Jont828 Looks good. Can you please also add the column to: (those are the remaining two CRDs which also already have
I wonder if it makes sense to add the column to all our CRDs, even when they currently don't have
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm apart addressing comment about description (if there is agreement for it)
+1 to add AGE to all CRDs
Note: apart for ClusterClass that should be included in this PR, It will be ok to address other API types in follow up PRs given that we track the missing bits in a issue
Let's also add AGE to Docker provider CRDs (either in this PR or in a later one) |
@Jont828 Thx. There's one last additional one ( @fabriziopandini We have two MachinePool YAMLs in |
@sbueringer Jonathan and I found the issue with the dockermachinepool kubebuilder generation when looking at this, I believe he's going to open a separate PR to fix it (the groupName kubebuilder comment is wong in groupversion_info.go). For now excluding dockermachinepools from this change because generation isn't working until we fix the above issue. |
Yep, as Cecile mentioned, I'm going to create a separate PR after this to fix the bug with dockermachinepools and add the age to it. |
Do all the changes look good? If so, I'll squash and get ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
lgtm And thx for taking care of this :). I was going mad debugging weird bugs in the ClusterClass topology controller without the age column, it's very helpful!! |
Np, happy to help! I just squashed everything into one commit. Hopefully everything passes and we're good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This adds the AGE column to all our CRDs to make the printed output consistent with the built in K8s resources. Keeping things consistent with CAPI# kubernetes-sigs/cluster-api#5180
This adds the AGE column to all our CRDs to make the printed output consistent with the built in K8s resources. Keeping things consistent with CAPI# kubernetes-sigs/cluster-api#5180
This adds the AGE column to all our CRDs to make the printed output consistent with the built in K8s resources. Keeping things consistent with CAPI# kubernetes-sigs/cluster-api#5180
This adds the AGE column to all our CRDs to make the printed output consistent with the built in K8s resources. Keeping things consistent with CAPI# kubernetes-sigs/cluster-api#5180
This adds the AGE column to all our CRDs to make the printed output consistent with the built in K8s resources. Keeping things consistent with CAPI# kubernetes-sigs/cluster-api#5180
This adds the AGE column to BMH CRDs to make the printed output consistent with the built in K8s resources. Keeping things consistent with CAPI# kubernetes-sigs/cluster-api#5180
What this PR does / why we need it: This adds the AGE column to all our CRDs to make the printed output consistent with the built in K8s resources.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #5159