diff --git a/client/allocrunner/taskrunner/remotetask_hook.go b/client/allocrunner/taskrunner/remotetask_hook.go index 94105639049..edbbda48b62 100644 --- a/client/allocrunner/taskrunner/remotetask_hook.go +++ b/client/allocrunner/taskrunner/remotetask_hook.go @@ -16,6 +16,7 @@ var _ interfaces.TaskPrestartHook = (*remoteTaskHook)(nil) var _ interfaces.TaskPreKillHook = (*remoteTaskHook)(nil) // remoteTaskHook reattaches to remotely executing tasks. +// Deprecated: remote tasks drivers are no longer developed or supported. type remoteTaskHook struct { tr *TaskRunner