Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for ImageStreamTags issue on OpenShift 3.6 #6019

Merged
merged 1 commit into from
Aug 17, 2017

Commits on Aug 17, 2017

  1. Workaround for ImageStreamTags issue on OpenShift 3.6

    Minor adjustment to how image name is set when creating a
    workspace on OpenShift.
    
    On OpenShift 3.6, it seems that using an ImageStreamTag
    in a Deployment spec causes the deployment to have null status,
    which causes kubernetes-client to throw an NPE.
    
    We still need to decide if this is to be a longer term solution,
    and if removing ImageStreamTags completely is a good option
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    3962758 View commit details
    Browse the repository at this point in the history