-
Notifications
You must be signed in to change notification settings - Fork 979
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
Filter well known labels and annotations #1253
Filter well known labels and annotations #1253
Conversation
Im not sure this as exhaustive as the tolerations PR but i gave this a 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.
This looks good @DrFaust92 – just need to do a replace all to fix the grammar in the docs.
Actually, looks like we're missing a few: https://github.com/kubernetes/api/blob/9b64426eca51a74faa7cc9bd732a533d339c69c2/core/v1/types.go#L291 |
We also need to update the unit test for the |
I did a grep, this is all of 'em:
|
cf5458e
to
cc96fd5
Compare
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 @DrFaust92!
kubernetes/structures.go
Outdated
api.TaintNodeNetworkUnavailable: "", | ||
api.TaintNodePIDPressure: "", | ||
|
||
// Secrete Types |
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.
Actually I don't think we need these, because they go in the type
field for Secret.
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.
removed
Co-authored-by: John Houston <jrhouston@users.noreply.github.com>
019607b
to
a3e4bd6
Compare
Fix perpetual diffs introduced in PR #1253
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Closes #722
Community Note