-
Notifications
You must be signed in to change notification settings - Fork 119
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 the rke2 charts to v3.19.2 #642
Conversation
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.
LGTM, waiting on @kinarashah to approve
channels-rke2.yaml
Outdated
@@ -97,10 +97,10 @@ releases: | |||
version: v3.13.300-build2021022306 | |||
rke2-calico: | |||
repo: rancher-rke2-charts | |||
verion: v3.19.1-105 | |||
verion: v3.19.2-201 |
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.
Oh wait, why does this say verion instead of version. Is that a bug?
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 catch! I did not see that. Let me change it too
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 like it was introduced in 9b7f59b.
I'm not sure if there are any other repercussions for this, so maybe we should double check with the rest of the team. Could be related to an open issue?
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.
I'd expect that calico does not deploy correctly but I haven't tested deploying from Rancher. You tested it when you created this issue rancher/rke2#1541, right?
Signed-off-by: Manuel Buil <[email protected]>
Signed-off-by: Manuel Buil <[email protected]>
6f70bc1
to
230dfce
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.
LGTM
This update fixes the issue with the ClusterIP by disabling VXLAN tunnel checksum offload on kernels <v5.7. Works around projectcalico/calico#3145.
Signed-off-by: Manuel Buil [email protected]