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

[release-1.11] server: serve streaming on localhost on a random port #1715

Merged

Commits on Sep 14, 2018

  1. server: serve streaming on localhost on a random port

    Signed-off-by: Antonio Murdaca <runcom@redhat.com>
    runcom committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    2fdd6db View commit details
    Browse the repository at this point in the history
  2. server: ignore server closed error

    no harm in ignoring this error, it comes from the underlying kube
    stream server and we have no power on it as we don't own the listener
    (containerd/cri also ignores it)
    
    Signed-off-by: Antonio Murdaca <runcom@redhat.com>
    runcom committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    207ee60 View commit details
    Browse the repository at this point in the history