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

[pixels-invoker-vhive] support invoking multiple knative service #567

Open
huasiy opened this issue Aug 25, 2023 · 0 comments
Open

[pixels-invoker-vhive] support invoking multiple knative service #567

huasiy opened this issue Aug 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@huasiy
Copy link
Collaborator

huasiy commented Aug 25, 2023

At present, Pixels only specifies a knative service host in the configuration file, which makes it impossible to dynamically configure the VM configuration of the operator. To solve this problem, we can modify the configuration of the vhive client in the configuration file to a list, with the key of each element in list being knative.service and the value including comma separated hostname, port, and VM configuration. VM configuration can be written in the form of 1C,200M, representing one core with 200M memory. For example, a list can be in the following form.

knative.service=pixels.default.192.168.1.240.sslip.io,80,1C,200M
knative.service=pixels2.default.192.168.1.240.sslip.io,80,2C,300M 
@bianhq bianhq changed the title [pixels-invoker-vhive] Support invoking multiple knative service [pixels-invoker-vhive] support invoking multiple knative service Aug 27, 2023
@bianhq bianhq added the enhancement New feature or request label Aug 27, 2023
@bianhq bianhq added this to the Pixels Turbo milestone Aug 27, 2023
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

2 participants