| Summary: | Pods not labelled via web console | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> | ||||
| Component: | RFE | Assignee: | Mike Barrett <mbarrett> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Johnny Liu <jialiu> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.1.0 | CC: | 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: |
|
||||||
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
|
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: