You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
* 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>
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
The text was updated successfully, but these errors were encountered: