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.
- 18 Dec, 2020 6 commits
-
-
Chris Baker authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Chris Baker authored
-
Tim Gross authored
Although this behavior is unfortunate, we want to document the existing behavior rather than break backwards compatibility.
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
-
- 17 Dec, 2020 12 commits
-
-
Michael Lange authored
UI: Quietly ignore orphaned allocs in the topo viz
-
Tim Gross authored
-
Michael Lange authored
-
Seth Hoenig authored
consul/connect: enable configuring custom gateway task
-
Seth Hoenig authored
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
Our dnsmasq configuration needs host-specific data that we can't configure in the AMI build. But configuring this in userdata leads to a race between userdata execution, docker.service startup, and dnsmasq.service startup. So rather than letting dnsmasq come up with incorrect configuration and then modifying it after the fact, do the configuration in the service's prestart, and have it kick off a Docker restart when we're done.
-
Seth Hoenig authored
Add the ability to configure the Task used for Connect gateways, similar to how sidecar Task can be configured. The implementation here simply re-uses the sidecar_task stanza, and now gets applied whether connect.sidecar_service or connect.gateway is the thing being defined. In retrospect, connect.sidecar_task could have been more generically named like connect.task to make it a little more re-usable. Closes #9474
-
- 16 Dec, 2020 22 commits
-
-
Mahmood Ali authored
Update HCL2 docs for 1.0.1
-
Mahmood Ali authored
-
Michael Schurter authored
docs: move changelog entry
-
Seth Hoenig authored
-
Mahmood Ali authored
devfs on /dev (devfs, local, nobrowse) /dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse) /dev/disk1s4 on /private/var/vm (apfs, local, journaled, nobrowse) map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse) /dev/disk2s1 on /Volumes/nRF Connect 3.6.1 (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by notnoop) syntax
-
Mahmood Ali authored
This reverts commit 4ad0a882.
-
Mahmood Ali authored
This reverts commit 205a1de6.
-
Michael Schurter authored
docs: release v1.0.1
-
Michael Schurter authored
- Update release date in changelog - Update download version - Update alert banner to not be so specific
-
Michael Schurter authored
docs: add #9625 to changelog
-
Tim Gross authored
When a task is restored after a client restart, the template runner will create a new lease for any dynamic secret (ex. Consul or PKI secrets engines). But because this lease is being created in the prestart hook, we don't trigger the `change_mode`. This changeset uses the the existence of the task handle to detect a previously running task that's been restored, so that we can trigger the template `change_mode` if the template is changed, as it will be only with dynamic secrets.
-
Buck Doyle authored
As suggested in the CircleCI documentation: https://circleci.com/docs/2.0/yarn/
-
Michael Schurter authored
-
Seth Hoenig authored
docs: add two connect entries to changelog
-
Buck Doyle authored
Builds on the main branch have been failing, perhaps due to a corrupt cache.
-
Buck Doyle authored
Co-authored-by:
Mahmood Ali <mahmood@hashicorp.com>
-
Buck Doyle authored
Builds on the main branch have been failing, perhaps due to a corrupt cache.
-
Kris Hicks authored
This removes small differences between the targets, like the statement about what's being built. The CGO/Windows related comments were deleted as being not relevant. See https://github.com/hashicorp/nomad/pull/9643 for context.
-
Kris Hicks authored
Previously, if decoding the job, tasks, or vault portion of the config failed, we would not return an error; it was silently ignored. This also includes a little refactor to reduce some duplication.
-
Tim Gross authored
When we iterate over the interfaces returned from CNI setup, we filter for one with the `Sandbox` field set. Ensure that if none of the interfaces has that field set that we still return an available interface.
-
Mahmood Ali authored
scripts: fail if golang installation fails
-