Bug 1554864
| Summary: | [3.8] subpath volume mounts do not work with secret, configmap, projected, or downwardAPI volumes | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jan Safranek <jsafrane> |
| Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Liang Xia <lxia> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.8.0 | CC: | aos-bugs, aos-storage-staff, bchilds, bleanhar, jhou, lxia, mifiedle, yapei |
| Target Milestone: | --- | ||
| Target Release: | 3.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
OpenShift did not check correctly for parent directories when creating SubPath.
Consequence:
Secrets, ConfigMap, DownwardAPI and Projected volumes could not be used with SubPaths in pods.
Fix:
OpenShift correctly evaluates parent directories.
Result:
Secrets, ConfigMap, DownwardAPI and Projected volumes can be used with SubPaths in pods.
|
Story Points: | --- |
| Clone Of: | 1554670 | Environment: | |
| Last Closed: | 2019-11-21 18:37:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1554670, 1554871, 1663260 | ||
| Bug Blocks: | |||
|
Description
Jan Safranek
2018-03-13 13:40:21 UTC
Tested on below version: openshift v3.8.36 kubernetes v1.8.5+440f8d36da subPath volume mount works for secret, configmap, projected, or downwardAPI. |