This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 4772fc3266b Add minikube tips, thanks to Dominik Jelinek
4772fc3266b is described below

commit 4772fc3266b8576d665e67c58ca5148f14fcb82e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 24 09:59:33 2024 +0200

    Add minikube tips, thanks to Dominik Jelinek
---
 .../modules/ROOT/pages/camel-jbang-kubernetes.adoc          | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
index be45f823c74..8a9cddb0c8c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
@@ -1326,3 +1326,16 @@ camel kubernetes delete --name=route
 
 Use the `--name` option to select a previously exported project (either via 
`run` or `export` command).
 The delete operation will remove all resources defined in the Kubernetes 
manifest.
+
+== Minikube deployment tips and troubleshooting
+
+To run a local Kubernetes cluster with Minikube for development purposes.
+Here are some tips from users that have been using this.
+
+The following steps has been known to be working (Camel 4.9):
+
+1. `minikube start --addons registry --driver=docker`
+2. `eval $(minikube -p minikube docker-env)`
+3. `camel kubernetes run 'demo.camel.yaml' --cluster-type=minikube 
--build-property=quarkus.kubernetes.image-pull-policy=Never`
+
+Most important `--build-property=quarkus.kubernetes.image-pull-policy=Never` 
without that it is not working, which is not clear from the current Minikube 
docs.

Reply via email to