Hide Forgot
Description of problem: Create a dc to trigger a pod with multiple containers. After the pod is running, try to attach a pvc to one of containers from web console, there is no check box to do this on the page. Version-Release number of selected component (if applicable): openshift v1.1-620-g34d6fde kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.1.2 fork_ami_openshift3_userinterface_public_500_164 How reproducible: Always Steps to Reproduce: 1.Create dc to trigger pod with 2 containers in project 2.Create pvc in project 3.Try to attach the pvc to one of the containers from web console. Actual results: 3.There is no check box for user to choose container on the page. The attach action will attach the pvc to all the containers by default. Expected results: 3.Should have check boxes on the page so that user could choose container. Additional info: Could attach pvc to one of the containers from CLI.
You don't get the checkboxes when clicking the "select specific containers" link at the bottom, right above the buttons? If so, could you provide the template of your dc?
After I click the "select specific containers", there is no checkbox above the button, refer to the snapshot pls. And attach the dc file as well.
Created attachment 1109129 [details] snapshot
Created attachment 1109130 [details] dc-with-two-containers
Thanks, fixed in fork_ami_openshift3_userinterface_public_500_165.
Tested against fork_ami_openshift3_userinterface_public_500_165. Now there are check boxes on the page, and could attach a pvc to one of the containers successfully. The bug has been fixed, so move it to Verified.