Bug 1767163
| Summary: | new-app with imagestream results in bad k8s labels | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Adam Kaplan <adam.kaplan> |
| Component: | oc | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.0 | CC: | aos-bugs, jokerman, mfojtik |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 4.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-23 11:10:15 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: | |
| Embargoed: | |||
|
Description
Adam Kaplan
2019-10-30 19:54:59 UTC
Marking this as a blocker for 4.3.0. DevEx would normally own this, but we didn't make any changes here. Can't reproduce the issue with latest version now: [root@dhcp-140-138 ~]# oc version Client Version: v4.3.0 Server Version: 4.3.0-0.nightly-2019-11-07-172437 Kubernetes Version: v1.16.2 [root@dhcp-140-138 ~]# oc new-app https://github.com/ricardozanini/spring-todo --image-stream=java:8 --> Found image bfb995c (3 weeks old) in image stream "openshift/java" under tag "8" for "java:8" Java Applications ----------------- Platform for building and running plain Java applications (fat-jar and flat classpath) Tags: builder, java * The source repository appears to match: jee * A source build using source code from https://github.com/ricardozanini/spring-todo will be created * The resulting image will be pushed to image stream tag "spring-todo:latest" * Use 'oc start-build' to trigger a new build * This image will be deployed in deployment config "spring-todo" * Ports 8080/tcp, 8443/tcp, 8778/tcp will be load balanced by service "spring-todo" * Other containers can access this service through the hostname "spring-todo" --> Creating resources ... imagestream.image.openshift.io "spring-todo" created buildconfig.build.openshift.io "spring-todo" created deploymentconfig.apps.openshift.io "spring-todo" created service "spring-todo" created --> Success Build scheduled, use 'oc logs -f bc/spring-todo' to track its progress. Application is not exposed. You can expose services to the outside world by executing one or more of the commands below: 'oc expose svc/spring-todo' Run 'oc status' to view your app. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0062 |