Bug 1804765

Summary: oauth-proxy image cannot be referenced for disconnected installs
Product: OpenShift Container Platform Reporter: Ben Parees <bparees>
Component: apiserver-authAssignee: Michal Fojtik <mfojtik>
Status: CLOSED DUPLICATE QA Contact: scheng
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.4CC: aos-bugs, mfojtik, xiuwang
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1804763
: 1805247 (view as bug list) Environment:
Last Closed: 2020-03-11 15:23:10 UTC Type: ---
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: 1804763    
Bug Blocks: 1805247    

Comment 3 XiuJuan Wang 2020-02-24 02:14:54 UTC
Test in Cluster 4.4.0-0.nightly-2020-02-23-191320

$ oc get is  oauth-proxy  -n openshift  -o yaml 
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
  creationTimestamp: "2020-02-23T23:38:32Z"
  generation: 2
  name: oauth-proxy
  namespace: openshift
  resourceVersion: "19193"
  selfLink: /apis/image.openshift.io/v1/namespaces/openshift/imagestreams/oauth-proxy
  uid: 543198fb-4dbf-4941-8b1f-2758c7f0271e
spec:
  lookupPolicy:
    local: false
  tags:
  - annotations: null
    from:
      kind: DockerImage
      name: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:87ef12402928bc1c47c4dd7c56db397a8bb5e77825b5c7498c011ada86730153
    generation: 2
    importPolicy:
      scheduled: true
    name: latest
    referencePolicy:
      type: Source
status:
  dockerImageRepository: image-registry.openshift-image-registry.svc:5000/openshift/oauth-proxy
  tags:
  - items:
    - created: "2020-02-23T23:39:55Z"
      dockerImageReference: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:87ef12402928bc1c47c4dd7c56db397a8bb5e77825b5c7498c011ada86730153
      generation: 2
      image: sha256:87ef12402928bc1c47c4dd7c56db397a8bb5e77825b5c7498c011ada86730153
    tag: latest

Comment 4 Ben Parees 2020-03-02 14:39:08 UTC
reopening as the PR that resolved this is being reverted.

Comment 5 Michal Fojtik 2020-03-11 15:23:10 UTC

*** This bug has been marked as a duplicate of bug 1812489 ***