You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when defining a Connect Native service, it is always required to configure the service.task parameter so that Nomad knows which Nomad Task is implementing the Consul Connect Native service. If there is only one task in the Task Group along with the Native enabled Service Definition, we can simply infer that Task name. If the service.task parameter is set and there is only one task, the normal job endpoint validation rules already do the right thing.
The text was updated successfully, but these errors were encountered:
Before, the service definition for a Connect Native service would always
require setting the `service.task` parameter. Now, that parameter is
automatically inferred when there is only one task in the task group.
Fixes#8274
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Currently when defining a Connect Native service, it is always required to configure the
service.task
parameter so that Nomad knows which Nomad Task is implementing the Consul Connect Native service. If there is only one task in the Task Group along with the Native enabled Service Definition, we can simply infer that Task name. If theservice.task
parameter is set and there is only one task, the normal job endpoint validation rules already do the right thing.The text was updated successfully, but these errors were encountered: