Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Export/Import not working probably due to image streams #56

Closed
tnozicka opened this issue Mar 29, 2016 · 6 comments
Closed

Export/Import not working probably due to image streams #56

tnozicka opened this issue Mar 29, 2016 · 6 comments

Comments

@tnozicka
Copy link
Contributor

I tried exporting a project and importing it back to the same openshift cluster, but it does not work. (It was exported and imported without images.)

It was a simple app: https://github.com/openshift/ruby-hello-world

After importing it back to openshift it won't produce build. The reason are 2 image streams:

  1. ruby-22-centos7 - is missing tags
Name: ruby-22-centos7
Docker Pull Spec: 172.30.131.143:5000/original-project/ruby-22-centos7
Tags: <none>
  1. ruby-hello-world - has a tag with to the old registry and does not have permissions to pull
Name: ruby-hello-world
Docker Pull Spec: 172.30.131.143:5000/original-project/ruby-hello-world
Tag Spec                                Created PullSpec    Image
latest  172.30.131.143:5000/original-project/ruby-hello-world:latest        <not available> <not available>

Errors:

  • On openshift web page click on button "Start build":
An error occurred while starting the build.imageStreamTag "ruby-22-centos7:latest" not found
  • In events:
Back-off pulling image "172.30.131.143:5000/original-project/ruby-hello-world...
@kadel
Copy link
Collaborator

kadel commented Mar 29, 2016

I found this: #42 (comment)
where I'm describing how it worked last week :-)
I still don't know what changed, that it is not working anymore :-(

@surajssd
Copy link
Collaborator

@tnozicka are you trying this on the new ADB 1.7.2?

@tnozicka
Copy link
Contributor Author

@surajssd I tried it on ADB 1.7.1, 1.7.2 and @kadel tried it with the same result as well.

@kadel
Copy link
Collaborator

kadel commented Apr 4, 2016

after more investigation @tnozicka reported this as issue in Origin openshift/origin#8327 More info about this problem is at that issue

@kadel
Copy link
Collaborator

kadel commented Apr 5, 2016

For now I implemented ugly workaround (remove annotations from all images streams). #56

@tnozicka tnozicka removed their assignment Jul 14, 2016
@tnozicka
Copy link
Contributor Author

closing due to age

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants