Hi everybody, I just tried to run the example under
https://github.com/apache/camel-k-examples/tree/master/02-serverless-api After this command E:\camel-k-examples-master\02-serverless-api>kamel run API.java --source test/MinioCustomizer.java --property-file test/minio.properties --open-api=openapi.yaml --dependency=camel-openapi-java --dev Modeline options have been loaded from source files Full command: kamel run API.java --source test/MinioCustomizer.java --property-file test/minio.properties --open-api=openapi.yaml --dependency=camel-openapi-java --dev --open-api=openapi.yaml --dependency=camel-openapi-java integration "api" created nothing more happens. The Minio pod is running. Any ideas about? Best Gerald