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

Error for operator scheduler #162

Closed
jjsimps opened this issue Nov 9, 2022 · 2 comments
Closed

Error for operator scheduler #162

jjsimps opened this issue Nov 9, 2022 · 2 comments

Comments

@jjsimps
Copy link
Contributor

jjsimps commented Nov 9, 2022

I get the following error while deploying operator chart (1.3.0) with scheduler enabled. There's a crashloopbackoff when trying to bring up the pods

Error: unknown flag: --scheduler-name

It seems like that flag might have been removed/deprecated for the latest kube-scheduler version change

For now I had to set

image:
  kubeScheduler:
    image: k8s.gcr.io/kube-scheduler:v1.18.8

In order to be able to deploy it successfully

@MegaByte875
Copy link
Contributor

@jjsimps We use PodTopologySpreadConstraints as the default schedule policy, if the scheduler disabled, create nebula cluster will not be blocked.

@jjsimps
Copy link
Contributor Author

jjsimps commented Nov 10, 2022

Ah I see. If I don't need it then I won't use it. Thanks!

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