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

Operator is broken for K8s v1.28 and later #5462

Open
emchristiansen opened this issue Dec 14, 2023 · 1 comment
Open

Operator is broken for K8s v1.28 and later #5462

emchristiansen opened this issue Dec 14, 2023 · 1 comment

Comments

@emchristiansen
Copy link

apiVersion: kubescheduler.config.k8s.io/v1beta2 was removed in v1.28.

But, the current code uses it here:

apiVersion: kubescheduler.config.k8s.io/v1beta2

So, please bump the version!

@csuzhangxc
Copy link
Member

you could skip the deployment of tidb-scheduler (with .scheduler.create=false) to workaround this, also ref #5458.

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