-
Notifications
You must be signed in to change notification settings - Fork 221
[WIP] 🌱 e2e: fix test for workload-upgrade #1556
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
|
/test help |
|
@chrischdi: The specified target(s) for The following commands are available to trigger optional jobs: Use 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-sigs/prow repository. |
|
/test pull-cluster-api-provider-gcp-conformance-ci-artifacts |
1 similar comment
|
/test pull-cluster-api-provider-gcp-conformance-ci-artifacts |
|
@chrischdi those two tests are currently broken, we need to find time to fix it |
That is my plan on this PR :-) |
|
thanks! |
a4a5591 to
f2a4d48
Compare
|
/test pull-cluster-api-provider-gcp-e2e-workload-upgrade |
|
@chrischdi: The following tests failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
|
I it is impossible to debug this further with the current CI. I'd next look at cloud-init / kubelet logs etc for e.g. this machine: k8s-upgrade-and-conformance-fj0afj-control-plane-nxqt8 |
|
Note: maybe shell out to Prior art of commands which help to get output: captureLogs("kubelet.log",
"sudo journalctl", "--no-pager", "--output=short-precise", "-u", "kubelet.service"),
captureLogs("containerd.log",
"sudo journalctl", "--no-pager", "--output=short-precise", "-u", "containerd.service"),
captureLogs("cloud-init.log",
"sudo", "cat", "/var/log/cloud-init.log"),
captureLogs("cloud-init-output.log",
"sudo", "cat", "/var/log/cloud-init-output.log"),
captureLogs("kubeadm-service.log",
"sudo", "cat", "/var/log/kubeadm-service.log"),
captureLogs("pod-logs.tar.gz",
"sudo", "tar", "-czf", "-", "-C", "/var/log", "pods"), |
I think this would be handy to debug things like this for sure! |
f2a4d48 to
b61ad2b
Compare
|
(Note: didn't work ...) |
b61ad2b to
4f33510
Compare
4f33510 to
f3da5fb
Compare
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: