You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/10/05 14:51:12 UTC

[camel-k] 05/08: chore: Remove Operator SDK from documented pre-requisites

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 56769b9d5f320ff0dc2f830624834bcb4bab7388
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Oct 5 12:43:13 2020 +0200

    chore: Remove Operator SDK from documented pre-requisites
---
 docs/modules/ROOT/pages/developers.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/developers.adoc b/docs/modules/ROOT/pages/developers.adoc
index 94de193..865d71b 100644
--- a/docs/modules/ROOT/pages/developers.adoc
+++ b/docs/modules/ROOT/pages/developers.adoc
@@ -5,7 +5,6 @@ We love contributions!
 
 The project is written in https://golang.org/[go] and contains some parts written in Java for the https://github.com/apache/camel-k-runtime/[integration runtime].
 Camel K is built on top of Kubernetes through *Custom Resource Definitions*.
-The https://github.com/operator-framework/operator-sdk[Operator SDK] is used to manage the lifecycle of those custom resources.
 
 [[requirements]]
 == Requirements
@@ -13,7 +12,6 @@ The https://github.com/operator-framework/operator-sdk[Operator SDK] is used to
 In order to build the project, you need to comply with the following requirements:
 
 * **Go version 1.13+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation.
-* **Operator SDK v0.17.1+**: used to build the operator, and the Docker images. Instructions in the https://github.com/operator-framework/operator-sdk[Operator SDK website] (binary downloads available in the release page).
 * **GNU Make**: used to define composite build actions. This should be already installed or available as a package if you have a good OS (https://www.gnu.org/software/make/).
 
 The Camel K Java runtime (camel-k-runtime) requires: