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.
- 25 Oct, 2019 1 commit
-
-
Mahmood Ali authored
-
- 24 Oct, 2019 4 commits
-
-
Mahmood Ali authored
Also, add a test case.
-
Omar Khawaja authored
* add nginx to load balancing nav menu and fix bullets * fill out nginx lb guide * formatting * change Nginx to NGINX * add step to verify load balancer config * update docker image and web app output * change Nginx to NGINX in main load balancing page * modify change signal to SIGHUP and add else condition in template stanza to prevent nginx from crashing when no services are available to load balance * add note about external load balancer * clarifications and link to reference architecture
-
Lang Martin authored
-
Buck Doyle authored
As the angle bracket invocation RFC says: > There is no dedicated syntax for passing an "else" block > directly. If needed, that can be passed using the named > blocks syntax. https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#block Unfortunately, using a contextual component doesn’t help as the yield inside that component will still result in content rendering that would show when the source isn’t empty. So we decided to change the interface so you have to check whether the source is empty before using it, which aligns with how list-table works.
-
- 23 Oct, 2019 5 commits
-
-
Lang Martin authored
docs: job volume spec tasks source, not config > source
-
Lang Martin authored
-
Michael Schurter authored
docs: fix links to connect
-
Mahmood Ali authored
driver/docker: ensure that defaults are populated for dangling containers config
-
Charlie Voiselle authored
Added version requirement to new feature guides
-
- 22 Oct, 2019 16 commits
-
-
Michael Schurter authored
-
Charlie Voiselle authored
docs: Added alert to mainpage for new 0.10
-
Charlie Voiselle authored
-
Michael Schurter authored
Merge 0.10.0 release branch back into master
-
Michael Schurter authored
docs: remove link to 0.10.0-rc1
-
Michael Schurter authored
-
Charlie Voiselle authored
Co-Authored-By:
Michael Schurter <mschurter@hashicorp.com>
-
Charlie Voiselle authored
-
Michael Schurter authored
-
Michael Schurter authored
docs: bump to Nomad 0.10.0
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Nomad Release bot authored
-
Mahmood Ali authored
This reverts commit 482862e6.
-
Mahmood Ali authored
-
- 21 Oct, 2019 7 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Michael Schurter authored
Fixes #6375 Intentionally omitted IPs prior to 0.10.0 release to minimize changes and risk.
-
Michael Schurter authored
client: expose group network ports in env vars
-
Michael Schurter authored
Fixes #6375 Intentionally omitted IPs prior to 0.10.0 release to minimize changes and risk.
-
Danielle authored
Update link to new blog
-
Matthias Endler authored
-
- 18 Oct, 2019 7 commits
-
-
Mahmood Ali authored
Looks like we may need to pass default literal at each layer to be able, so defaults are set properly.
-
Mahmood Ali authored
docker: periodically reconcile containers
-
Mahmood Ali authored
-
Mahmood Ali authored
Other labels aren't strictly necessary here, and we may follow up with a better way to customize.
-
Mahmood Ali authored
Use golang 1.12.12
-
Mahmood Ali authored
driver.SetConfig is not appropriate for starting up reconciler goroutine. Some ephemeral driver instances are created for validating config and we ought not to side-effecting goroutines for those. We currently lack a lifecycle hook to inject these, so I picked the `Fingerprinter` function for now, and reconciler should only run after fingerprinter started. Use `sync.Once` to ensure that we only start reconciler loop once.
-
Michael Schurter authored
Append the Docker image sha to the Envoy image to ensure users default to using the version that Nomad was tested against.
-