snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

OpenShift deployment (quarkus-openshift extension) fails on Windows #89

Closed snowdrop-bot closed 4 years ago

snowdrop-bot commented 4 years ago

Describe the bug OpenShift deployment using the quarkus-openshift extension fails on Windows. The same project works fine on Linux.

Expected behavior Deployment works on Windows too.

Actual behavior

[WARNING] [io.quarkus.container.image.s2i.deployment.S2iProcessor] No Openshift manifests were generated (most likely due to the fact that the service is not an HTTP service) so no s2i process will be taking place
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

To Reproduce Steps to reproduce the behavior:

  1. Clone repo https://github.com/haraldatbmw/quarkus-openshift-deployment
  2. Login to your OpenShift cluster oc login ...
  3. Start deployment mvn clean package -Dquarkus.kubernetes.deploy=true

Configuration

quarkus.kubernetes-client.trust-certs=true
quarkus.s2i.base-jvm-image=registry.access.redhat.com/openjdk/openjdk-11-rhel7
quarkus.openshift.expose=true

Environment (please complete the following information):


https://github.com/quarkusio/quarkus/issues/9178


$upstream:9178$