Bug 1245524
| Summary: | Failed to start build after setting the push secret | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Miheer Salunke <misalunk> |
| Component: | Build | Assignee: | Cesar Wong <cewong> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.0.0 | CC: | cewong, chunchen, libra-bugs, mfojtik, misalunk, pep, wzheng |
| Target Milestone: | --- | Keywords: | Regression, UpcomingRelease |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-3.0.1.0-1.git.388.51e9da7.el7ose | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1232694 | Environment: | |
| Last Closed: | 2015-09-08 17:57:17 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: | |||
| Bug Depends On: | 1232694 | ||
| Bug Blocks: | |||
|
Description
Miheer Salunke
2015-07-22 08:47:27 UTC
Verify this bug with openshift-3.0.1.0-1.git.388.51e9da7.el7ose.x86_64 After adding secret "pushme" to builder service account, trigger a new sti-build, the build could get started. [gpei@master ~]$ oc describe build ruby-sample-build-3 Name: ruby-sample-build-3 Created: 23 seconds ago Labels: buildconfig=ruby-sample-build,name=ruby-sample-build,template=application-template-stibuild Build Config: ruby-sample-build Status: Running Started: 2015-07-23 14:45:10 +0800 CST Duration: running for 20s Build Pod: ruby-sample-build-3-build Strategy: Source Image Reference: DockerImage openshift/ruby-20-centos7:latest Pull Secret Name: pushme Source Type: Git URL: https://github.com/openshift/ruby-hello-world.git Output to: ImageStreamTag origin-ruby-sample:latest Push Secret: pushme Events: FirstSeen LastSeen Count From SubobjectPath Reason Message Thu, 23 Jul 2015 14:45:08 +0800 Thu, 23 Jul 2015 14:45:08 +0800 1 {scheduler } scheduled Successfully assigned ruby-sample-build-3-build to node.cluster.local Thu, 23 Jul 2015 14:45:08 +0800 Thu, 23 Jul 2015 14:45:08 +0800 1 {kubelet node.cluster.local} implicitly required container PODpulled Pod container image "registry.access.redhat.com/openshift3/ose-pod:v3.0.1.0" already present on machine Thu, 23 Jul 2015 14:45:09 +0800 Thu, 23 Jul 2015 14:45:09 +0800 1 {kubelet node.cluster.local} implicitly required container PODcreated Created with docker id ce940bb7a833 Thu, 23 Jul 2015 14:45:09 +0800 Thu, 23 Jul 2015 14:45:09 +0800 1 {kubelet node.cluster.local} implicitly required container PODstarted Started with docker id ce940bb7a833 Thu, 23 Jul 2015 14:45:10 +0800 Thu, 23 Jul 2015 14:45:10 +0800 1 {kubelet node.cluster.local} spec.containers{sti-build} created Created with docker id a4ca1e23f4e9 Thu, 23 Jul 2015 14:45:10 +0800 Thu, 23 Jul 2015 14:45:10 +0800 1 {kubelet node.cluster.local} spec.containers{sti-build} started Started with docker id a4ca1e23f4e9 This issue was addressed in OpenShift Enterprise 3.0.1.0: https://bugzilla.redhat.com/show_bug.cgi?id=1232694 |