Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

no option for schedulerName #621

Open
senthil13 opened this issue Sep 26, 2022 · 0 comments
Open

no option for schedulerName #621

senthil13 opened this issue Sep 26, 2022 · 0 comments

Comments

@senthil13
Copy link

We can't use the default-scheduler, but there is no option to select a different option. I specified in my value.yml, but still, the deployment is using the default-scheduler

## ------------------------------------------------------
## Zookeeper
## ------------------------------------------------------
cp-zookeeper:
  schedulerName: strok
  enabled: true
  servers: 3
  heapOptions: "-Xms512M -Xmx512M"
## ------------------------------------------------------
## Kafka
## ------------------------------------------------------
cp-kafka:
  schedulerName: strok
  enabled: true
  brokers: 3

deployment.yaml

  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: default
  serviceAccountName: default

Thanks
Senthil

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant