open-nomad/client
Tim Gross 8ce201854a
client: recreate script checks on Update (#6265)
Splitting the immutable and mutable components of the scriptCheck led
to a bug where the environment interpolation wasn't being incorporated
into the check's ID, which caused the UpdateTTL to update for a check
ID that Consul didn't have (because our Consul client creates the ID
from the structs.ServiceCheck each time we update).

Task group services don't have access to a task environment at
creation, so their checks get registered before the check can be
interpolated. Use the original check ID so they can be updated.
2019-09-05 11:43:23 -04:00
..
allocdir connect: add unix socket to proxy grpc for envoy (#6232) 2019-09-03 08:43:38 -07:00
allochealth connect: add group.service stanza support 2019-07-31 01:04:05 -04:00
allocrunner client: recreate script checks on Update (#6265) 2019-09-05 11:43:23 -04:00
allocwatcher
config clientConfig.Copy() to copy template config too 2019-08-23 18:43:22 -04:00
consul support script checks for task group services (#6197) 2019-09-03 15:09:04 -04:00
devicemanager initialize device manager stats interval 2019-08-23 14:58:34 -04:00
fingerprint fingerprint: Add backwards compatibility comment 2019-09-04 17:38:35 +02:00
interfaces
lib ar: plumb client config for networking into the network hook 2019-07-31 01:04:06 -04:00
logmon logmon: log stat error to help debugging 2019-08-26 10:10:20 -04:00
pluginmanager implement client endpoint of nomad exec 2019-05-09 16:49:08 -04:00
servers client: drop unused DC field from servers list 2019-05-20 14:19:15 -07:00
state
stats
structs remove generated code and change version to 0.10.0 2019-07-30 15:56:05 -05:00
taskenv fix qemu and update docker with tests 2019-09-04 11:27:51 -04:00
testutil connect: task hook for bootstrapping envoy sidecar 2019-08-22 08:15:32 -07:00
vaultclient
acl.go aux: helper method that returns token as well as ACL policy 2019-04-30 10:23:56 -04:00
acl_test.go
alloc_endpoint.go client config flag to disable remote exec 2019-06-03 15:31:39 -04:00
alloc_endpoint_test.go client config flag to disable remote exec 2019-06-03 15:31:39 -04:00
alloc_watcher_e2e_test.go
client.go Add node "status" and "scheduling eligibility" tags to client metrics (#6130) 2019-09-03 12:11:11 -04:00
client_stats_endpoint.go
client_stats_endpoint_test.go
client_test.go rename to hasLocalState, and ignore clientstate 2019-08-28 11:44:48 -04:00
driver_manager_test.go tests: fix data race in client TestDriverManager_Fingerprint_Periodic 2019-05-21 09:49:56 -04:00
fingerprint_manager.go
fingerprint_manager_test.go
fs_endpoint.go implement client endpoint of nomad exec 2019-05-09 16:49:08 -04:00
fs_endpoint_test.go Infer content type in alloc fs stat endpoint 2019-06-28 20:31:28 -05:00
gc.go
gc_test.go
node_updater.go
rpc.go implement client endpoint of nomad exec 2019-05-09 16:49:08 -04:00
rpc_test.go
testing.go
util.go client: defensive against getting stale alloc updates 2019-06-29 04:17:35 -05:00
util_test.go