-
Notifications
You must be signed in to change notification settings - Fork 617
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
Update k3s and test image to ubuntu 22 #2108
Conversation
the error with manila is that the placement api does not start. The error is pretty much same is the used OS ubuntu 20 or ubuntu 22.
so the problem is the version that pip is returning for gpg(?) https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1977645 looks like this issue broken in both ubuntu 20 and 22, plus no fix is released. So we cannot get it working with ubuntu. Same bug exists in debian 10 + 11, its fixed in debian 12 but debian 12 is not available yet in gcp as its experimental. |
/override openstack-cloud-csi-manila-e2e-test |
@zetaab: Overrode contexts on behalf of zetaab: openstack-cloud-csi-manila-e2e-test 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/test-infra repository. |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jichenjc 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 |
* use ubuntu focal * update k3s used in tests * update default version
* use ubuntu focal * update k3s used in tests * update default version
* use ubuntu focal * update k3s used in tests * update default version
* [1.26.4] 1.26.4 release * update kubernetes/kubernetes to 1.26.9 in go.mod * .: bump golang.org/x/net to v0.17.0 Bumping golang.org/x/net in light of CVE-2023-39325 and CVE-2023-44487. * Update k3s and test image to ubuntu 22 (#2108) * use ubuntu focal * update k3s used in tests * update default version * tests: Remove support for preinstalled images This never worked and the image in question is no longer available. Signed-off-by: Stephen Finucane <[email protected]> * Fix tests * Use dl.k8s.io instead of hardcoded GCS URIs (#2240) The `storage.googleapis.com/kubernetes-release` URL is a hard coded path to a GCS bucket location. To allow redirecting and spreading the load across multiple hosting locations, the `dl.k8s.io` URL has been introduced. Signed-off-by: Sean McGinnis <[email protected]> * Add Dockerfile --------- Signed-off-by: Stephen Finucane <[email protected]> Signed-off-by: Sean McGinnis <[email protected]> Co-authored-by: Jesse Haka <[email protected]> Co-authored-by: Stephen Finucane <[email protected]> Co-authored-by: Sean McGinnis <[email protected]>
What this PR does / why we need it:
Which issue this PR fixes(if applicable):
fixes #
Special notes for reviewers:
Release note: