You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something else I saw today is that the port configuration (for Management and HTTP configuration) are runtime properties.
This means that if users change the port number at runtime, the generated manifests for OpenShift / Kubernetes will stop working.
I would say this is a very major issue, though the fix (changing these properties to be build-time-only properties) implies adding a strong limitation for users (since users won't be able to update the port to use any longer).
Not sure if we can / or make sense to allow changing these properties if and only if the Kubernetes extension is not present.
Describe the bug
Something else I saw today is that the port configuration (for Management and HTTP configuration) are runtime properties.
This means that if users change the port number at runtime, the generated manifests for OpenShift / Kubernetes will stop working.
I would say this is a very major issue, though the fix (changing these properties to be build-time-only properties) implies adding a strong limitation for users (since users won't be able to update the port to use any longer).
Not sure if we can / or make sense to allow changing these properties if and only if the Kubernetes extension is not present.
Relates #32225 (comment)
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
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
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: