-
Notifications
You must be signed in to change notification settings - Fork 529
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
fix: openshift use pods/log to retrieve logs from build #3208
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3208 (2024-08-29T14:43:46Z) ⚙️ JKube E2E Tests (10617075373)
|
Quality Gate passedIssues Measures |
Hello colleagues, |
...ava/org/eclipse/jkube/kit/config/service/openshift/OpenshiftBuildServiceIntegrationTest.java
Outdated
Show resolved
Hide resolved
I tested this pull request on CRC with ServiceAccount token configured as described in #2844 (comment):
When a token with restricted permission is used we get this error on v1.16.2 (as reported in :
However, with these changes I don't see this warning. I'm able to see
|
...ava/org/eclipse/jkube/kit/config/service/openshift/OpenshiftBuildServiceIntegrationTest.java
Outdated
Show resolved
Hide resolved
@arsenalzp : Looks good to me 👍 (Just a minor comment related to a leftover property) |
adccd07
to
373cefc
Compare
Thank you! |
@arsenalzp : 👍 . Could you please resolve minor conflicts? |
Hello, |
373cefc
to
18c380b
Compare
Hello colleagues, |
remove unused comments, add improve OpenshiftBuildServiceIntegrationTest tests Signed-off-by: Oleksandr Krutko <[email protected]> revert to initial version of file quickstarts/maven/spring-boot/pom.xml Signed-off-by: Oleksandr Krutko <[email protected]>
22ec0c5
to
d5f1826
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Fix #2844
This PR substitutes log retrieval from
pods/log
bybuild/logs
.It removes the necessity for additional rules for building service account.
Type of change
test, version modification, documentation, etc.)
Checklist