k3s/pkg
Kubernetes Submit Queue afa68cc287
Merge pull request #62886 from msau42/fix-localssd-fsgroup
Automatic merge from submit-queue (batch tested with PRs 62780, 62886). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Only count local mounts that are from other pods

**What this PR does / why we need it**:
In GCE, we mount the same local SSD in two different paths (for backwards compatability).  This makes the fsGroup conflict check fail because it thinks the 2nd mount is from another pod.  For the fsgroup check, we only want to detect if other pods are mounting the same volume, so this PR filters the mount list to only those mounts under "/var/lib/kubelet".

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #62867

**Release note**:

```release-note
NONE
```
2018-04-20 20:06:13 -07:00
..
api remove deprecated ObjectMeta ListOptions DeleteOptions 2018-04-09 21:19:20 +08:00
apis Merge pull request #62857 from enj/enj/i/export_rbac_validation 2018-04-19 21:57:05 -07:00
auth
capabilities
client Merge pull request #62412 from bhcleek/go1.10 2018-04-20 06:22:31 -07:00
cloudprovider Merge pull request #62707 from feiskyer/vmss-standard-lb 2018-04-19 21:57:08 -07:00
controller Merge pull request #62886 from msau42/fix-localssd-fsgroup 2018-04-20 20:06:13 -07:00
credentialprovider
features kubelet: move QOSReserved from experimental to alpha feature gate 2018-04-16 13:08:40 -05:00
fieldpath
generated Update kazel to include openapi tag detection fix 2018-04-17 11:17:03 -07:00
kubeapiserver Merge pull request #62621 from hzxuzhonghu/kube-api-show-deprecated-flags 2018-04-16 12:58:17 -07:00
kubectl Merge pull request #62880 from deads2k/cli-35-io 2018-04-20 17:23:20 -07:00
kubelet Merge pull request #62886 from msau42/fix-localssd-fsgroup 2018-04-20 20:06:13 -07:00
kubemark add nodeport-addresses flag for kube-proxy 2018-02-26 23:48:46 +08:00
master apiserver: enforce shared RequestContextMapper in delegation chain 2018-04-05 14:41:56 +02:00
printers Merge pull request #62642 from ceshihao/kubectl_get_pod_status 2018-04-19 15:54:16 -07:00
probe
proxy fix ipvs delay on sync rules 2018-04-19 17:02:44 +08:00
quota Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node. 2018-03-28 17:24:30 -07:00
registry boring 2018-04-18 09:55:57 -07:00
routes
scheduler Merge pull request #62765 from wgliang/master.pob-name-conflict 2018-04-20 17:23:23 -07:00
security Update generated files. 2018-04-11 18:35:24 +02:00
securitycontext remove unused code in securitycontext 2018-03-29 23:32:48 -07:00
serviceaccount Clean unused error type variable 2018-04-15 14:05:55 +08:00
ssh
util add andyzhangx as Reviewer 2018-04-16 07:13:15 +00:00
version
volume Merge pull request #62886 from msau42/fix-localssd-fsgroup 2018-04-20 20:06:13 -07:00
watch/json
windows/service Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
.import-restrictions
BUILD pkg/api/unversioned related cleanup 2018-03-13 17:20:16 +08:00
OWNERS