You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/18 07:40:27 UTC

[camel-k] 03/03: docs: Adding a link instead of explaining how to add another registry

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

acosentino pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 46289bfafa2813b7e8b691a573b0a1da811558ea
Author: MarĂ­a Arias de Reyna <de...@gmail.com>
AuthorDate: Wed May 18 09:14:44 2022 +0200

    docs: Adding a link instead of explaining how to add another registry
---
 .../ROOT/pages/contributing/local-development.adoc       | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributing/local-development.adoc b/docs/modules/ROOT/pages/contributing/local-development.adoc
index 38926ac90..547b2295b 100644
--- a/docs/modules/ROOT/pages/contributing/local-development.adoc
+++ b/docs/modules/ROOT/pages/contributing/local-development.adoc
@@ -67,18 +67,4 @@ Camel K integrations are based on https://github.com/apache/camel-k-runtime[Came
 
 The `$version` variable must be replaced with the version you are building. For example, `1.3.1-SNAPSHOT`. With these instructions, the operator will pick up and use the snapshot version you have released locally.
 
-==== Using a Docker registry
-
-Alternatively, if no local registry is available, you can use a docker registry. First, create a secret with your registry username and password:
-
-```
-kubectl -n default create secret docker-registry external-registry-secret --docker-username $my-user --docker-password "$password"
-```
-
-And then you can run the installation of Camel K operator:
-
-```
-./kamel install --skip-operator-setup -n operator-test --force --runtime-version $version --registry docker.io --organization $my-org-or-username --registry-secret external-registry-secret 
-```
-
-Make sure to replace the `$my-org-or-username` with your actual username or organization used to host the images and the `$version` with the appropiate version number.
+Alternatively, if no local registry is available, you can use another type of registry as explained in xref:installation/registry/registry.adoc[the Registry section].