Configure plans
tip
The format used to define computation time is
PnDTnHnMnS:
P: mandatory first character
nD (optional): number of days (day = 24 hours)
T: required when specifying time (hours, minutes, or seconds)
nH (optional): number of hours
nM (optional): number of minutes
nS (optional): number of seconds with a fractional part
D, H, M, and S can also be passed as d, h, m, and s respectively.
T is used before the first occurrence, if any, of an hour, minute, or second section.
If T is used, it must be followed by at least one section.
Examples:
PT20.345S: 20.345 seconds
PT15M: 15 minutes
PT10H: 10 hours
P2D: 2 days
P2DT3H4M: 2 days, 3 hours and 4 minutes
tip
For Helm-based installations, you can control GPU machine resources by assigning different plans to different users.
Create two instances in the
agentsConfig
variable: one with access to a GPU machine and the other without. Follow the template provided in the file.Create two plans in
agentsConfig
variable:
With two
instanceDurationQuotaMap
parameters specifying quotas for both instancesWith one
instanceDurationQuotaMap
parameter referencing only the instance without access to a GPU machine.As a result, users with the second plan can only use CPU machine resources.
Refer to Manage user groups for information on how to assign configured plans to registered users.
Thanks for your feedback!