Hide Forgot
Description of problem: After clicking the "X" buttons of all pull secrets (even if the sum of pull secrets is 1) and Save on DC editor page, there is always one that still exists if we check the DC again (both in CLI and editor page) Version-Release number of selected component (if applicable): openshift v3.4.0.15 How reproducible: Always Steps to Reproduce: 1. Create dc $ oc new-app openshift/hello-openshift 2. Create pull secrets: $ oc secrets new-dockercfg dockerhub --docker-server=private.registry.com --docker-username=any --docker-password=12345678 --docker-email=any $ oc secrets new-dockercfg newdockerhub --docker-server=private.registry.com --docker-username=any --docker-password=12345678 --docker-email=any 3. Add the pull secrets to DC: on DC editor page, click "advanced image options" --> pick pull secret dockerhub, pick another pull secret newdockerhub, Save 4. On DC editor page again, click the "X" buttons beside above pull secrets to remove all pull secrets, Save 5. Check pull secrets in DC via CLI or editor page Actual results: 5. The pull secret dockerhub still exists in DC Expected results: 5. All pull secrets should be removed Additional info:
Commit pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/d50209f3cede961b2596ec5af7030e380ae7ceb0 Bug 1388841 - Fix DC editor pullSecrets variable updated
Verified with openshift v3.4.0.18+ada983f. Now all pull secrets can be removed on DC editor page. Thanks!