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
When there is error in dnsrecord of dnspolicy, Enforced status is not updated to Enforced=false in dnspolicy's status. the status looks like this:
conditions:
- lastTransitionTime: '2024-05-03T10:37:03Z'
message: DNSPolicy has been accepted
reason: Accepted
status: 'True'
type: Accepted
- lastTransitionTime: '2024-05-03T10:37:03Z'
message: DNSPolicy has been successfully enforced
reason: Enforced
status: 'True'
type: Enforced
observedGeneration: 1
recordConditions:
backend.ficap.example.com:
- lastTransitionTime: '2024-05-03T10:52:12Z'
message: 'The DNS provider failed to ensure the record: failed to submit
all changes for the following zones: [/hostedzone/ZONEID]'
observedGeneration: 1
reason: ProviderError
status: 'False'
type: Ready
Depending on the meaning of enforced condition it should be updated properly.
The text was updated successfully, but these errors were encountered:
When there is error in dnsrecord of dnspolicy, Enforced status is not updated to Enforced=false in dnspolicy's status. the status looks like this:
Depending on the meaning of enforced condition it should be updated properly.
The text was updated successfully, but these errors were encountered: