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

Support backup and restore of all Azure managed resources #128

Closed
8 tasks
negz opened this issue Mar 30, 2020 · 0 comments · Fixed by #130
Closed
8 tasks

Support backup and restore of all Azure managed resources #128

negz opened this issue Mar 30, 2020 · 0 comments · Fixed by #130
Assignees
Labels
enhancement New feature or request

Comments

@negz
Copy link
Member

negz commented Mar 30, 2020

What problem are you facing?

When a managed resource is backed up and subsequently restored using a tool like https://velero.io the newly restored managed resource should resume reconciliation of the external resource that was created by the backed up resource. This should be true for all Azure managed resources that support the crossplane.io/external-name annotation. This annotation set and/or records the actual name of an external resource, causing the newly restored managed resource to use that name.

How could Crossplane help solve your problem?

Crossplane could ensure all Azure managed resources support the crossplane.io/external-name annotation. I believe the following resources need updating:

  • AKSCluster
  • (Storage) Container
  • (Storage) Account
  • ResourceGroup
  • VirtualNetwork
  • Subnet
  • MySQLServerVirtualNetworkRule
  • PostgreSQLServerVirtualNetworkRule
@negz negz added the enhancement New feature or request label Mar 30, 2020
@negz negz assigned negz and unassigned hasheddan Apr 6, 2020
@negz negz closed this as completed in #130 Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants