-
Notifications
You must be signed in to change notification settings - Fork 764
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
remove status field from generated yaml #1739
Conversation
Signed-off-by: shubhindia <shubhindia123@gmail.com>
@shubhindia: The label(s) In response to this:
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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shubhindia The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @shubhindia! |
Signed-off-by: shubhindia <shubhindia123@gmail.com>
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.
Thanks for the PR @shubhindia. I think removing the status should be okay, as it is not really needed. However, You should change the manifests in the e2e tests accordingly in order for the e2e tests to pass successfully. wdyt @cdrage?
f1aa3f8
to
0a4dab5
Compare
Signed-off-by: shubhindia <shubhindia123@gmail.com>
0a4dab5
to
0504cd0
Compare
Yup! Fix the tests please and we can merge this in. I agree that we do not need status in the output. |
PR needs rebase. 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. |
ping @shubhindia |
Acknowledged @AhmedGrati . Will push the changes by Monday. |
closed in favour of #1746 |
/kind feature
What type of PR is this?
Whenever the k8s yamls are generated, since status field is part of APIs, it is being added in the generated yamls, which is fine but should not be there since the objects are not applied yet.
What this PR does / why we need it:
This just adds a simple hack to remove the status field from generated yamls
Which issue(s) this PR fixes:
Fixes #975