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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: