diff --git a/modules/getting-started/pages/operator.adoc b/modules/getting-started/pages/operator.adoc index 4cab92e..f57f01d 100644 --- a/modules/getting-started/pages/operator.adoc +++ b/modules/getting-started/pages/operator.adoc @@ -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] @@ -187,4 +187,4 @@ release "kaap" uninstalled * xref:authentication:index.adoc[] * xref:scaling-components:autoscale-bookies.adoc[] -* xref:resource-sets:index.adoc[] \ No newline at end of file +* xref:resource-sets:index.adoc[] diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index ea6dc17..1c2ccbc 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -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] ==== @@ -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 ---- -- @@ -171,4 +179,4 @@ release "kaap-stack" uninstalled * xref:authentication:index.adoc[] * xref:scaling-components:autoscale-bookies.adoc[] -* xref:resource-sets:index.adoc[] \ No newline at end of file +* xref:resource-sets:index.adoc[]