You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Next obtaion a client id and secret by going to Organizations in the Cloud UI. Navigate to Clients. Select or create a client you would like to use to create the network and cluster. You can copy the ID and secret to your clipboard by clicking the “Copy ID” and “Copy secret” buttons.
32
+
2. Next obtain a client id and secret by going to Organizations in the Cloud UI by navigating to https://cloud.redpanda.com/clients. Select or create a client you would like to use to create the network and cluster. You can copy the ID and secret to your clipboard by clicking the “Copy ID” and “Copy secret” buttons.
33
33
```
34
34
export CLOUD_CLIENT_ID=<client-ID>
35
35
export CLOUD_CLIENT_SECRET=<client-secret>
@@ -39,10 +39,10 @@ To provision a redpanda with private link there is currently only API support wi
@@ -99,6 +99,8 @@ To provision a redpanda with private link there is currently only API support wi
99
99
# NOTE: this should have output
100
100
echo $NETWORK_ID
101
101
```
102
+
* NOTE: `region` may different in your case
103
+
* NOTE: `cidr_block` may be different in your case
102
104
1. Create the redpanda cluster with the allowed subscriptions we set before. NOTE: you can add as many other subscriptions as you would like under `allowed_subscriptions`
103
105
104
106
```
@@ -110,10 +112,10 @@ To provision a redpanda with private link there is currently only API support wi
0 commit comments