Fix DiscoveryDisruptionIT.testElectMasterWithLatestVersion (#135396) (#135435)
The clusterAdmin() call at the end of the test uses a random node,
which may not have been part of the current election, and may still
have an old cluster state, prior to the creation of the index in the
test. The fix ensures we use the admin client for the master node.
Resolves: #134748