Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 675f270138 Merge pull request #61460 from feiskyer/host-path
Automatic merge from submit-queue. 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>.

CRI: define the mount behavior when host path does not exist

**What this PR does / why we need it**:

This PR defines the mounting behavior when host path does not exist in CRI. Specifically,

- If the hostPath doesn't exist (e.g. hostPath volume), runtimes should report errors
- If the specified hostPath is a symlink, runtimes should follow the symlink and mount the real destination to the container

**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 #52318

**Special notes for your reviewer**:

**Release note**:

```release-note
CRI: define the mount behavior when host path does not exist: runtime should report error if the host path doesn't exist
```
2018-03-29 16:05:11 -07:00
..
2018-03-27 09:29:35 -07:00
2018-03-27 09:29:35 -07:00
2018-01-29 15:07:51 -05:00
2018-02-16 13:43:01 -08:00
2017-10-15 18:18:13 -07:00
2018-02-23 01:42:35 +00:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-03-27 09:29:35 -07:00
2018-02-24 17:39:21 +08:00
2018-03-27 09:29:35 -07:00
2018-02-27 20:23:35 +08:00
2018-02-20 10:38:41 -05:00
2018-01-29 21:44:54 -08:00
2018-02-27 20:23:35 +08:00