Advertisement
rohankanojia

Untitled

Oct 5th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.61 KB | None | 0 0
  1. windup-operator : $ mvn quarkus:dev
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------< org.jboss.windup:windup-operator >------------------
  5. [INFO] Building windup-operator 0.0.1-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. [INFO]
  8. [INFO] --- quarkus-maven-plugin:1.7.1.Final:dev (default-cli) @ windup-operator ---
  9. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  10. [INFO] Copying 9 resources
  11. [INFO] Changes detected - recompiling the module!
  12. [INFO] Compiling 8 source files to /home/rohaan/work/repos/windup-operator/target/classes
  13. [INFO] /home/rohaan/work/repos/windup-operator/src/main/java/org/jboss/windup/operator/KubernetesClientProducer.java: /home/rohaan/work/repos/windup-operator/src/main/java/org/jboss/windup/operator/KubernetesClientProducer.java uses or overrides a deprecated API.
  14. [INFO] /home/rohaan/work/repos/windup-operator/src/main/java/org/jboss/windup/operator/KubernetesClientProducer.java: Recompile with -Xlint:deprecation for details.
  15. Listening for transport dt_socket at address: 5005
  16. [INFO] Checking for existing resources in: /home/rohaan/work/repos/windup-operator/src/main/kubernetes.
  17. __  ____  __  _____   ___  __ ____  ______
  18.  --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
  19.  -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \  
  20. --\___\_\____/_/ |_/_/|_/_/|_|\____/___/  
  21. 2020-10-05 18:44:22,696 INFO  [org.jbo.win.ope.KubernetesClientProducer] (Quarkus Main Thread) Creating K8s Client instance
  22. 2020-10-05 18:44:23,822 INFO  [org.jbo.win.ope.WindupOperator] (Quarkus Main Thread) Startup
  23. 2020-10-05 18:44:23,920 INFO  [org.jbo.win.ope.WindupOperator] (OkHttp https://api.crc.testing:6443/...) Event ADDED
  24. 2020-10-05 18:44:23,920 INFO  [org.jbo.win.ope.WindupOperator] (OkHttp https://api.crc.testing:6443/...)  .... deploying Windup infrastructure ....
  25. 2020-10-05 18:44:23,943 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created PVC for postgre
  26. 2020-10-05 18:44:23,944 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created PVC for mta
  27. 2020-10-05 18:44:24,012 INFO  [io.quarkus] (Quarkus Main Thread) windup-operator 0.0.1-SNAPSHOT on JVM (powered by Quarkus 1.7.1.Final) started in 3.864s. Listening on: http://0.0.0.0:8080
  28. 2020-10-05 18:44:24,013 INFO  [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
  29. 2020-10-05 18:44:24,013 INFO  [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, kubernetes, kubernetes-client]
  30. 2020-10-05 18:44:34,157 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Deployment windup-web
  31. 2020-10-05 18:44:34,160 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Deployment for executor
  32. 2020-10-05 18:44:34,164 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Deployment for PostgreSQL
  33. 2020-10-05 18:44:34,995 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Service for windup
  34. 2020-10-05 18:44:35,153 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Service for postgresql
  35. 2020-10-05 18:44:35,255 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Service for AMQ
  36. 2020-10-05 18:44:35,434 INFO  [org.jbo.win.ope.WindupDeployment] (OkHttp https://api.crc.testing:6443/...) Created Ingress for windup
  37. 2020-10-05 18:44:35,436 WARN  [io.fab.kub.cli.int.VersionUsageUtils] (OkHttp https://api.crc.testing:6443/...) The client is using resource type 'ingresses' with unstable version 'v1beta1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement