This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 67faf9538 chore: remove reference to Openshift
67faf9538 is described below
commit 67faf9538d5f895933d501d8d550d241dbc0fec4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Dec 7 12:00:17 2024 +0100
chore: remove reference to Openshift
---
README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 2603c9db2..1d1c75dbc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -20,7 +20,7 @@ https://camel.apache.org/camel-k/next/[How does it work?]
== :gear: Installation
-Camel K allows you to run integrations directly on a `Kubernetes` or
`OpenShift` cluster. To use it, you need to be connected to a cloud environment
or to a local cluster created for development purposes.
+Camel K allows you to run integrations directly on any `Kubernetes` cluster.
To use it, you need to be connected to a cloud environment or to a local
cluster created for development purposes.
https://camel.apache.org/camel-k/next/installation/installation.html[Installation
procedure.]