Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug o feature that when in network stanza changing mode - nothing happens(expecting restart of task s inside TG)? #7392

Closed
tantra35 opened this issue Mar 20, 2020 · 1 comment · Fixed by #7414

Comments

@tantra35
Copy link
Contributor

Nomad version

0.10.4

Issue

We experiment with network namespaces and initial have follow job definition

job "vault_debug-00"
{
        group test
        {
                count = 1

                network
                {
                        mode = "none"
                }

                task "vault_debug_task_docker"
                {
                    .....
                }

                task "vault_debug_task_exec"
                {
                    .....
                }
        }
}

then we decide to change mode to bridge, and nothing happens, tasks inside task group will have not restarted

@tantra35 tantra35 changed the title Bug o feature that when in network stanza changing mode - nothing happens Bug o feature that when in network stanza changing mode - nothing happens(expected restart of task s inside TG)? Mar 20, 2020
@tantra35 tantra35 changed the title Bug o feature that when in network stanza changing mode - nothing happens(expected restart of task s inside TG)? Bug o feature that when in network stanza changing mode - nothing happens(expecting restart of task s inside TG)? Mar 20, 2020
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants