This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Apr, 2020 1 commit
-
-
Mahmood Ali authored
Use go mod for github.com/hashicorp/go-bindata/go-bindata and github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs but use `@master` to pull the latest master. These packages don't have release tags so `@master` worksaround it.
-
- 07 Apr, 2020 10 commits
-
-
Mahmood Ali authored
-
Charles Z authored
-
Spencer Owen authored
-
Tim Gross authored
* Node/monolith plugins require root privileges and this wasn't being made super clear. * Node/monolith plugins should always be run as system jobs.
-
Lang Martin authored
-
Michael Schurter authored
ar/bridge_networking: ensure cni configuration is loaded
-
Michael Schurter authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
- 06 Apr, 2020 21 commits
-
-
Nick Ethier authored
tr/service_hook: prevent Update from running before Poststart finish
-
Tim Gross authored
-
Michael Lange authored
UI: Change CSI to Storage and mark it as beta
-
Nick Ethier authored
-
Buck Doyle authored
This closes #7456. It hides the terminal when the job is dead and displays an error when trying to open an exec session for a task that isn’t running. There’s a skipped test for the latter behaviour that I’ll have to come back for.
-
Buck Doyle authored
This closes #7454. It makes use of the existing watchable tools to allow the exec popup sidebar to be live-updating. It also adds alphabetic sorting of task groups and tasks.
-
Drew Bailey authored
add note about query params for filtering
-
Drew Bailey authored
-
Drew Bailey authored
Fixes bug that prevented group shutdown_delay updates
-
Michael Lange authored
UI: CSI Acceptance Tests
-
Drew Bailey authored
-
Drew Bailey authored
-
Tim Gross authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
Group shutdown delay updates were not properly handled in Update hook. This commit also ensures that plan output is displayed.
-
Tim Gross authored
-
Tim Gross authored
The `Job.Deregister` call will block on the client CSI controller RPCs while the alloc still exists on the Nomad client node. So we need to make the volume claim reaping async from the `Job.Deregister`. This allows `nomad job stop` to return immediately. In order to make this work, this changeset changes the volume GC so that the GC jobs are on a by-volume basis rather than a by-job basis; we won't have to query the (possibly deleted) job at the time of volume GC. We smuggle the volume ID and whether it's a purge into the GC eval ID the same way we smuggled the job ID previously.
-
Tim Gross authored
The CSI plugins uses the external volume ID for all operations, but the Client CSI RPCs uses the Nomad volume ID (human-friendly) for the mount paths. Pass the External ID as an arg in the RPC call so that the unpublish workflows have it without calling back to the server to find the external ID. The controller CSI plugins need the CSI node ID (or in other words, the storage provider's view of node ID like the EC2 instance ID), not the Nomad node ID, to determine how to detach the external volume.
-
Tim Gross authored
-
Mahmood Ali authored
Authenticate alloc/exec websocket requests
-
- 05 Apr, 2020 3 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
- 04 Apr, 2020 5 commits
-
-
Michael Lange authored
It was designed to be used this way, but allocationFor has never worked as intended
🤦 -
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-