Skip to content

Commit

Permalink
Add jq to pre-requisites (#221)
Browse files Browse the repository at this point in the history
* Update azure-private-link.adoc

* Update vpc-byo-aws.adoc

* Update vnet-azure.adoc

* Update modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc

* Update modules/networking/pages/azure-private-link.adoc

* Update modules/get-started/pages/cluster-types/byoc/azure/vnet-azure.adoc

---------

Co-authored-by: Michele Cyran <[email protected]>
  • Loading branch information
david-yu and micheleRP authored Feb 28, 2025
1 parent d47ed5a commit 52a474f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The https://github.com/redpanda-data/cloud-examples/tree/main/customer-managed/a
* Minimum permissions in that AWS project. For the actions required by the user who will create the cluster with `rpk cloud byoc aws apply`, see https://github.com/redpanda-data/cloud-examples/blob/main/customer-managed/aws/terraform/iam_rpk_user.tf[`iam_rpk_user.tf`^].
* Familiarity with the Redpanda Cloud API. For example, you should be familiar with how to use the Cloud API to xref:redpanda-cloud:manage:api/cloud-api-authentication.adoc[authenticate] and xref:redpanda-cloud:manage:api/cloud-byoc-controlplane-api.adoc[create a cluster].
* https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli[Terraform^] version 1.8.5 or later.
* https://jqlang.org/download/[jq^], which is used to parse JSON values from API responses.

== Limitations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ See the code for the complete list of resources required to create and deploy Re
* Permission to call the xref:manage:api/cloud-api-overview.adoc[Redpanda Cloud API]
* Permission to create, modify, and delete the resources described by Terraform
* https://developer.hashicorp.com/terraform/install[Terraform^] version 1.8.5 or later
* https://jqlang.org/download/[jq^], which is used to parse JSON values from API responses

== Limitations

Expand Down
1 change: 1 addition & 0 deletions modules/networking/pages/azure-private-link.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ After <<get-a-cloud-api-access-token,getting an access token>>, you can <<create
== Requirements

* Install xref:manage:rpk/rpk-install.adoc[`rpk`].
* Install `jq` [https://jqlang.org/download/], which is used to parse JSON values from API responses.
* You will use the https://learn.microsoft.com/en-us/cli/azure/[Azure CLI^] to authenticate with Azure and configure resources in your Azure account.
* You will use the xref:deploy:deployment-option/cloud/api/cloud-api-overview.adoc[Redpanda Cloud API] to enable the Redpanda Private Link service for your clusters. Follow the steps on this page to <<get-a-cloud-api-access-token, get an access token>>.

Expand Down

0 comments on commit 52a474f

Please sign in to comment.