-
Notifications
You must be signed in to change notification settings - Fork 638
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
GCP: label resources for better cost controlling #2588
Comments
Just for letting you know: There is a pull request for adding this functionality: #2589 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The GCP labeling being added #2853 (comment) appears to be done at the Google Lifesciences Pipeline level, for this to apply to the GCP VMs for cost monitoring this needs to be done at the VirtualMachine.labels level. I believe instead this should be applied instead or in addition at the Resource/VirtualMachine level. Lines 195 to 199 in 58be212
|
New feature
Hi everyone!
For our use within the company we need to be able to separate costs for different runs. The one possibility is doing that over different projects, but we are doing that by using google resource labels.
Usage scenario
(What's the main usage case and the deployment scenario addressed by this proposal)
Suggest implementation
Only few modifications are needed. We just had to implement a new configuration item for "google" executor where the labels can be defined. Afterwards these labels just have to be applied to runPipeline method and to VirtualMachine object in createResources method
The text was updated successfully, but these errors were encountered: