Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/getting-started/pages/operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm repo add kaap https://datastax.github.io/kaap
helm repo update
----

. The KAAP Operator Helm chart is available for download (https://github.com/datastax/kaap/releases/latest)[here].
. The KAAP Operator Helm chart is available for download https://github.com/datastax/kaap/releases/latest[here].
. Install the KAAP operator Helm chart:
+
[source,shell]
Expand Down Expand Up @@ -187,4 +187,4 @@ release "kaap" uninstalled

* xref:authentication:index.adoc[]
* xref:scaling-components:autoscale-bookies.adoc[]
* xref:resource-sets:index.adoc[]
* xref:resource-sets:index.adoc[]
16 changes: 12 additions & 4 deletions modules/getting-started/pages/stack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ Check out the {pulsar-stack}.
* Cert Manager
* Keycloak

To install a PulsarCluster with the {pulsar-stack} included:
To install a PulsarCluster with the {pulsar-stack} included, do the following:

. Install the DataStax Helm repository.
+
[source,shell]
----
helm repo add kaap https://datastax.github.io/kaap
helm repo update
----

. Install the {pulsar-stack} Helm chart.
+
[tabs]
====
Expand All @@ -19,8 +29,6 @@ Kubectl::
--
[source,shell]
----
helm repo add kaap https://datastax.github.io/kaap
helm repo update
helm install pulsar kaap/kaap-stack --values helm/examples/dev-cluster/values.yaml
----
--
Expand Down Expand Up @@ -171,4 +179,4 @@ release "kaap-stack" uninstalled

* xref:authentication:index.adoc[]
* xref:scaling-components:autoscale-bookies.adoc[]
* xref:resource-sets:index.adoc[]
* xref:resource-sets:index.adoc[]