Hide Forgot
Description of problem: for now seems the script 'oadm diagnostics NetworkCheck' only create one global namespaces and one non-global namespaces. thus it can not test the isolation in 2 different non-global namespace for multitenant plugin. Version-Release number of selected component (if applicable): # openshift version openshift v3.4.0.17+b8a03bc kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 How reproducible: always Steps to Reproduce: 1. Setup the cluster env with mutlitenant plugin 2. run 'oadm diagnostics NetworkCheck' 3. Actual results: As $Description Expected results: better create 2 different normal namespaces to check the isolation Additional info:
github pr: https://github.com/openshift/origin/pull/11717
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/a045bbd9853db65d1976308396052ba454cc1bdc Bug 1390173 - Test more pod to pod connectivity test combinations Created 2 isolated and 2 global namespaces on every node, so that pod to pod connectivity tests can be performed among same/different namespaces, same/different nodes and global/non-global pods.
verified this bug on: openshift version openshift v3.4.0.21+ca4702d kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0