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

[bug] make panic error when go version is 1.22 #108

Open
kissycn opened this issue Aug 15, 2024 · 2 comments
Open

[bug] make panic error when go version is 1.22 #108

kissycn opened this issue Aug 15, 2024 · 2 comments

Comments

@kissycn
Copy link

kissycn commented Aug 15, 2024

After the version is upgraded to 1.22, make prompts a panic error. The main reason is a bug in controller-gen.
Bug Address
This bug requires upgrading controller-tools to 1.44, but this will cause a series of unknown risks, such as the k8s version will be upgraded to 1.29, controller-runtime will also be affected, etc.

@FogDong
Copy link
Member

FogDong commented Aug 15, 2024

Thank you for the report. I believe our controller-tools is quite outdated and may need an update.
The Kubernetes version also needs to be updated, but currently, the community is short-handed. Would you be interested in taking on the task of upgrading these components?

@kissycn
Copy link
Author

kissycn commented Aug 21, 2024

@FogDong
Yes, I am trying to upgrade the k8s component version to 0.29.x, but there is a more serious problem: the apiserver-runtime of the cluster-gateway component only supports k8s stability up to 0.26.x and 0.27.x has not been verified. Currently, the apiserver-runtime is stagnant. However, cluster-gateway is a core component, and other templates will depend on it, so if the community has other solutions. Let's discuss it together.

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

No branches or pull requests

2 participants