-
Notifications
You must be signed in to change notification settings - Fork 971
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
feat: Volcano Supports K8s v1.31 #3767
feat: Volcano Supports K8s v1.31 #3767
Conversation
Welcome @vie-serendipity! |
great job! |
/ok-to-test |
I'll fix these issues to pass the test. |
You can also refer to 1.30 adaptation #3556 : ) |
1754291
to
d50b35b
Compare
@@ -24,9 +24,10 @@ import ( | |||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |||
"k8s.io/component-helpers/storage/volume" | |||
"k8s.io/klog/v2/ktesting" | |||
"k8s.io/kubernetes/pkg/scheduler/util/assumecache" |
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.
Thanks for your contribution!are volumebinding codes synced from k8s?
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.
done
Please notice that to keep API compatibility,we should modify the code |
@Monokaix Thanks for your comment, I've already updated the volume binding-related code and changed v1 to v1beta1. |
f0bdf2b
to
7cd5545
Compare
Please update the task lists in description: ) |
/lgtm |
GO111MODULE="on" go install sigs.k8s.io/kind@v0.23.0 | ||
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.30.1/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl | ||
GO111MODULE="on" go install sigs.k8s.io/kind@v0.24.0 | ||
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.31.0/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl |
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.
why downgrade this
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.
seems no downgrade: )
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.
Sorry I misread it.
please squash your commit |
7cd5545
to
eb5c068
Compare
@hwdef I've already squashed them into four, do I need to squash my commits directly into one? |
/lgtm |
eb5c068
to
97aee0d
Compare
Signed-off-by: vie-serendipity <2733147505@qq.com> feat: solve problems that arise after adaptation Signed-off-by: vie-serendipity <2733147505@qq.com>
Signed-off-by: vie-serendipity <2733147505@qq.com>
…ntroller gen Signed-off-by: vie-serendipity <2733147505@qq.com> feat: upgrade version of kind and kubectl feat: upgrade controller-gen to 0.16.4 and make manifests Signed-off-by: vie-serendipity <2733147505@qq.com> feat: upgrade apis and update readme Signed-off-by: vie-serendipity <2733147505@qq.com>
Signed-off-by: vie-serendipity <2733147505@qq.com> feat: add capacityCheckEnabled back Signed-off-by: vie-serendipity <2733147505@qq.com> feat: remove klog 1.0 Signed-off-by: vie-serendipity <2733147505@qq.com>
97aee0d
to
efc379c
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Monokaix 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 |
/lgtm |
I split the content into four commits.
I have two tasks to be completed.