Bug 1311945

Summary: Pods not labelled via web console
Product: OpenShift Container Platform Reporter: Jaspreet Kaur <jkaur>
Component: RFEAssignee: Mike Barrett <mbarrett>
Status: CLOSED NOTABUG QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.1.0CC: aos-bugs, asogukpi, bparees, jkaur, jokerman, mmccomas
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-04 05:14:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Full Deployment config none

Description Jaspreet Kaur 2016-02-25 11:24:41 UTC
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:

Comment 1 Ben Parees 2016-02-25 18:33:51 UTC
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 ***

Comment 5 Ben Parees 2016-02-26 14:42:50 UTC
Can you provide your full DeploymentConfig json?

Comment 6 Jaspreet Kaur 2016-02-29 07:31:12 UTC
Created attachment 1131433 [details]
Full Deployment config

Hello,

I have attached the full deployment config to this bugzilla. dc.json

Regards,
Jaspreet