From 6b85aed1d6e71d74b2e704d7f8d5280799a064c5 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Mon, 13 Aug 2018 16:34:49 -0700 Subject: [PATCH] apiserver: pass the parent request context when creating InputStream This ensures that request cancellation will be propagated properly to the client used to create the stream. Without this fix, the apiserver and the kubelet may leak resources (e.g., goroutine, inotify watches). One such example is that if user run `kubectl logs -f