denisbr opened a new issue, #77: URL: https://github.com/apache/camel-k-examples/issues/77
I fixed the CLI invocation (See https://github.com/apache/camel-k-examples/pull/76) but after that I still have issues getting `02-serverless-api` to work: ``` ❯ kamel run API.java --open-api file:openapi.yaml --source test/MinioCustomizer.java --property file:test/minio.properties Modeline options have been loaded from source files Full command: kamel run API.java --open-api file:openapi.yaml --source test/MinioCustomizer.java --property file:test/minio.properties --dependency=camel-quarkus-openapi-java Warning: dependency camel:openapi-java not found in Camel catalog Integration "api" created ❯ kubectl get integrations NAME PHASE KIT REPLICAS api Initialization ``` After a long wait it inevitably ends up in: ``` ❯ kubectl get integrations NAME PHASE KIT REPLICAS api Error ``` I pre-checked all requirements (have kamel and knative configured correctly, and the readme.md verification reports AOK). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
