-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Support extended pod logging options #13780
Conversation
@kubernetes/kube-api for api review (on proposal #12447) @kubernetes/goog-cluster for logging, and @kubernetes/rh-cluster-infra |
cfdf793
to
7073f32
Compare
GCE e2e build/test passed for commit cfdf793aef23c99a010081fae2a37c94182c1031. |
GCE e2e build/test passed for commit 7073f328bff5bb7d2ee4cf7dc83e22db85a1da51. |
7073f32
to
cfd8210
Compare
GCE e2e build/test passed for commit cfd8210c6420300f054b3d7b0f00d57f44520155. |
bdf3c79
to
c5a4ae2
Compare
This is ready for review, added to kubectl, e2e test, and additional validation and tests along the way. |
GCE e2e build/test failed for commit bdf3c79bbba79c4c8f48ff30c3c78ee6a01b515a. |
GCE e2e build/test failed for commit c5a4ae2ac3dc90f3345df273b0b8d16766bd62cd. |
You might want a test for the conversion change... here's one I made: master...ironcladlou:convert-mismatched-ptr-types |
c5a4ae2
to
dda6270
Compare
Thanks for the test |
GCE e2e build/test failed for commit dda62706ffcd6af1544a533cdfd976a2e007077e. |
4d673be
to
385ea56
Compare
GCE e2e build/test failed for commit 4d673beced4e56b11d7c2bbb88f87875fdd7aab1. |
GCE e2e build/test failed for commit 385ea568f677c1f564cd436cc7396a2343ca3362. |
GCE e2e build/test passed for commit 881e750d07afa19633098e42607081ca8ba9fbb7. |
GCE e2e build/test passed for commit 881e750d07afa19633098e42607081ca8ba9fbb7. |
Not something we hit before
881e750
to
6d26cf8
Compare
GCE e2e build/test failed for commit 6d26cf830fbdf1c184a52c4b1ca2e237290014bb. |
Shippable is a flake (datarace on etcd), e2e is a flake. Rerunning e2e |
ok to test |
GCE e2e build/test failed for commit 6d26cf830fbdf1c184a52c4b1ca2e237290014bb. |
6d26cf8
to
c2e90cd
Compare
Increase the supported controls on pod logging. Add validaiton to pod log options. Ensure the Kubelet is using a consistent, structured way to process pod log arguments. Add ?sinceSeconds=<durationInSeconds>, &sinceTime=<RFC3339>, ?timestamps=<bool>, ?tailLines=<number>, and ?limitBytes=<number>
GCE e2e build/test passed for commit c2e90cd. |
Shippable was a flake, can someone reapply the LGTM? |
@smarterclayton - did |
Also kicked shippable |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit c2e90cd. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Increase the supported controls on pod logging. Add validation to pod log
options. Ensure the Kubelet is using a consistent, structured way to
process pod log arguments.
Fixes #12447