Bug 1311945 - Pods not labelled via web console
Summary: Pods not labelled via web console
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Mike Barrett
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-25 11:24 UTC by Jaspreet Kaur
Modified: 2020-08-13 08:23 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-04 05:14:47 UTC
Target Upstream Version:


Attachments (Terms of Use)
Full Deployment config (5.80 KB, text/plain)
2016-02-29 07:31 UTC, Jaspreet Kaur
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.