Skip to content
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

Bump kind to v0.11.1 #313

Merged
merged 2 commits into from
Aug 9, 2021
Merged

Bump kind to v0.11.1 #313

merged 2 commits into from
Aug 9, 2021

Conversation

croomes
Copy link
Contributor

@croomes croomes commented Aug 5, 2021

kube-proxy on clusters created with kind < v0.11.0 on linux 5.12.2 and later will fail to start, leading to the k8s network not becoming ready.

This was fixed in kubernetes-sigs/kind#2240. More details in that issue.

We're seeing this error on Github Actions pipelines but also on my desktop where I've confirmed bumping the kind dependency solves the issue.

Logs from kube-proxy:

2021-08-05T15:47:52.493120785Z stderr F I0805 15:47:52.492941       1 node.go:172] Successfully retrieved node IP: 172.18.0.2
2021-08-05T15:47:52.493255186Z stderr F I0805 15:47:52.493206       1 server_others.go:142] kube-proxy node IP is an IPv4 address (172.18.0.2), assume IPv4 operation
2021-08-05T15:47:52.503941149Z stderr F I0805 15:47:52.503899       1 server_others.go:185] Using iptables Proxier.
2021-08-05T15:47:52.5041231Z stderr F I0805 15:47:52.504095       1 server.go:650] Version: v1.20.5
2021-08-05T15:47:52.504379012Z stderr F I0805 15:47:52.504351       1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_max' to 524288
2021-08-05T15:47:52.504387002Z stderr F F0805 15:47:52.504371       1 server.go:495] open /proc/sys/net/netfilter/nf_conntrack_max: permission denied

go mod tidy produced more changes than I was expecting.

@kensipe
Copy link
Member

kensipe commented Aug 9, 2021

@croomes thank you so much for this! In the future we really appreciate if you sign you commits for DCO... in this case, in review the changes are from the community and are only dependency reference changes (and not contributions which could be questionable) and thus are fine. Really appreciate your help in making kuttl better!

Copy link
Member

@kensipe kensipe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kensipe kensipe merged commit 25776a2 into kudobuilder:main Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants