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 33c2ec9 Update OPENSHIFT_DEMO.md 33c2ec9 is described below commit 33c2ec9f20d7a9f49a85cc54945276fc23270f0d Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Tue Nov 1 10:08:59 2022 -0400 Update OPENSHIFT_DEMO.md --- karavan-cloud/OPENSHIFT_DEMO.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/karavan-cloud/OPENSHIFT_DEMO.md b/karavan-cloud/OPENSHIFT_DEMO.md index 78f3f9c..f257220 100644 --- a/karavan-cloud/OPENSHIFT_DEMO.md +++ b/karavan-cloud/OPENSHIFT_DEMO.md @@ -21,11 +21,14 @@ 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/pipeline-operator.yaml ``` + + Wait until operators are ready (Status: Succeeded) + 4. Install Karavan Operator ``` oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-operator.yaml ``` - Wait until operators are ready + Wait until operator is ready (Status: Succeeded)  @@ -57,4 +60,4 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository 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 + ```