Skip to content
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

e2e/network: stream pod logs for debugging #124644

Merged
merged 1 commit into from
May 1, 2024

Conversation

aroradaman
Copy link
Member

Intermittent logging to understand the root cause of #123760

  I0501 00:55:58.906442 48549 networking.go:353] ================ start of pod log for netserver-0 ================
  I0501 00:55:58.906541 48549 networking.go:354] 
  		I0430 19:25:28.023397       1 log.go:245] Started HTTP server on port 8083
  		I0430 19:25:28.023548       1 log.go:245] Started UDP server on port  8081
  		I0430 19:25:47.883592       1 log.go:245] GET /healthz
  		I0430 19:25:47.883689       1 log.go:245] GET /healthz
  		I0430 19:25:57.883767       1 log.go:245] GET /healthz
  		I0430 19:25:57.883992       1 log.go:245] GET /healthz
  		I0430 19:25:57.967560       1 log.go:245] GET /hostname
  		I0430 19:25:57.967598       1 log.go:245] hostname: netserver-0
  I0501 00:55:58.906697 48549 networking.go:355] ================ end of pod log for netserver-0 ================

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


/kind flake
/sig network
/release-note-none
/assign @aojea

@k8s-ci-robot k8s-ci-robot added do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. kind/flake Categorizes issue or PR as related to a flaky test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. sig/network Categorizes an issue or PR as relevant to SIG Network. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Apr 30, 2024
@aroradaman
Copy link
Member Author

/release-note-none
/triage accepted

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Apr 30, 2024
@k8s-ci-robot k8s-ci-robot added area/test sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Apr 30, 2024
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 30, 2024
Intermittent logging to understand root cause of
kubernetes#123760

Signed-off-by: Daman Arora <aroradaman@gmail.com>
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented May 1, 2024

@aroradaman: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-e2e-gce-network-policies d70f96f link false /test pull-kubernetes-e2e-gce-network-policies

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@aojea
Copy link
Member

aojea commented May 1, 2024

/lgtm
/approve

the network policy job has the known flake kubernetes-sigs/kube-network-policies#12

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 1, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 55c9d7f104ae8f19cade500865e4880a30bdfd72

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aojea, aroradaman

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 1, 2024
@k8s-ci-robot k8s-ci-robot merged commit b041e54 into kubernetes:master May 1, 2024
19 of 21 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.31 milestone May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/flake Categorizes issue or PR as related to a flaky test. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. release-note-none Denotes a PR that doesn't merit a release note. sig/network Categorizes an issue or PR as relevant to SIG Network. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants