mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The allocation network hook was not properly restoring network status from state when the network had previously been setup. This led to missing environment variables, misconfigured hosts file, and resolv.conf when a task was restarted after the nomad agent has restarted. --------- Co-authored-by: Daniel Bennett <dbennett@hashicorp.com>
4 lines
175 B
Plaintext
4 lines
175 B
Plaintext
```release-note:bug
|
|
client: restore task network status on client restart so restarted tasks receive proper networking environment variables, hosts file, and resolv.conf.
|
|
```
|