-
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
Cannot deploy applications into OpenShift using quarkus.kubernetes.deploy=true
#30951
Comments
Ah, this is a classic issue with Vert.x. I'll have a look |
Here you go: #30952 |
Glad that you figured this out so quickly I would have been really lost here. Thx @geoand ! |
You are welcome! Best keep this one in mind in case someone comes across the issue with the client outside of Quarkus |
haha I was also trying to figure out how we could fix this until I read |
So shall we do this here too? |
I personally would, it's the least surprising behavior
…On Tue, Feb 7, 2023, 16:03 Marc Nuri ***@***.***> wrote:
Best keep this one in mind in case someone comes across the issue with the
client outside of Quarkus
So shall we do this here too?
https://github.com/fabric8io/kubernetes-client/blob/55357e1692ac3e5b2c9de2807dbfe6296b15b32e/httpclient-vertx/src/main/java/io/fabric8/kubernetes/client/vertx/VertxHttpClientFactory.java#L26
—
Reply to this email directly, view it on GitHub
<#30951 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBMDP4XXX4Z3D4K3LLNCQ3WWJI4ZANCNFSM6AAAAAAUT6MO7A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Disable Vertx DNS resolver when deploying to kubernetes
Describe the bug
In 999-SNAPSHOT, we cannot deploy applications using the property
quarkus.kubernetes.deploy=true
. The build fails with:Expected behavior
This should work as done in 2.16.1.Final.
Actual behavior
No response
How to Reproduce?
1.- git clone
https://github.com/Sgitario/quarkus-examples
2.- cd quarkus-examples/openshift
3.- Log into a remote OpenShift cluster
4.- Run
mvn clean install -DskipTests -Dquarkus.kubernetes.deploy=true
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: