Skip to content

Job not getting added to network. #524

@sethlinnkuleuven

Description

@sethlinnkuleuven

It seems that this is not being attached to the 'cluster' network.

[job-service-run "curl-test"]
schedule = */10 * * * *
image = curlimages/curl:8.7.1
command = curl -v ingress_apache:80
network = cluster

gives this error:

curl: (6) Could not resolve host: ingress_apache

while this works fine
docker run --rm -it --network cluster curlimages/curl curl -v ingress_apache:80

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions