You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2023. It is now read-only.
Now that Australis is able to launch rudimentary jobs, including launching jobs with Thermos support, as well as creating Job updates, it is not lacking any feature versus the python 2 client that is critical.
It should be noted that Australis and the python 2 client have different goals. Australis is not meant to be used for complex, templated style jobs. For such goals it's preferable to use gorealis and store the job configuration as code.
Australis is more of a Swiss army knife for Aurora Scheduler cluster administrators and scheduler developers who need to run quick jobs to test features.
Added ability to create jobs which contain an executorless docker container.
Sla-aware draining sub-command has been simplified. Instead of having a count/percentage
subcommand, it now has a flag for each of these options. The count and percentage flag are
mutually exclusive, and one of them has to be set.