Skip to content

Commit 8414b65

Browse files
authored
Merge pull request #2109 from EnterpriseDB/2021-12-07
Release: 2021-12-07
2 parents 0aacfc7 + 28d3fc7 commit 8414b65

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

docs/agreements/doc-release-tag-format.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
| EDB Cloud | edbcloud | product/edbcloud/*version* | Aislinn Wright |
88
| EDB Postgres Advanced Server | epas | product/epas/*version* | Robert Haas |
99
| Failover Manager | efm | product/efm/*version* | John Dalton, Robert Bissett (Bobby) |
10-
| Foriegn Data Wrappers | *name*-fdw, where *name* is hadoop, mongo, or mysql | product/*name*-fdw/*version* | Jeevan Chalke |
10+
| Foriegn Data Wrappers | *name*-fdw, where *name* is hadoop, mongo, or mysql | product/*name*-fdw/*version* | Jeevan Chalke |
1111
| HARP | harp | product/harp/*version* | John Dalton |
12+
| LiveCompare | livecompare | product/livecompare/*version* | |
1213
| Migration Portal | mp | product/mp/*version* | Prashant Argawal |
1314
| Migration Toolkit | mtk | product/mtk/*version* | Prashant Argawal
1415
| Postgres Enterprise Manager | pem | product/pem/*version* | Anthony Waite, Ashesh Vashi |

product_docs/docs/biganimal/release/getting_started/creating_a_cluster/01_cluster_networking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ networking configuration for your cluster.
4040

4141
This IP address is private to the VNet hosting your BigAnimal
4242
services. By default it is not routable from other networks, even in
43-
your Azure account. See [Setting up Azure infrastructure to connect to a private network cluster](../../using_cluster/connecting_your_cluster/#setting-up-azure-infrastructure-to-connect-to-a-private-network-cluster) for details and instructions
43+
your Azure account. See [Setting up Azure infrastructure to connect to a private network cluster](../../using_cluster/02_connecting_your_cluster/#setting-up-azure-infrastructure-to-connect-to-a-private-network-cluster) for details and instructions
4444
on how to properly configure routing for private clusters.
4545

4646
Only one Azure Internal Load Balancer per BigAnimal region is typically deployed in your

product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ Prior to creating your cluster, make sure you have adequate Azure resources or y
4949
5. In the **Storage** section, select **Volume Type**. In **Volume Properties**, select the type and amount of storage needed for your cluster.
5050
!!! Note
5151
BigAnimal currently supports Azure Premium SSD storage types. See [the Azure documentation](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types#premium-ssds) for more information.
52-
6. In the **Networking** section, specify whether to use private or public networking. Networking is set to Public by default. Public means that any client can connect to your cluster’s public IP address over the internet.
53-
Private networking allows only IP addresses in your private network to connect to your cluster. See [Cluster networking architecture](01_cluster_networking) for more information.
54-
7. To make any updates to your database configuration parameters, select **Next: DB Configuration**.
52+
6. In the **Networking** section, you specify whether to use private or public networking. Networking is set to Public by default. Public means that any client can connect to your cluster’s public IP address over the internet. Optionally, you can limit traffic to your public cluster by specifying an IP allowlist, which only allows access to certain blocks of IP addresses. To limit access, add one or more Classless Inter-Domain Routing (CIDR) blocks in the **IP Allowlists** section. CIDR is a method for allocating IP addresses and IP routing to a whole network or subnet. If you have any CIDR block entries, access is limited to those IP addresses. If none are specified, all network traffic is allowed.
53+
54+
Private networking allows only IP addresses within your private network to connect to your cluster. See [Cluster networking architecture](01_cluster_networking) for more information.
55+
56+
57+
7. To optionally make updates to your database configuration parameters, select **Next: DB Configuration**.
5558

5659
### DB Configuration tab
5760
In the **Parameters** section, you can update the value of the database configuration parameters, as needed.

0 commit comments

Comments
 (0)