Skip to content

Commit b5cc3ed

Browse files
committed
added more disclaimers
1 parent 473ff72 commit b5cc3ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

articles/aks/create-postgresql-ha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: innovation-engine, aks-related-content
1212

1313
In this article, you create the infrastructure needed to deploy a highly available PostgreSQL database on AKS using the [CloudNativePG (CNPG)](https://cloudnative-pg.io/) operator.
1414

15+
[!INCLUDE [open source disclaimer](./includes/open-source-disclaimer.md)]
16+
1517
## Before you begin
1618

1719
* Review the deployment overview and make sure you meet all the prerequisites in [How to deploy a highly available PostgreSQL database on AKS with Azure CLI][postgresql-ha-deployment-overview].

articles/aks/deploy-postgresql-ha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In this article, you deploy a highly available PostgreSQL database on AKS.
1414

1515
* If you haven't already created the required infrastructure for this deployment, follow the steps in [Create infrastructure for deploying a highly available PostgreSQL database on AKS][create-infrastructure] to get set up, and then you can return to this article.
1616

17+
[!INCLUDE [open source disclaimer](./includes/open-source-disclaimer.md)]
18+
1719
## Create secret for bootstrap app user
1820

1921
1. Generate a secret to validate the PostgreSQL deployment by interactive login for a bootstrap app user using the [`kubectl create secret`][kubectl-create-secret] command.

articles/aks/postgresql-ha-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In this guide, you deploy a highly available PostgreSQL cluster that spans multi
1414

1515
This article walks through the prerequisites for setting up a PostgreSQL cluster on [Azure Kubernetes Service (AKS)][what-is-aks] and provides an overview of the full deployment process and architecture.
1616

17+
[!INCLUDE [open source disclaimer](./includes/open-source-disclaimer.md)]
18+
1719
## Prerequisites
1820

1921
* This guide assumes a basic understanding of [core Kubernetes concepts][core-kubernetes-concepts] and [PostgreSQL][postgresql].

0 commit comments

Comments
 (0)