[release-4.13] WINC-1014: Enable vSphere in-tree storage#1547
[release-4.13] WINC-1014: Enable vSphere in-tree storage#1547openshift-merge-robot merged 5 commits intoopenshift:release-4.13from
Conversation
|
/approve cancel |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Skipping CI for Draft Pull Request. |
|
/test vsphere-e2e-operator |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: This pull request references WINC-1014 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test vsphere-e2e-operator |
1 similar comment
|
/test vsphere-e2e-operator |
Update to openshift/kubernetes@b404935 This commit was generated using hack/update_submodules.sh
This commit was generated using hack/update_submodules.sh
9686d3a to
0e585d3
Compare
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: This pull request references WINC-1014 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: This pull request references WINC-1014 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: This pull request references WINC-1014 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sebsoto: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test e2e-vsphere-operator |
|
/test vsphere-e2e-operator |
|
@sebsoto: The specified target(s) for
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| GenerateName: "e2e-", | ||
| }, | ||
| Spec: core.PersistentVolumeClaimSpec{ | ||
| AccessModes: []core.PersistentVolumeAccessMode{core.ReadWriteOnce}, |
There was a problem hiding this comment.
Shouldn't we be testing ReadWriteMany as we have had requests for that?
There was a problem hiding this comment.
ReadWriteMany requires the vSphere env to support it. VMC does not support it.
Potentially we could try to determine if the workload is running in an environment that does support it, and use it in that case. I'm not sure how to do that, and would prefer to not have to add that extra work into this PR which is a release blocker.
There was a problem hiding this comment.
I am fine not doing that in this PR but we need to track getting this to work in VMC. Maybe a SPLAT ticket? We don't want to wait for a customer issue to be opened to enable this in VMC.
saifshaikh48
left a comment
There was a problem hiding this comment.
/lgtm
Nice work, the changes and reasoning are clear
| GenerateName: "e2e-", | ||
| }, | ||
| Spec: core.PersistentVolumeClaimSpec{ | ||
| AccessModes: []core.PersistentVolumeAccessMode{core.ReadWriteOnce}, |
There was a problem hiding this comment.
I am fine not doing that in this PR but we need to track getting this to work in VMC. Maybe a SPLAT ticket? We don't want to wait for a customer issue to be opened to enable this in VMC.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aravindhp The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Enables the use of in-tree storage for vSphere by setting the vSphereCSIMigration kubelet feature flag to false, and forcing the use of the `vSphere` cloud provider in kubelet, allowing in-tree volumes to be successfully mounted.
Adds creation of a PVC by using the in-tree storage driver to the vSphere provider, and enables testing of storage. (cherry picked from commit fc6517f)
Minor code tweaks for clarity.
|
/test wicd-unit-vsphere |
|
@sebsoto: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
LGTM |
Enables the use of in-tree storage for Windows nodes on vSphere.
Includes: