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

k8s driver: add user defined node selector #55

Open
sgotti opened this issue Jul 17, 2019 · 2 comments
Open

k8s driver: add user defined node selector #55

sgotti opened this issue Jul 17, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@sgotti
Copy link
Member

sgotti commented Jul 17, 2019

Add a node selector option to the k8s driver so the k8s scheduler will schedule pods only on k8s nodes matching this selector (the k8s driver already adds a node selector to filter by node architecture: kubernetes.io/arch or beta.kubernetes.io/arch on old k8s version)

@sgotti sgotti added the enhancement New feature or request label Jul 17, 2019
@starkers
Copy link

Yes this is very desirable, another thing I've identified (as important to have) would be an adjustable memory request limit.. that way users can carve out enough RAM to do the operations they need safely and with the guarantees of kubernetes auto-scaling..

I'm about 5 minutes new to the codebase and a week into my first agola deploy but I'm very happy to have a crack at it these.. where would you think is a good place to configure such (optional) tweaks?

BTW, agola is very nice!

@Dan6erbond
Copy link

I have a question related to this - does Agola allow users to specify in their CI templates which arch to be running on? I would like to build Docker images for AMD64 and ARM and couldn't find any relevant docs. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants