Skip to content

Commit

Permalink
Documentation fixes (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanya-baraskar committed Jan 11, 2022
1 parent 1f4a350 commit f49ecf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/stable/mssql/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit f49ecf0

Please sign in to comment.