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.
- 21 Aug, 2019 1 commit
-
-
Michael Schurter authored
Fixes #6041 Unlike all other Consul operations, boostrapping requires Consul be available. This PR tries Consul 3 times with a backoff to account for the group services being asynchronously registered with Consul.
-
- 20 Aug, 2019 19 commits
-
-
Michael Schurter authored
Register connect enabled group services with Consul
-
Michael Schurter authored
-
Tim Gross authored
Adds a check for differences in `job.Diff` so that task group networks and services, including new Consul connect stanzas, show up in the job plan outputs.
-
Michael Schurter authored
Fixes #6042 Add new task group service hook for registering group services like Connect-enabled services. Does not yet support checks.
-
Chris Baker authored
Bump up github.com/hashicorp/go-syslog for better BSD support
-
Chris Baker authored
add node.region to interpolation documentation
-
Chris Baker authored
-
Tim Gross authored
-
Michael Lange authored
UI: Allocation file system explorer
-
Michael Lange authored
-
Michael Lange authored
UI: Use the standard empty message when an fs dir is empty
-
Michael Schurter authored
vendor: update testify to v1.4.0
-
Buck Doyle authored
This lets us turn Mirage logging on without editing any files, which makes it easier to switch between branches.
-
Tim Gross authored
-
Mahmood Ali authored
Block rpc handling until state store is caught up
-
Dmitry authored
-
Dmitry authored
-
Nick Ethier authored
* structs: use seperate SidecarTask struct for sidecar_task stanza and add merge * nomad: merge SidecarTask into proxy task during connect Mutate hook
-
Michael Lange authored
-
- 19 Aug, 2019 5 commits
-
-
Michael Schurter authored
-
Charlie Voiselle authored
link-local addresses can be fingerprinted
-
Tim Gross authored
Adds an example job for Consul Connect integration as well as an annotated example job.
-
Michael Lange authored
UI: Alloc FS: File Viewer
-
Dmitry authored
-
- 18 Aug, 2019 1 commit
-
-
Michael Lange authored
Add a link to the discussion forum on the resources page
-
- 16 Aug, 2019 5 commits
-
-
Charlie Voiselle authored
-
Charlie Voiselle authored
Added note to document that link-local addresses can be fingerprinted in cases where no routable address can be found. Crosslinked to `"fingerprint.network.disallow_link_local"` because they are somewhat related and it is documented at a reasonable distance from this setting.
-
Danielle authored
docker: Fix issue where an exec may never timeout
-
Danielle Lancashire authored
-
Michael Lange authored
-
- 15 Aug, 2019 6 commits
-
-
Charlie Voiselle authored
--payload -> --data for curl; consistent @payload
-
Charlie Voiselle authored
-
Michael Schurter authored
syntax fix; add example for alloc exec -task
-
Lucas BEE authored
NetworkIsolation was left out of the task config when using an external task driver plugin
-
Nick Ethier authored
* nomad: add admission controller framework * nomad: add admission controller framework and Consul Connect hooks * run admission controllers before checking permissions * client: add default node meta for connect configurables * nomad: remove validateJob func since it has been moved to admission controller * nomad: use new TaskKind type * client: use consts for connect sidecar image and log level * Apply suggestions from code review Co-Authored-By:
Michael Schurter <mschurter@hashicorp.com> * nomad: add job register test with connect sidecar * Update nomad/job_endpoint_hooks.go Co-Authored-By:
Michael Schurter <mschurter@hashicorp.com>
-
Tim Gross authored
-
- 14 Aug, 2019 3 commits
-
-
Michael Lange authored
-
Tim Gross authored
Consul Connect must route traffic between network namespaces through a public interface (i.e. not localhost). In order to support testing in dev mode, users needed to manually set the interface which doesn't make for a smooth experience. This commit adds a facility for adding optional parameters to the `nomad agent -dev` flag and uses it to add a `-dev=connect` flag that binds to a public interface on the host.
-
Tim Gross authored
-