-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.15
-
Critical
-
No
-
Rejected
-
False
-
e2e test failing due to no secrets for default sa on cluster deployed using Agent Based installer
[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [apigroup:oauth.openshift.io] [Suite:openshift/conformance/parallel]
must-gather log file
output.log file
The test fails due to timeout because the "default "service account does not contain a secret.
INFO: Waiting for service account "default" secrets () to include dockercfg
This is only seen on ABI clusters where as in a regular OCP cluster, the "default" service account contains the secret as indicated by "1" in the SECRETS field below.
Observed output on ABI cluster # oc get sa default NAME SECRETS AGE default 0 22h On normal install cluster it shows # oc get sa default NAME SECRETS AGE default 1 45d
Version-Release number of selected component (if applicable):
4.15.0-rc.2
How reproducible:
This e2e failure is consistently reproduceable.
Steps to Reproduce:
1.Start E2E test on cluster deployed using Agent Based Install 2.monitor e2e
Actual results:
e2e is getting failed
Expected results:
e2e should pass
Additional info: