openshift-cluster-dns-refresh¶
A task to update DNS zone records and reconfigure load balancers for an OpenShift cluster
OpenShift DNS Refresh Task¶
This task updates the DNS zone records and reconfigures load balancers for an OpenShift cluster. It's essential for maintaining proper cluster network connectivity when cluster networking changes occur.
Requirements¶
Cluster Configuration¶
- Existing OpenShift cluster
- Configured load balancer nodes
- Valid DNS zone configuration
- Proper network access between components
Permissions¶
- Access to zone management
- Machine management permissions
- Profile modification rights
- File management access
- Work order management access
Usage¶
Basic Operation¶
# Apply DNS refresh task
drpcli machines tasks add <machine-uuid> openshift-cluster-dns-refresh
# Verify DNS updates
drpcli zones show <cluster-name>
Update Process¶
- Updates zone records for:
- API endpoint (api.
. ) - Internal API (api-int.
. ) - Application wildcard (*.apps.
. ) - Bootstrap nodes
- Control plane nodes
- Worker nodes
- Verifies DNS resolution
Verification Steps¶
Common Issues¶
- DNS propagation delays
- Network connectivity problems
- Permission-related failures
Objects that Reference openshift-cluster-dns-refresh¶
- blueprints openshift-cluster-dns-refresh in Openshift v4.15.3 as part of Tasks (declared)