From 53faed701bac4f52a6ea2370fd7d15891d165ef8 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 11:31:20 -0400 Subject: [PATCH 1/7] Fix broken link in operator.adoc --- modules/getting-started/pages/operator.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[] From 43c1a6962e10c91842e66c01fd221cf4983ac949 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 11:44:37 -0400 Subject: [PATCH 2/7] remove passthrough from stack.adoc --- modules/getting-started/pages/stack.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index ea6dc17..f300084 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -11,7 +11,6 @@ Check out the {pulsar-stack}. * Keycloak To install a PulsarCluster with the {pulsar-stack} included: -+ [tabs] ==== Kubectl:: @@ -171,4 +170,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[] From 0a1c5853f96665d17c6cf7e0b22a7a421c7ceae1 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 11:51:13 -0400 Subject: [PATCH 3/7] syntax --- modules/getting-started/pages/stack.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index f300084..0952160 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -10,7 +10,7 @@ Check out the {pulsar-stack}. * Cert Manager * Keycloak -To install a PulsarCluster with the {pulsar-stack} included: +. Install a PulsarCluster with the {pulsar-stack} included: [tabs] ==== Kubectl:: From 7d8988654aebd73af35f05025da28185c6914df1 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 11:59:54 -0400 Subject: [PATCH 4/7] more-syntax --- modules/getting-started/pages/stack.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index 0952160..4f9f68d 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -10,7 +10,7 @@ Check out the {pulsar-stack}. * Cert Manager * Keycloak -. Install a PulsarCluster with the {pulsar-stack} included: +To install a PulsarCluster with the {pulsar-stack} included, do the following: [tabs] ==== Kubectl:: From 729259ab5343dbfe72ee193fe44746d3ad0cbf42 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 12:15:26 -0400 Subject: [PATCH 5/7] install-repo-first --- modules/getting-started/pages/stack.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index 4f9f68d..599d0ad 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -11,6 +11,16 @@ Check out the {pulsar-stack}. * Keycloak 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] ==== Kubectl:: From 924f39a6815fe44f6a4d651e0cd7f4abd4fc93e4 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 12:26:35 -0400 Subject: [PATCH 6/7] Update stack.adoc --- modules/getting-started/pages/stack.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index 599d0ad..6276078 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -13,6 +13,7 @@ Check out the {pulsar-stack}. 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 From a7e6f5fcbdc68101d72f39bb4520f8a80cb5ac06 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 29 May 2025 12:40:26 -0400 Subject: [PATCH 7/7] remove-install-after --- modules/getting-started/pages/stack.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/getting-started/pages/stack.adoc b/modules/getting-started/pages/stack.adoc index 6276078..1c2ccbc 100644 --- a/modules/getting-started/pages/stack.adoc +++ b/modules/getting-started/pages/stack.adoc @@ -29,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 ---- --