Description:
DNS based pod discovery cannot be used with the readiness probe due an limitation of the product. Also cosiderring the other limitation of the dns based pod discovery. This is going to be depricated, Hence remove the same from the configuration.
Steps to reproduce:
Configure the DNS based pod discovery and the readiness probe.
- DNS 'A' record will not be created untill the pod status is move to ready.
Hence cluster initialisation will be failed. Due to the dns lookup fail and that causes the readiness probe failure.