-
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
feat: Introduce 3.x and 4.x style of openshift manifests. #12884
Conversation
fyi: @gsmet: we discussed about it on zulip. |
import io.quarkus.test.ProdModeTestResults; | ||
import io.quarkus.test.QuarkusProdModeTest; | ||
|
||
public class OpenshiftV3Test { |
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.
Can we have a corresponding v4 test?
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.
V4 is the default, it has not special configuration
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.
Yeah I know. But do we have a test that asserts the same thing as this test but checks for the v4 conditions?
60afd06
to
8662de0
Compare
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.
Spotted some typos.
Agreed with @geoand that we need to be sure things are covered for v4. Maybe they are already but we need to check.
...netes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/OpenshiftConfig.java
Outdated
Show resolved
Hide resolved
8662de0
to
300fd2e
Compare
@iocanel what's the status for the tests? Are we good? |
@gsmet I merged this once I saw tests for v3 and v4, hence why I dismissed your review |
Then either you or Ionnis should drop a message please. It's really hard to keep track of things if people just silently do things. Thanks. |
Will do, but rest assured that I always check if all concerns are resolved before merging a PR (well most of the time :)) |
This pull request introduces
quarkus.openshift.flavor
which supports values:v3
andv4
(default).Based on the specified value:
3.x
app
which is needed by the openshift console.