Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
external-dns
external-dns
1 commands
1 shown
Trace record reconciliation
Watch which DNS records external-dns adds or removes; note: needs --policy=sync to delete stale ones
kubectl logs deploy/external-dns -n external-dns -f | grep -iE 'CREATE|UPDATE|DELETE|record'
#external-dns
#dns
#gitops
#troubleshooting
no commands match