Skip to content
New issue

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

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

Already on GitHub? # to your account

Create an ACR operator POC that uses AARM templates #18

Closed
frodopwns opened this issue Jul 25, 2019 · 1 comment
Closed

Create an ACR operator POC that uses AARM templates #18

frodopwns opened this issue Jul 25, 2019 · 1 comment
Assignees

Comments

@frodopwns
Copy link
Contributor

Use kubebuilder and the azure sdk for go to create an operator POC that defines a CRD for ACR deployments and an operator that watches instances of those CRDs.

When an ACR CR is created, the operator should deploy a new ACR in Azure using the go adk and an Arm template.

When an ACR CR is updated, the operator should redeploy the Arm template.

When an ACR CR is deleted, the operator should remove the Arm deployment and the ACR resource deployed within it.

@frodopwns frodopwns added the acr label Jul 25, 2019
@frodopwns frodopwns self-assigned this Jul 25, 2019
@frodopwns
Copy link
Contributor Author

done

jananivMS pushed a commit that referenced this issue May 15, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant