This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A first cut at reinstating sharing for the documentation (#901)
* A first cut. * fixing broken links * another broken link. * fix link * minor fixes * minor improvement. * a couple more fixes * Defining a variable that allows conditional text, oss. * Formatting fix. * pointing to the correct file. * This page wasn't showing in the output. * putting versions in a logical place * To fix a problem in the commercial docs. * Fixing an xref for the commercial doc. * Addressing review comments * removing unnecessary lines * fix the ci failure Co-authored-by: rstento <[email protected]>
- Loading branch information
Showing
94 changed files
with
902 additions
and
1,979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ asciidoc: | |
review: '' | ||
todo: '' | ||
doc-title: 'Cloudflow Guide' | ||
oss: '' | ||
output: | ||
dir: ./../target/staging | ||
clean: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
:page-partial: | ||
// global attributes | ||
|
||
:kubernetes-platform-name: Kubernetes | ||
:kubernetes-platform-version: 1.12 | ||
:kubectl-plugin-version: KUBECTL_PLUGIN_VERSION | ||
|
||
:cli: kubectl | ||
:cli-plugin: kubectl | ||
|
||
:latest-openshift-platform-version: 3.11 | ||
:minimum-kubernetes-on-openshift-version: 1.11 | ||
:minimum-openshift-platform-version: 3.11 | ||
:minimum-platform-version-major-dot-minor: 3.11 | ||
:minimum-sbt-version: 0.13.7 | ||
:latest-sbt-version: 1.4.4 | ||
// global attributes, if you update, make sure to update in shared-content-source ROOT:partials:include.adoc too | ||
// see the include file in shared-content:ROOT:partials:include.adoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 13 additions & 14 deletions
27
docs/docs-source/docs/modules/administration/pages/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
= Administration tasks | ||
= Installing and configuring components | ||
:toc: | ||
:toc-title: ON THIS PAGE | ||
:toclevels: 2 | ||
|
||
include::ROOT:partial$include.adoc[] | ||
|
||
This chapter describes common Cloudflow and Kubernetes administration tasks. | ||
When you develop your Cloudflow application, you have the option to use Akka Streams, Spark, Flink and Kafka. This chapter contains the steps to install Cloudflow, using the `Helm` and `kubectl` command-line tools. It also shows how to install Kafka, Spark, and Flink operators that integrate with Cloudflow and how to expose your services to external access. | ||
|
||
It contains the steps to install Cloudflow, using the `Helm` and `kubectl` command-line tools. | ||
It also shows how to install Kafka, Spark, and Flink operators that integrate with Cloudflow. | ||
|
||
- Installation | ||
. xref:installation-prerequisites.adoc[] | ||
. xref:installing-cloudflow.adoc[] | ||
. xref:how-to-install-and-use-strimzi.adoc[] | ||
. xref:installing-spark-operator.adoc[] | ||
. xref:installing-flink-operator.adoc[] | ||
. xref:installing-enterprise.adoc[] | ||
* xref:installation-prerequisites.adoc[] | ||
* xref:versions.adoc[] | ||
* xref:installing-cloudflow.adoc[] | ||
* xref:how-to-install-and-use-strimzi.adoc[] | ||
* xref:installing-spark-operator.adoc[] | ||
* xref:installing-flink-operator.adoc[] | ||
* xref:providing-external-access-to-cloudflow-services.adoc[] | ||
For information on upgrading Cloudflow and migrating applications, see: | ||
* xref:upgrading-cloudflow.adoc[] | ||
* xref:project-info:index.adoc[] | ||
|
||
- Other administration | ||
** xref:upgrading-cloudflow.adoc[] | ||
** xref:providing-external-access-to-cloudflow-services.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.