-
Notifications
You must be signed in to change notification settings - Fork 29
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
support Kubernetes 1.31 #288
Conversation
0c09a39
to
053258b
Compare
.github/workflows/e2e.yaml
Outdated
@@ -16,7 +16,7 @@ jobs: | |||
runs-on: "ubuntu-20.04" |
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.
runs-on: "ubuntu-20.04" | |
runs-on: "ubuntu-22.04" |
There are similar changes are required the some files under .github/workflows
.
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.
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.
7593000
to
0740250
Compare
Signed-off-by: Shinya Hayashi <shinya-hayashi@cybozu.co.jp>
Because the e2e test uses its own cluster configration, we should add the same /dev mount setting as the following PR. topolvm/topolvm#949 Signed-off-by: Shinya Hayashi <shinya-hayashi@cybozu.co.jp>
NetworkPolicy manifests should be deleted because they prevent the access to the prometheus-related resources in the e2e test. Signed-off-by: Shinya Hayashi <shinya-hayashi@cybozu.co.jp>
0740250
to
9722ec6
Compare
issue: #278
Signed-off-by: Shinya Hayashi shinya-hayashi@cybozu.co.jp