-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 47462: strip container id from events #14693
Conversation
/cc @eparis |
[merge][severity:blocker] |
1 similar comment
[merge][severity:blocker] |
come on, rosie! |
Evaluated for origin merge up to c514c83 |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to c514c83 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2400/) (Base Commit: b9d68cb) (PR Branch Commit: c514c83) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1046/) (Base Commit: b70d790) (PR Branch Commit: c514c83) (Extended Tests: blocker) (Image: devenv-rhel7_6378) |
Is this output new in this PR:
? The message for common reason is very confusing. |
@smarterclayton There is a bug in |
So how does user know when some property, like |
@akostadinov - for bandwidth errors, those should be caught in validation. the fact that it is done in annotations and is not a proper resource managed in the core yet leaves this as an advanced use case. if openshift wants to carry special validation code to check those annotations, we can explore the solution that way, but a pod that fails validation should never land on a node. |
xref kubernetes/kubernetes#47462
fixes creation of distinct events in etcd for unhealthy pods.