michaeljmcd opened a new issue, #3442:
URL: https://github.com/apache/camel-k/issues/3442
I created a Minikube cluster with the registry and olm addons and then
follow the steps outlined below.
```
podman machine init --cpus 2 -m 4096
podman machine start
minikube start --driver=podman --container-runtime=containerd
--addons=registry,dashboard,olm
kubectl config set-context --current --namespace=$NS
kamel install --global
kamel init Example.java # Just the default, no additions
kubectl describe integration example
```
No events get added to the integration and no Camel pods are added to the
namespace. Versions of the clients are listed below and this is all on MacOS
12.4.
```
$ kamel version
Camel K Client 1.9.2
$ minikube version
minikube version: v1.26.0
commit: f4b412861bb746be73053c9f6d2895f12cf78565
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17+",
GitVersion:"v1.17.17-dispatcher",
GitCommit:"a39a896b5018d0c800124a36757433c660fd0880", GitTreeState:"clean",
BuildDate:"2021-01-28T22:06:27Z", GoVersion:"go1.13.9", Compiler:"gc",
Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.1",
GitCommit:"3ddd0f45aa91e2f30c70734b175631bec5b5825a", GitTreeState:"clean",
BuildDate:"2022-05-24T12:18:48Z", GoVersion:"go1.18.2", Compiler:"gc",
Platform:"linux/amd64"}
```
The registry created by Minikube works, as I can push custom images to it as
described https://minikube.sigs.k8s.io/docs/handbook/registry/#docker-on-macos
and create pods from the images I create.
Is there a step I'm missing? Any other steps I can take to debug what is
going on?
--
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]