-
Notifications
You must be signed in to change notification settings - Fork 20
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
Re-enable RKE2 tests for 0.6.0 version, after migration #634
Conversation
I think this was originally disabled because we moved back to CAPD |
It should be possible to bump CAPI to 1.7.0 within the test case itself. Thanks for pointing this out @salasberryfin! |
b9773de
to
820b433
Compare
For some reason the machine replica is not healthy as it is unable to find - lastTransitionTime: "2024-08-15T11:45:47Z"
reason: WaitingForNodeRef
severity: Info
status: "False"
type: NodeHealthy |
Core of the issue seems to be #664. |
This should be unblocked once #666 is merged |
820b433
to
7448e68
Compare
7448e68
to
0f8c8c0
Compare
5e94e8c
0f8c8c0
to
5e94e8c
Compare
Tests are failing due to agent pods getting evicted on the RKE2 cluster: - lastHeartbeatTime: "2024-08-20T15:46:18Z"
lastTransitionTime: "2024-08-20T15:44:05Z"
message: kubelet has disk pressure
reason: KubeletHasDiskPressure
status: "True"
type: DiskPressure |
5e94e8c
to
236c374
Compare
- Use hosted runner to avoid hitting disk pressure Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
236c374
to
62c9091
Compare
#696 is merged now, so retitling the PR and it's description. |
What this PR does / why we need it:
Released version 0.6.0 is not currently tested in rancher turtles.
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:
Checklist: