-
Notifications
You must be signed in to change notification settings - Fork 900
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 kind to 0.15 to support deploy k8s 1.25 environment #2551
Conversation
043eb64
to
46c7796
Compare
@@ -4,8 +4,6 @@ networking: | |||
disableDefaultCNI: {{disable_cni}} | |||
podSubnet: {{pod_cidr}} | |||
serviceSubnet: {{service_cidr}} | |||
featureGates: |
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.
This feature is enabeled to be true by default after 1.19, so it's ok, ref to: https://v1-23.docs.kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
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.
good!
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.
That means we don't need this flag, right? Since our E2E are started to v1.21.
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.
Yes, we don't need it, it's enabled by default
5aea634
to
ac51da3
Compare
ac51da3
to
58e302b
Compare
032273a
to
eeab487
Compare
Signed-off-by: jwcesign <jiangwei115@huawei.com>
eeab487
to
4f1436d
Compare
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~
/lgtm
Could you state the reason for upgrading metalb
in the comments? Just for the record.
/cc @RainbowMango |
The metallb version is v0.12.1 before, it‘s not compatible with k8s v1.25; only the newest version(v0.13.5) metallb does, also:
|
/kind cleanup |
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.
Good Job!
/approve
@@ -4,8 +4,6 @@ networking: | |||
disableDefaultCNI: {{disable_cni}} | |||
podSubnet: {{pod_cidr}} | |||
serviceSubnet: {{service_cidr}} | |||
featureGates: |
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.
That means we don't need this flag, right? Since our E2E are started to v1.21.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
Signed-off-by: jwcesign jiangwei115@huawei.com
What type of PR is this?
Update E2E environment to k8s v1.25
/kind failing-test
What this PR does / why we need it:
Add test k8s 1.25 test
Which issue(s) this PR fixes:
none
tests:
Special notes for your reviewer:
none
Does this PR introduce a user-facing change?: