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

Disucussion: change scheduler-name in deployment yaml is not easy to use #45

Closed
yankay opened this issue Jun 16, 2022 · 2 comments
Closed
Labels
good first issue Good for newcomers Stale

Comments

@yankay
Copy link
Member

yankay commented Jun 16, 2022

Change scheduler-name in deployment yaml is not easy to use.

If user want to install wordpress from bitnami, he cannot run

helm install wp -n wp5 community/wordpress  --create-namespace

He should run:

helm install wp -n wp5 community/wordpress --set global.imageRegistry=docker.m.daocloud.io --set schedulerName=hwameistor-scheduler  --set mariadb.schedulerName=hwameistor-scheduler  --create-namespace

The config is very diffcult for user.

@yankay yankay changed the title 必须声明 schedule name change scheduler-name in deployment yaml is not easy to use Jun 16, 2022
@yankay yankay changed the title change scheduler-name in deployment yaml is not easy to use Disucussion: change scheduler-name in deployment yaml is not easy to use Jun 16, 2022
@SSmallMonster SSmallMonster transferred this issue from another repository Jul 14, 2022
@SSmallMonster SSmallMonster added the good first issue Good for newcomers label Jul 14, 2022
@SSmallMonster SSmallMonster pinned this issue Jul 14, 2022
@SSmallMonster
Copy link
Member

@yankay Thanks for your feedback

For now, we will add AdmissionController WebhookConfiguration to solve this question.

@FloatXD FloatXD unpinned this issue Jul 20, 2022
@github-actions
Copy link

This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Stale
Projects
None yet
Development

No branches or pull requests

3 participants