k3s/pkg
k8s-merge-robot b7a31ad261 Merge pull request #25690 from fabianofranz/fixes_panic_on_roundtripper_when_tls_under_proxy
Automatic merge from submit-queue

Fixes panic on round tripper when TLS under a proxy

When under a proxy with a valid cert from a trusted authority, the `SpdyRoundTripper` will likely not have a `*tls.Config` (no cert verification nor `InsecureSkipVerify` happened), which will result in a panic. So we have to create a new `*tls.Config` to be able to create a TLS client right after. If `RootCAs` in that new config is nil, the system pool will be used.

@ncdc PTAL 

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-05-20 05:31:42 -07:00
..
admission fully qualify admission resources and kinds 2016-04-26 07:55:33 -04:00
api Merge pull request #25918 from smarterclayton/init_annotation_mutation 2016-05-20 10:25:36 +02:00
apimachinery Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
apis Merge pull request #25243 from smarterclayton/explore_quantity 2016-05-19 16:56:48 -07:00
apiserver Log requests returning TooManyRequests error 2016-05-20 10:18:05 +02:00
auth add user.Info.GetExtra 2016-04-26 15:08:34 -04:00
capabilities
client Merge pull request #25732 from 249043822/249043822-patch-1 2016-05-20 10:29:26 +02:00
cloudprovider Merge pull request #23254 from jsafrane/devel/ulimited-aws-devices 2016-05-19 06:13:42 -07:00
controller Merge pull request #25571 from gmarek/nodecontroller 2016-05-20 05:31:34 -07:00
conversion Remove src and dest version - they are not used (now) 2016-05-12 10:10:35 -04:00
credentialprovider Add ap-northeast-2 2016-05-10 12:03:41 -04:00
fieldpath
fields
genericapiserver kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
healthz
httplog
hyperkube
kubectl Merge pull request #25243 from smarterclayton/explore_quantity 2016-05-19 16:56:48 -07:00
kubelet Add unit test for generateAPIPodStatus for normal containers and init containers 2016-05-19 17:12:29 -07:00
kubemark rkt: Add tests for GarbageCollect(). 2016-05-13 15:13:52 -07:00
labels Make IsValidLabelValue return error strings 2016-05-17 21:36:10 -07:00
master Finish implementing policy API. 2016-05-13 17:27:58 -07:00
metrics Split request_count metric by contentType 2016-05-17 13:34:36 +02:00
probe followup to add http server close method 2016-05-05 12:04:41 +08:00
proxy Merge pull request #25011 from zhouhaibing089/addclose 2016-05-09 22:32:02 -07:00
quota Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
registry Make name validators return string slices 2016-05-18 00:48:01 -07:00
runtime the garbage collector controller 2016-05-15 16:04:19 -07:00
security PSP types 2016-05-11 18:07:35 -04:00
securitycontext retain read only root file system in determineEffectiveSecurityContext 2016-05-11 17:27:20 -04:00
serviceaccount Make name validators return string slices 2016-05-18 00:48:01 -07:00
ssh Merge pull request #24506 from timstclair/ssh 2016-04-19 22:36:44 -07:00
storage Merge pull request #25871 from smarterclayton/retry_on_error 2016-05-19 16:18:18 +02:00
types
ui
util Merge pull request #25690 from fabianofranz/fixes_panic_on_roundtripper_when_tls_under_proxy 2016-05-20 05:31:42 -07:00
version
volume Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
watch Merge pull request #24789 from wojtek-t/use_proper_codec_in_client 2016-05-04 11:00:04 -07:00
OWNERS