From f49ecf07aff4211eb14ea4db26ba83b20ab7a649 Mon Sep 17 00:00:00 2001 From: Chaitanya Baraskar Date: Tue, 11 Jan 2022 19:23:33 +0530 Subject: [PATCH] Documentation fixes (#1182) --- examples/stable/mssql/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/stable/mssql/README.md b/examples/stable/mssql/README.md index 1cea51a146..4599adee13 100644 --- a/examples/stable/mssql/README.md +++ b/examples/stable/mssql/README.md @@ -1,14 +1,13 @@ # Microsoft SQL Server -MS SQL Server is a relational database management system (RDBMS) developed by Microsoft. This product is built for the basic function of storing retrieving data as required by other applications. -It can be run either on the same computer or on another across a network. +MS SQL Server is a relational database management system (RDBMS) developed by Microsoft. This product is built for the basic function of storing retrieving data as required by other applications. ## Introduction This document will cover how to install SQL Server and how to run backup/restore actions. ## Prerequisites -- Kubernetes 1.6+ with Beta APIs enabled +- Kubernetes 1.16+ with Beta APIs enabled - PV provisioner support in the underlying infrastructure - Kanister controller version 0.71.0 installed in your cluster, let's assume in Namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#install-the-tools)