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

how to set environment deployment params #2832

Open
BTYHunter opened this issue Sep 4, 2023 · 0 comments
Open

how to set environment deployment params #2832

BTYHunter opened this issue Sep 4, 2023 · 0 comments

Comments

@BTYHunter
Copy link

BTYHunter commented Sep 4, 2023

Is your feature request related to a problem? Please describe.
Is there any approach to set environment params on environment deployment like volumes volumeMounts nodeSelector. For instance, I want to set nodeSelector to running function PODs on certain kubernetes nodes, and mount volumes on function PODS.

Describe the solution you'd like
My solution is to edit environment deployment yaml after the environment is created. But somehow the environment deployment may restart, and then all of my configrations will lost say nodeSelector volumes, and I must edit deployment again.

Can we make this feature by fission CLI say fission env create --propery nodeSelector:noderole: ABC

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

1 participant