Bug 1700052

Summary: authentication operator status flaps with '404 Not Found' on well-known
Product: OpenShift Container Platform Reporter: Matt Rogers <mrogers>
Component: apiserver-authAssignee: Erica von Buelow <evb>
Status: CLOSED DUPLICATE QA Contact: Chuan Yu <chuyu>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.1.0CC: aos-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-15 17:09:03 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:

Description Matt Rogers 2019-04-15 17:06:36 UTC
Appears on CI:

$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/59/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/174/artifacts/e2e-aws-operator/installer/.openshift_install.log | grep 'Install complete'
time="2019-04-15T12:24:49Z" level=info msg="Install complete!"
$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/59/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/174/artifacts/e2e-aws-operator/events.json | jq -r '.items | sort_by(.firstTimestamp)[] | .firstTimestamp + " " + .lastTimestamp + " " + .metadata.namespace + " " + .message' | grep '404 Not Found'
2019-04-15T12:16:56Z 2019-04-15T12:22:56Z openshift-authentication-operator (combined from similar events): Status for operator authentication changed: Progressing changed from False to True ("Progressing: got '404 Not Found' status while trying to GET the OAuth well-known https://172.30.0.1/.well-known/oauth-authorization-server endpoint data"),Available changed from True to False ("")
2019-04-15T12:23:00Z 2019-04-15T12:23:00Z openshift-authentication-operator Status for operator authentication changed: Progressing changed from False to True ("Progressing: got '404 Not Found' status while trying to GET the OAuth well-known https://172.30.0.1/.well-known/oauth-authorization-server endpoint data"),Available changed from True to False ("")

https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-api-actuator-pkg/59/pull-ci-openshift-cluster-api-actuator-pkg-master-e2e-aws-operator/174

$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/22486/pull-ci-openshift-origin-master-e2e-aws/7186/artifacts/e2e-aws/installer/.openshift_install.log | grep 'Install complete'
time="2019-04-15T08:45:35Z" level=info msg="Install complete!"
$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/22486/pull-ci-openshift-origin-master-e2e-aws/7186/artifacts/e2e-aws/events.json | jq -r '.items | sort_by(.firstTimestamp)[] | .firstTimestamp + " " + .lastTimestamp + " " + .metadata.namespace + " " + .message' | grep '404 Not Found'
2019-04-15T08:39:45Z 2019-04-15T08:46:03Z openshift-authentication-operator (combined from similar events): Status for operator authentication changed: Progressing changed from False to True ("Progressing: got '404 Not Found' status while trying to GET the OAuth well-known https://172.30.0.1/.well-known/oauth-authorization-server endpoint data"),Available changed from True to False ("")

https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/22486/pull-ci-openshift-origin-master-e2e-aws/7186

Comment 1 Matt Rogers 2019-04-15 17:09:03 UTC

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