Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user, I can deploy a Kubernetes operator to install Azure SQL server using a Custom Resource Definition #98

Closed
2 of 7 tasks
jananivMS opened this issue Aug 19, 2019 · 1 comment
Assignees

Comments

@jananivMS
Copy link
Contributor

jananivMS commented Aug 19, 2019

This user story covers the following:
Creation of the Kubernetes service operator scaffolding using Kubebuilder. The operator would utilize the helper library developed using Go SDK to perform the actual resource deployment.

Acceptance Criteria
[Update this once the owner starts looking at the user story]

  • User can install a Custom Resource Definition (CRD) for Azure SQL service on the Kubernetes cluster

  • User can install/update/delete a Azure SQL server instance using the CRD in an YAML file

  • User can install/update/delete a Azure SQL DB using the CRD in an YAML file

  • User can install/update/delete a Azure SQL firewall rule using the CRD in an YAML file

  • User gets clear information on why an operation failed and how to remedy it

  • User can roll credentials on sql server

  • Instrument sql server with prometheus metrics

Epic reference*
#7

Tasks
Reference this issue when you create tasks for this user story

@Azadehkhojandi Azadehkhojandi changed the title As a user, I can deploy a Kubernetes operator to install Azure SQL service using a Custom Resource Definition As a user, I can deploy a Kubernetes operator to install Azure SQL server using a Custom Resource Definition Aug 20, 2019
@frodopwns
Copy link
Contributor

done

Porges added a commit that referenced this issue May 11, 2021
* Generate type for oneOf instead of interface{}

  - This generates a new type in the recommended
    Kubernetes discriminated union style (N properties, each
    mutually exclusive).

* Minor change to makefile

* PR feedback

* More oneof tests

* fixup! PR feedback

Co-authored-by: George Pollard <gpollard@microsoft.com>
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

No branches or pull requests

2 participants