bouskaJ commented on issue #4236:
URL: https://github.com/apache/camel-k/issues/4236#issuecomment-1499112451

   1. I created the cluster using this script 
https://kind.sigs.k8s.io/docs/user/local-registry/
   2. Buit the operator image from the `main` branch using `make images` and 
push it to the kind registry
   3. install the operator to the namespace `kamel install --olm=false 
--maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
 --operator-image localhost:5001/apache/camel-k:2.0.0-SNAPSHOT  --registry 
kind-registry:5000 --registry-insecure -n test`
   4. run the workload `kamel run Java.java`
   
   


-- 
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]

Reply via email to