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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8c08ba3  Fix docs
8c08ba3 is described below

commit 8c08ba3ab49f0f3c7e01f51c7f846d0e02942bcc
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 17 17:46:47 2022 -0400

    Fix docs
---
 images/gitea-ready.png          | Bin 0 -> 142817 bytes
 images/operators-ready.png      | Bin 0 -> 128659 bytes
 karavan-cloud/OPENSHIFT_DEMO.md |  15 +++++++++++++++
 3 files changed, 15 insertions(+)

diff --git a/images/gitea-ready.png b/images/gitea-ready.png
new file mode 100644
index 0000000..96bddeb
Binary files /dev/null and b/images/gitea-ready.png differ
diff --git a/images/operators-ready.png b/images/operators-ready.png
new file mode 100644
index 0000000..8ebfa8e
Binary files /dev/null and b/images/operators-ready.png differ
diff --git a/karavan-cloud/OPENSHIFT_DEMO.md b/karavan-cloud/OPENSHIFT_DEMO.md
index c1c9c14..78f3f9c 100644
--- a/karavan-cloud/OPENSHIFT_DEMO.md
+++ b/karavan-cloud/OPENSHIFT_DEMO.md
@@ -25,6 +25,9 @@ Karavan cloud-native integration toolkit demo on OpenShift 
with Gitea repository
     ```
     oc apply -f 
https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-operator.yaml
     ```
+    Wait until operators are ready
+
+    ![operators-ready](../images/operators-ready.png)
 
 #### Install applications
 1. Create namespace
@@ -35,11 +38,23 @@ Karavan cloud-native integration toolkit demo on OpenShift 
with Gitea repository
     ```
     oc apply -f 
https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/gitea.yaml
     ```
+
+    Wait until Gitea is ready
+
+    ![gitea-ready](../images/gitea-ready.png)
+
 3. Create Karavan Secret
     ```
     oc apply -f 
https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-secret.yaml
     ```
 4. Create Karavan Instance
+
+    If cluster has LimitRange for karavan namespace, remove LimitRange for the 
namespace
     ```
     oc apply -f 
https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan.yaml
+    ```
+
+    Wait until karavan Karavan is ready and open Karavan
+    ```
+    open http://karavan-karavan.$(oc get ingresses.config.openshift.io cluster 
 -o template --template '{{.spec.domain}}') 
     ```
\ No newline at end of file

Reply via email to