Skip to content

Upgraded SQL Server images to CTP 2.2 - #565

Closed
Nilesh Gule (NileshGule) wants to merge 8 commits into
microsoft:masterfrom
NileshGule:master
Closed

Nilesh Gule (NileshGule) wants to merge 8 commits into
microsoft:masterfrom
NileshGule:master

Conversation

@NileshGule

Copy link
Copy Markdown

The changes are related to CTP2.1 images for SQL server issue reported at https://github.com/MicrosoftDocs/sql-docs/issues/2119

Upgraded the version to CTP2.2 while deploying to AKS cluster which fixes the issue

@msftclas

Microsoft Contribution License Agreements (msftclas) commented May 16, 2019

Copy link
Copy Markdown

CLA assistant check
All CLA requirements met.

@NileshGule

Copy link
Copy Markdown
Author

Added a Powershell script which automates the deployment of SQL Server 2019 related resources using the default manifest files. The script performs the following actions

  1. Creates a namespace named ag1 (can be overwritten while calling the script to create a different namespace in future, this would require the removal of the hardcoded value of ag1 namespace from the sample manifest files)
  2. Deploys SQL Server operator using the operator.yaml file
  3. Creates sapassword and masterkepassword
  4. Deploys SQL Server 2019 custom resources defined in the sqlserver.yaml file
  5. Deploys Availability Group services defined in the agservices.yaml file

The script can be executed from sample-deployment-powershell-script directory as

.\deploy-ag.ps1

@uc-msft

Copy link
Copy Markdown
Contributor

We don't have AG operator anymore for SQL2019. So I am closing this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants