Tim Gross
8ff5ea1bee
CSI: no early return when feasibility check fails on eligible nodes ( #13274 )
...
As a performance optimization in the scheduler, feasibility checks
that apply to an entire class are only checked once for all nodes of
that class. Other feasibility checks are "available" checks because
they rely on more ephemeral characteristics and don't contribute to
the hash for the node class. This currently includes only CSI.
We have a separate fast path for "available" checks when the node has
already been marked eligible on the basis of class. This fast path has
a bug where it returns early rather than continuing the loop. This
causes the entire task group to be rejected.
Fix the bug by not returning early in the fast path and instead jump
to the top of the loop like all the other code paths in this method.
Includes a new test exercising topology at whole-scheduler level and a
fix for an existing test that should've caught this previously.
2022-06-07 13:31:10 -04:00
Derek Strickland
12f3ee46ea
alloc_runner: stop sidecar tasks last ( #13055 )
...
alloc_runner: stop sidecar tasks last
2022-06-07 11:35:19 -04:00
James Rasell
c3c10d8c10
e2e: use longer wait in template update triggers to avoid flake. ( #13271 )
2022-06-07 14:49:03 +02:00
James Rasell
f5e78a3791
state: only update index on change when deleting evals. ( #13227 )
...
When deleting evaluations and allocations during a reap event, the
index table entries for evals and allocs was updated irregardless
of whether changes were made.
This change modifies the state logic so that the index table is
only modified when the corresponding table has actually been
modified. Along with matching expected behaviour, this change has
the potential to reduce the number of times blocking queries will
return without any real state change.
2022-06-07 11:56:43 +02:00
Tim Gross
81c70f4973
changelog entry for #12534 ( #13260 )
2022-06-06 16:19:17 -04:00
Kevin Schoonover
544c276128
parse ACL token from authorization header ( #12534 )
2022-06-06 15:51:02 -04:00
Conor Evans
86116a7607
add filebase64 function ( #11791 )
...
Signed-off-by: Conor Evans <coevans@tcd.ie>
2022-06-06 11:58:17 -04:00
dgotlieb
116d78a89c
docs: update warning for gateway listener docs for non-tcp protos
2022-06-06 10:53:01 -04:00
Radek Simko
af4f976516
docs/job-spec: Fix formatting in network page ( #13228 )
2022-06-06 10:14:12 -04:00
dependabot[bot]
b9780b7ee1
build(deps): bump semver-regex from 3.1.3 to 3.1.4 in /website ( #13225 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 09:11:22 -05:00
Radek Simko
9cc71d6665
client/allochealth: add healthy_deadline as context to error messages ( #13214 )
2022-06-06 10:11:08 -04:00
Radek Simko
498819f1a8
docs/docker: fix broken link to bridge mode ( #13221 )
2022-06-06 09:59:36 -04:00
Radek Simko
14227b8297
docs: link to client reqs section for added clarity ( #13215 )
2022-06-06 09:56:29 -04:00
Karan Sharma
9426be01fc
feat: Warn if bootstrap_expect is even number ( #12961 )
2022-06-06 15:22:59 +02:00
Lance Haig
4bf27d743d
Allow Operator Generated bootstrap token ( #12520 )
2022-06-03 07:37:24 -04:00
Luiz Aoqui
50f890a2da
update README Nomad logo ( #13206 )
2022-06-02 19:21:26 -04:00
Huan Wang
7d15157635
adding support for customized ingress tls ( #13184 )
2022-06-02 18:43:58 -04:00
Seth Hoenig
45e8748658
Merge pull request #13205 from hashicorp/b-batch-preempt2
...
core: reschedule evicted batch job when resources become available
2022-06-02 16:32:01 -05:00
Shantanu Gadgil
6cb8c95534
fingerprint kernel architecture name ( #13182 )
2022-06-02 15:51:00 -04:00
Seth Hoenig
0692190e12
core: reschedule evicted batch job when resources become available
...
This PR fixes a bug where an evicted batch job would not be rescheduled
once resources become available.
Closes #9890
2022-06-02 14:04:13 -05:00
Seth Hoenig
0399b7e4c5
Merge pull request #12951 from jorgemarey/f-srv-tagged-addresses
...
Allow setting tagged addresses on services
2022-06-01 10:51:49 -05:00
Tim Gross
141823da58
website: set dependabot assignees ( #12969 )
...
The website build code has been moved out to another repository, so
what's remaining here is local development tooling. Assign these PRs to
the web platform team, but also cut down on the noise we're sending
their way.
2022-06-01 11:40:32 -04:00
Seth Hoenig
189176f052
consul: avoid reflection in comparing service map types
2022-06-01 10:22:00 -05:00
Tim Gross
6873670dd6
refactor index threshold calculation for core GC jobs ( #13196 )
...
Almost all GC jobs check the index of the objects being GC'd to see if
they're older than a configured threshold. This code was repeated six
times in `CoreScheduler` with only logging changes, so it seems safe
to extract it as its own method.
2022-06-01 11:12:20 -04:00
Seth Hoenig
a26f4578b1
Merge pull request #13194 from hashicorp/update-golangci-lint
...
build: update golangci-lint to v1.46.2
2022-06-01 08:12:44 -05:00
Jason Paul Deland
a6ddee8743
demo/terraform: fix nvidia drivers installation
2022-05-31 20:17:55 -04:00
Seth Hoenig
2b184ef27f
Merge pull request #13193 from hashicorp/build-exclude-go-work-sum
...
build: git ignore go.work.sum files
2022-05-31 19:03:40 -05:00
Seth Hoenig
f2af88b6ae
build: git ignore go.work.sum files
2022-05-31 18:37:49 -05:00
Seth Hoenig
dca954faac
build: update golangci-lint to v1.46.2
...
This version of golangci-lint improves support for generics, but also
is more strict in copy vs. loop for slice copying.
2022-05-31 23:32:01 +00:00
Anthony
d5e084b297
docs: added note about vault -period flag ( #13185 )
2022-05-31 14:26:03 -07:00
Seth Hoenig
54efec5dfe
docs: add docs and tests for tagged_addresses
2022-05-31 13:02:48 -05:00
pabloyoyoista
d0ff73ddbe
docs: add podman ulimit option ( #13180 )
2022-05-31 11:16:46 -04:00
Jorge Marey
f966614602
Allow setting tagged addresses on services
2022-05-31 10:06:55 -05:00
James Rasell
59a4a19a4f
docs: add allocation and job services API endpoint docs. ( #13174 )
2022-05-30 16:15:09 +02:00
Waquid Valiya Peedikakkal
c06edaacc8
docs: add nomad-pipeline to community tools page ( #13172 )
2022-05-30 09:05:38 +02:00
Luiz Aoqui
bb7b44a9ae
docs: add wander to the community tools page ( #13165 )
2022-05-27 11:53:01 -04:00
Toyam Cox
06b934ccf6
docs: make the example for 'load' work ( #13102 )
2022-05-27 08:48:58 -04:00
James Rasell
84aabe8963
cli: fix minor formatting issue with alloc restart help. ( #13135 )
2022-05-27 13:18:47 +02:00
Seth Hoenig
c2ba1e2e29
Merge pull request #13125 from hashicorp/b-connect-upstream-namespace
...
connect: enable setting connect upstream destination namespace
2022-05-26 10:29:11 -05:00
Seth Hoenig
4631045d83
connect: enable setting connect upstream destination namespace
2022-05-26 09:39:36 -05:00
Amier Chery
05274c9c9f
Merge pull request #13083 from josegonzalez/patch-1
...
Update service.check.task definition to match code
2022-05-26 10:38:49 -04:00
Seth Hoenig
9e476c75b8
Merge pull request #13036 from hashicorp/f-update-golang-1.18.2
...
build: update golang version to 1.18.2
2022-05-25 13:32:20 -05:00
Seth Hoenig
069f13a533
git: add go.work to gitignore
2022-05-25 11:15:00 -05:00
Seth Hoenig
f7c0e078a9
build: update golang version to 1.18.2
...
This PR update to Go 1.18.2. Also update the versions of hclfmt
and go-hclogfmt which includes newer dependencies necessary for dealing
with go1.18.
The hcl v2 branch is now 'nomad-v2.9.1+tweaks2', to include a fix for
newer macOS versions: 8927e75e82
2022-05-25 10:04:04 -05:00
Luiz Aoqui
769ff1dcc3
Merge pull request #13109 from hashicorp/merge-release-1.3.1-branch
...
Merge release 1.3.1 branch
2022-05-25 10:45:09 -04:00
Seth Hoenig
10b029a1fd
Merge pull request #13107 from hashicorp/b-docker-test-fixes
...
tests: minor fixes for some docker tests
2022-05-25 09:26:34 -05:00
Seth Hoenig
8af061ffc5
docker: remove dead comment
2022-05-25 09:26:20 -05:00
Seth Hoenig
92685bad63
tests: minor fixes for some docker tests
2022-05-25 08:48:24 -05:00
Seth Hoenig
48e3405cda
Merge pull request #13059 from hashicorp/ci-gha-22.04
...
ci: switch to 22.04 for GHA Core CI tests
2022-05-25 08:44:36 -05:00
Seth Hoenig
626a345fb2
ci: switch to 22.04 LTS for GHA Core CI tests
2022-05-25 08:19:40 -05:00