Closed agibsonccc closed 2 years ago
Found out the port 80 was clashing with camel-k.
I would suggest putting some documentation about actual integration with the matching camel k backend so the quickstarts of each don't clash with each other. I forked the repository here for a different yaml file to avoid this clash: https://github.com/KonduitAI/kaoto-operator/blob/main/kubernetes/kaoto.yaml
Hi,
When I'm trying to follow the README I setup a minikube cluster from scratch with:
When attempting to access the front end with:
I get a 502 invalid gateway from nginx.
My /etc/hosts entry is:
192.168.49.2 is the output from minikube ip.
Anything I'm missing in my minikube setup? I'm just doing it from the minikube quickstart. Thanks!