Files
kubernetes/test/e2e
Kubernetes Submit Queue fa750c02be Merge pull request #44570 from liggitt/namespace-icc
Automatic merge from submit-queue

Explicit namespace from kubeconfig should override in-cluster config

Fixes #43662 

If an explicitly specified namespace is read from a kubeconfig file, we should not fall back to in-cluster config

```release-note
kubectl commands run inside a pod using a kubeconfig file now use the namespace specified in the kubeconfig file, instead of using the pod namespace. If no kubeconfig file is used, or the kubeconfig does not specify a namespace, the pod namespace is still used as a fallback.
```
2017-04-21 14:45:23 -07:00
..
2017-04-14 10:40:57 -07:00
2017-04-21 12:14:55 +02:00
2017-04-18 16:51:31 +02:00
2017-03-07 17:15:53 -08:00
2017-04-10 13:55:40 +08:00
2017-01-12 10:21:05 +08:00
2017-03-01 11:52:55 -08:00
2017-01-30 12:46:59 -05:00