Skip to content

Commit

Permalink
Remove the etcd SRV records
Browse files Browse the repository at this point in the history
They are no longer required for OCP4.4+, according to https://access.redhat.com/solutions/5309701
  • Loading branch information
glrf committed Apr 25, 2022
1 parent 6034217 commit bf9c3d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/dns.zone
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ ${lb_hostnames[i]} IN A ${addr}
%{ for i, addr in masters ~}
etcd-${i} IN A ${addr}
%{ endfor ~}

%{ for i, addr in masters ~}
_etcd-server-ssl._tcp IN SRV 0 10 2380 etcd-${i}
%{ endfor ~}

0 comments on commit bf9c3d5

Please sign in to comment.