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 occurs when you try to delete composite resource that consists of PrivateDNSZone nad PrivateDNSZoneVirtualNetworkLink
Definition
---
apiVersion: apiextensions.crossplane.io/v1kind: CompositeResourceDefinitionmetadata:
name: xprivatednszones.azure.composite.iospec:
group: azure.composite.iodefaultCompositeDeletePolicy: Foregroundnames:
kind: XPrivateDnsZoneplural: xprivatednszonessingular: xprivatednszoneclaimNames:
kind: PrivateDnsZoneplural: privatednszonessingular: privatednszoneversions:
- name: v1alpha1served: truereferenceable: trueschema:
openAPIV3Schema:
type: objectproperties:
spec:
type: objectrequired:
- dnsName
- networkNameproperties:
dnsName:
description: 'DnsName: Subdomain name of private Dns zone.'type: stringnetworkName:
description: 'NetworkName: Name of the Network managed resource to attach this DNS to.'type: stringnetworkId:
type: stringstatus:
type: objectproperties:
dnsVnetId:
type: stringdescription: DNS Vnet Id where Private DNS Zone was linkedprivateDnsId:
type: stringdescription: Private DNS Zone Id
apiVersion: azure.composite.io/v1alpha1kind: PrivateDnsZonemetadata:
name: dafndev4-a-dns-5 # Specify the name of the private DNS zone managed resourcenamespace: customer # This namespace value is static. Please do not change.spec:
dnsName: dafndev4-a-dns-5 # Specify the name of the private DNS zone managed resource.networkName: rg-d-gwc1-dafndev4-a-networking # Name your resource groupnetworkId: /subscriptions/b7a5aefd-d58d-446f-ba7b-b37cd3ef8ab6/resourceGroups/rg-d-gwc1-dafndev4-a-networking/providers/Microsoft.Network/virtualNetworks/vnet-d-gwc1-dafndev4-a
Steps to Reproduce
Fill with you domain, and your provider-configs
Submit claim
Delete claim
in about 70 % of cases privateDNSZone is not deleted
example Private DNS Zone not being deleted events:
Type: LastAsyncOperationEvents:
Type Reason Age From Message---- ------ ---- ---- -------Normal CreatedExternalResource 29m managed/network.azure.upbound.io/v1beta1, kind=privatednszone Successfully requested creation of external resourceWarning CannotUpdateManagedResource 28m managed/network.azure.upbound.io/v1beta1, kind=privatednszone Operation cannot be fulfilled on privatednszones.network.azure.upbound.io "dafndev4-a-dns-5-2h47n": the object has been modified; please apply your changes to the latest version and try againNormal DeletedExternalResource 17m (x25 over 17m) managed/network.azure.upbound.io/v1beta1, kind=privatednszone Successfully requested deletion of external resource
Relevant Error Output Snippet
No response
Crossplane Version
v1.15.2
Provider Version
v1.5.0
Kubernetes Version
No response
Kubernetes Distribution
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Resource(s)
network.azure.upbound.io/v1beta1 - PrivateDNSZone
Resource MRs required to reproduce the bug
This occurs when you try to delete composite resource that consists of PrivateDNSZone nad PrivateDNSZoneVirtualNetworkLink
Definition
composition:
Claim
Steps to Reproduce
in about 70 % of cases privateDNSZone is not deleted
Related to #819
What happened?
example Private DNS Zone not being deleted events:
Relevant Error Output Snippet
No response
Crossplane Version
v1.15.2
Provider Version
v1.5.0
Kubernetes Version
No response
Kubernetes Distribution
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: