Hide Forgot
Description of problem: When adding a label to a new service in the OpenShift Web Consolem the label is set on everything (builds/deployments/...) but the pods are left. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create an application and provide the label via console. name=test 2. oc get pod -o json "labels": { "deployment": "cakephp-example-1", "deploymentconfig": "cakephp-example", "name": "cakephp-example" }, while the service is labeled correctly : "labels": { "name": "test", "template": "cakephp-example" }, 3. Actual results: It is not there in pod definition. Hence pod is not labelled. Expected results: It should be labelled correctly. Additional info:
Please see the discussion in the duplicate bug for why this is being closed w/o fixing. *** This bug has been marked as a duplicate of bug 1293973 ***
Can you provide your full DeploymentConfig json?
Created attachment 1131433 [details] Full Deployment config Hello, I have attached the full deployment config to this bugzilla. dc.json Regards, Jaspreet