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

Tag-Based Scheduling #774

Open
kcexn opened this issue Feb 1, 2024 · 2 comments
Open

Tag-Based Scheduling #774

kcexn opened this issue Feb 1, 2024 · 2 comments

Comments

@kcexn
Copy link

kcexn commented Feb 1, 2024

Is there a way to configure invokers with Tags using the helm charts?

i.e., as in the tag-based-scheduling in OpenWhisk.

For instance I was thinking of adding user-action pod templates with pod topology constraints to co-locate user-action pods in the same availability zone as its corresponding Invoker when possible. I'd like to be able to add tags to this so that I can force actions to be scheduled in specific zones.

@style95
Copy link
Member

style95 commented Feb 2, 2024

I doubt it.
IIRC, it is only applied to the ansible-based deployment.
To co-locate action pods on the same nodes, we need a k8s-centric way such as labeling nodes and filtering out nodes using such labels at pod creation time, and so on.

@hunhoffe
Copy link
Contributor

hunhoffe commented Feb 2, 2024

I don't think I implemented this at all due to time constraints when I ported over the new scheduler architecture. Here is an issue that I created, hoping someone else would pick up that and related tasks of dedicated invokers: #752

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

3 participants