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

Allow objects to request resolution, not just images #14795

Merged
merged 1 commit into from
Jun 28, 2017

Commits on Jun 26, 2017

  1. Allow objects to request resolution, not just images

    A lot of times, you want to be able to reuse a bit of config that works
    fine elsewhere. By adding the `alpha.image.policy.openshift.io/resolve-names`
    annotation with value `*` to the object you can request that resolution
    attempt to match all image references to an image stream tag in the
    current namespace, regardless of their own policy. This makes it easy to
    transition to looking up image stream tags by name.
    
    Extend `oc set image-lookup` to accept `deploy/foo` and to be able to
    list and display non image stream resources.
    smarterclayton committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    7ca6090 View commit details
    Browse the repository at this point in the history