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 08:51:08 UTC

[camel-k] 02/02: Added installations steps to IBM Kubernetes Service(IKS) on Readme.adoc and nav.adoc

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 8d500c7fee1f45cce870f9507710746466a7c532
Author: JuanJosePerez <ju...@geniussportsmedia.com>
AuthorDate: Sat Oct 3 22:08:24 2020 -0500

    Added installations steps to IBM Kubernetes Service(IKS) on Readme.adoc and nav.adoc
---
 README.adoc                | 1 +
 docs/modules/ROOT/nav.adoc | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.adoc b/README.adoc
index 996a666..5b570e3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -35,6 +35,7 @@ the following cluster types:
 - https://camel.apache.org/camel-k/latest/installation/minishift.html[Minishift]
 - https://camel.apache.org/camel-k/latest/installation/gke.html[Google Kubernetes Engine (GKE)]
 - https://camel.apache.org/camel-k/latest/installation/openshift.html[OpenShift]
+- https://camel.apache.org/camel-k/latest/installation/iks.html[IBM Kubernetes Service (IKS)]
 
 Other cluster types (such as OpenShift clusters) should not need prior configuration.
 
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 7c00b89..6953c36 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -3,10 +3,12 @@
 ** xref:installation/minishift.adoc[Minishift]
 ** xref:installation/gke.adoc[Google Kubernetes Engine (GKE)]
 ** xref:installation/openshift.adoc[OpenShift]
+** xref:installation/iks.adoc[IBM Kubernetes Service (IKS)]
 ** xref:installation/registry/registry.adoc[Configuring Registry]
 *** xref:installation/registry/dockerhub.adoc[Docker Hub]
 *** xref:installation/registry/github.adoc[Github Packages]
 *** xref:installation/registry/gcr.adoc[Gcr.io]
+*** xref:installation/registry/icr.adoc[IBM Container Registry]
 * xref:running/running.adoc[Running]
 ** xref:running/dev-mode.adoc[Dev Mode]
 ** xref:running/run-from-github.adoc[Run from GitHub]