-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Openshift can't mount push-secret causing deploy to time out #35288
Labels
Comments
10 tasks
mocenas
added a commit
to mocenas/quarkus-test-suite
that referenced
this issue
Aug 9, 2023
Link to the issue quarkusio/quarkus#35288
9 tasks
hey @iocanel this is probably related to #34241, can you have a look please?
We specify registry like this:
and generated secret push looks like
|
gtroitsk
pushed a commit
to gtroitsk/quarkus-test-suite
that referenced
this issue
Aug 15, 2023
Link to the issue quarkusio/quarkus#35288
gtroitsk
pushed a commit
to gtroitsk/quarkus-test-suite
that referenced
this issue
Aug 17, 2023
Link to the issue quarkusio/quarkus#35288
Thought I fixed that last week. Let me check again |
jedla97
added a commit
to jedla97/quarkus-test-framework
that referenced
this issue
Oct 4, 2023
Merged
10 tasks
jedla97
added a commit
to jedla97/quarkus-test-suite
that referenced
this issue
Oct 4, 2023
Merged
9 tasks
rsvoboda
added a commit
to quarkus-qe/quarkus-test-framework
that referenced
this issue
Oct 4, 2023
Enable the disable test affected by quarkusio/quarkus#35288
rsvoboda
added a commit
to quarkus-qe/quarkus-test-suite
that referenced
this issue
Oct 5, 2023
Enable the disable test affected by quarkusio/quarkus#35288
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When deploying to Openshift using local openshift image registry pod can't mount
<app-name>-push-secret
and timed out. Internal repository should not require the secret or at least if we don't specify one this secret should not be even created.This bug was introduced by #34241.
Some of the test in quarkus-test-framwork and quarkus-test-suite is failing because of this. If the secret is manually created the test passing (this was tested by @mocenas).
Expected behavior
Not mounting
<app-name>-push-secret
when pushing to local repository.Actual behavior
Mounting the
<app-name>-push-secret
and causing the timed out because it not existing so it can't mount it.How to Reproduce?
Created simple reproducer.
When either wait around 5-6 min to let it fail or see
oc get events
and there isFailedMount
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
main, 3.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.3
Additional information
No response
The text was updated successfully, but these errors were encountered: