-
Notifications
You must be signed in to change notification settings - Fork 261
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
🌱 ci: bump flatcar to latest major stable #1524
🌱 ci: bump flatcar to latest major stable #1524
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/test pull-cluster-api-provider-openstack-e2e-test |
c3de32a
to
bfd07a6
Compare
Looks like kubelet didn't come up on the control plane node? https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1524/pull-cluster-api-provider-openstack-e2e-test/1648225742087000064/artifacts/clusters/bootstrap/resources/e2e-njpkyi/Machine/cluster-e2e-njpkyi-control-plane-cp49m.yaml
We're missing logs from this server: https://gcsweb.k8s.io/gcs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1524/pull-cluster-api-provider-openstack-e2e-test/1648225742087000064/artifacts/clusters/bootstrap/instances/e2e-njpkyi/cluster-e2e-njpkyi-control-plane-nj7m9/ Compare and contrast with: Are those logs normally there for flatcar runs? i.e. Do we need to fix the missing logs to determine the problem, or are the missing logs a symptom of the problem? |
@mdbooth I'll try to repro this afternoon - but seeing this:
makes me think that the bastion is not even able to SSH into the instance; might be an issue with provisioning ? |
@mdbooth ah... I think I know. This provisioning thing can only be an Ignition issue and looking at my command history, it seems I locally built the image without |
/test pull-cluster-api-provider-openstack-e2e-test |
@@ -138,7 +138,7 @@ | |||
# https://docs.openstack.org/glance/latest/admin/quotas.html | |||
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/cirros/2022-12-05/cirros-0.6.1-x86_64-disk.img | |||
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2023-01-14/focal-server-cloudimg-amd64.img | |||
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3374.2.5-kube-v1.25.6.img | |||
/opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/tormath1-flatcar/flatcar-stable-3510.2.0-kube-v1.25.8.img |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests pass. Shall I upload this to the staging bucket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have the access yes please!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I just went ahead and did it. It's available at https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3510.2.0-kube-v1.25.8.img
Signed-off-by: Mathieu Tortuyaux <[email protected]>
bfd07a6
to
1cbe68d
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth, tormath1 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 |
/unhold |
/lgtm |
What this PR does / why we need it: This PR brings the new Flatcar stable version in the CI - for now it runs from a non-official bucket, just for running the tests.
Special notes for your reviewer: Hello @tobiasgiese, any chance to upload the image on the dedicated bucket please?
TODOs:
/hold