• Kubernetes Submit Queue's avatar
    Merge pull request #44366 from therc/patch-3 · 53258ba6
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Fix ensureDnsRecords comments for federated services
    
    I went to look at the source comments, because the documentation is not exhaustive about what kind of DNS records are created for federated services (and http://blog.kubernetes.io/2016/07/cross-cluster-services.html is wrong...).
    It turns out that even the comment is not in sync with the code: two out of three records listed use `.federation`, while the author probably meant `.mydomain.com` (which has less chance of getting mixed up with `myfed`). I fixed those, as well as a few spelling and parenthesis errors. Hopefully this will help others save time and not scratch their heads.
    
    cc @quinton-hoole
    53258ba6
Name
Last commit
Last update
..
dnsprovider Loading commit data...
federatedtypes Loading commit data...
federation-controller Loading commit data...
kubefed Loading commit data...