From 2bb443bb4c922e62cf7b5860af26c1b62d8b3cbd Mon Sep 17 00:00:00 2001 From: Mike Ray Date: Fri, 20 Sep 2019 09:45:36 -0700 Subject: [PATCH] Clarify non-support for RTM --- samples/features/high availability/Kubernetes/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/features/high availability/Kubernetes/readme.md b/samples/features/high availability/Kubernetes/readme.md index e0f1b42c..21bae91d 100644 --- a/samples/features/high availability/Kubernetes/readme.md +++ b/samples/features/high availability/Kubernetes/readme.md @@ -1,6 +1,7 @@ # Samples scripts for a SQL Server Always On Availability Group on SQL Server Containers, managed by Kubernetes -Available with SQL Server 2019 (preview). + +Availability Groups on SQL Server Containers was provided during SQL Server 2019 preview releases to demonstrate a potential capability. SQL Server 2019 does not support Availability Groups on containers. Go to the documentation to learn more about: @@ -8,4 +9,4 @@ Go to the documentation to learn more about: [Deploy a SQL Server Always On Availability Group on Kubernetes Cluster](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-deploy) -[Create deployment script for SQL Server Always On Availability Group](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-create-deployment) \ No newline at end of file +[Create deployment script for SQL Server Always On Availability Group](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-create-deployment)