kubernetes/pkg
Kubernetes Submit Queue a644c8f968 Merge pull request #43775 from wongma7/subpath
Automatic merge from submit-queue

Create subPaths and set their permissions like we do mountPaths

fixes https://github.com/kubernetes/kubernetes/issues/41638

If a subPath does not exist at the time MountVolume.Setup happens, SetVolumeOwnership will not have walked to the subPath and set appropriate permissions on it, leading to the above issue

So later, at makeMounts when we are parsing subPaths, let's create all subPaths and set their permissions according to how the parent mountPath looks.

```release-note
NONE
```
2017-03-30 01:15:50 -07:00
..
api Merge pull request #38741 from sandflee/validate-activeDeadline 2017-03-29 14:53:13 -07:00
apimachinery/tests API 2017-02-28 23:05:40 -08:00
apis Merge pull request #38741 from sandflee/validate-activeDeadline 2017-03-29 14:53:13 -07:00
auth Update authn/authz owners and reviewers 2017-01-27 08:55:44 -05:00
bootstrap/api kubeadm: Implement the kubeadm token command fully and move it out of the experimental subsection 2017-02-27 12:56:03 +02:00
capabilities Fix comment for method SetForTests 2017-02-14 17:16:49 +08:00
client Merge pull request #43039 from caesarxuchao/fix-fake-event-search 2017-03-25 18:15:25 -07:00
cloudprovider Merge pull request #43644 from nicksardo/gce-healthchecks 2017-03-29 16:05:25 -07:00
controller Merge pull request #43508 from shiywang/first-deploy 2017-03-29 20:42:31 -07:00
conversion Revert "Remove conversion package" 2017-01-22 15:41:06 -08:00
credentialprovider Remove krousey from some OWNERS files 2017-03-10 11:12:29 -08:00
features Move taint eviction feature flag to feature-gates 2017-03-08 10:04:18 +01:00
fieldpath Merge pull request #34533 from yuexiao-wang/fix-commends 2017-01-30 09:05:22 -08:00
fields move pkg/fields to apimachinery 2017-01-19 09:50:16 -05:00
generated Merge pull request #43312 from deads2k/cli-08-discovery 2017-03-25 22:24:25 -07:00
hyperkube Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
kubeapiserver move legacy insecure options out of the main flow 2017-03-27 14:07:54 -04:00
kubectl Merge pull request #43509 from xilabao/remove-duplicate-in-create-rolebinding 2017-03-29 16:05:23 -07:00
kubelet Merge pull request #43775 from wongma7/subpath 2017-03-30 01:15:50 -07:00
kubemark Simplify proxy config for Services by removing Mux. 2017-03-26 11:07:36 +02:00
labels add back just enough empty packages to allow heapster cycles to succeed 2017-01-17 08:07:30 -05:00
master move legacy insecure options out of the main flow 2017-03-27 14:07:54 -04:00
metrics Update to use proxy subresource consistently 2017-02-13 22:05:00 -05:00
printers Merge pull request #43044 from ncdc/NewPrefixWriter 2017-03-27 08:32:25 -07:00
probe Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
proxy Cleanup proxy/config 2017-03-26 11:07:36 +02:00
quota Unit test quota for nodeport associated with loadbalancer 2017-03-13 11:21:56 -04:00
registry Merge pull request #43622 from deads2k/cli-10-category 2017-03-27 16:08:20 -07:00
routes allow fallthrough handling from go-restful routes 2017-03-21 13:19:28 -04:00
runtime add back just enough empty packages to allow heapster cycles to succeed 2017-01-17 08:07:30 -05:00
security Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00
securitycontext securitycontext: move docker-specific logic into kubelet/dockertools 2017-01-27 12:25:46 -08:00
serviceaccount Move Private Key parsing to k8s.io/client-go/util/cert 2017-02-03 17:41:34 -08:00
ssh use apimachinery packages instead of client-go packages 2017-01-13 14:04:54 -05:00
types add back just enough empty packages to allow heapster cycles to succeed 2017-01-17 08:07:30 -05:00
util Merge pull request #43378 from jsafrane/fix-partition-mount 2017-03-25 21:22:22 -07:00
version genericapiserver: cut off kube pkg/version dependency 2017-01-17 12:34:05 +01:00
volume Use ProviderID to address nodes in the cloudprovider 2017-03-27 23:13:13 -07:00
watch add back just enough empty packages to allow heapster cycles to succeed 2017-01-17 08:07:30 -05:00
BUILD Regenerate everything 2017-03-02 08:56:26 +01:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00