You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/23 09:27:27 UTC

[GitHub] [camel-k-examples] KuthumiPepple commented on a diff in pull request #53: add cron example

KuthumiPepple commented on code in PR #53:
URL: https://github.com/apache/camel-k-examples/pull/53#discussion_r904794459


##########
generic-examples/cron/README.md:
##########
@@ -1,3 +1,105 @@
-# Camel K cron examples
+# Camel K Cron Examples
 
-Find useful examples about how to create a cron route in Camel K.
\ No newline at end of file
+This example demonstrates how you can create cron routes in Camel K.
+
+You can find more information about Apache Camel and Apache Camel K on the [official Camel website](https://camel.apache.org).
+
+
+## Requirements for running this example
+
+**Kubectl CLI**
+The Kubernetes `kubectl` CLI tool will be used to interact with the Kubernetes cluster.
+
+**Connection to a Kubernetes cluster**
+You need to connect to a Kubernetes cluster in order to run the example.
+
+**Apache Camel K CLI ("kamel")**
+You need the Apache Camel K CLI ("kamel") in order to access all Camel K features.
+
+### Optional Requirements
+
+The following requirements are optional. They don't prevent the execution of the demo, but may make it easier to follow.
+
+**VS Code Extension Pack for Apache Camel**
+The VS Code Extension Pack for Apache Camel provides a collection of useful tools for Apache Camel K developers,

Review Comment:
   Done. Thanks



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org