Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Basic Task Group count management

Compare
Choose a tag to compare
@jippi jippi released this 15 Dec 16:16
· 903 commits to master since this release

hashi-ui can now manage task group counts for all jobs directly in the UI.

You can scale up / down / stop (setting count = 0) - this is pretty basic stuff, but also the first step into actually modifying your infrastructure, rather than just observing it.

Exciting and scary stuff for me.

If you want hashi-ui to remain a read-only view into Nomad, you can use the NOMAD_READ_ONLY=1 environment variable or --nomad.read-only CLI flags.

I would love feedback from everyone on what other modifications hashi-ui should be able to do, other than full JSON edit (probably a task for tomorrow) - I'm more interested in subtle features in UI in general that could help management of your Nomad cluster in daily operations.


The default mode is for hash-ui treat Nomad as writable


A quick screenshot on how it currently look.

image


I also updated the Nomad SDK to 0.5.2-rc1, so older nomad clusters might be partly functional if any breaking changes was introduced in the SDK.

All changes since 0.6.0