Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

expect ip a to show link in up state #1201

@egernst

Description

@egernst

When executing sudo docker run --runtime=kata-runtime alpine sh -c " ip a", I would expect to see the link state to be up. This is not the case. If you add a sleep 1 before executing ip a, ex: sudo docker run --runtime=kata-runtime alpine sh -c " sleep 1; ip a", the link is up as expected. Similarly, if I start an interactive terminal for a clear container, the link is in up state as expected.

Original issue, which can still be reproduced:
clearcontainers/runtime#885

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behaviour

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions