From 31d1607a514b62ef46452e402f5438d827314b98 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