mirror of https://github.com/helm/helm
k8s client-go closes the ready channel that's passed in (see https://github.com/kubernetes/client-go/blob/master/tools/portforward/portforward.go#L171) This means that Tunnel's Close will always panic, as the client-go library will have closed then channel. This isn't reproducible unless helm.Client is externally, as the helm cli runner doesn't actually invoke Close.pull/3157/head
parent
e54fc472b8
commit
279e3f6130
Loading…
Reference in new issue