k3s/federation
k8s-merge-robot 7e3246d415 Merge pull request #29788 from xiangpengzhao/fix-clientRetryCount
Automatic merge from submit-queue

Keep retry times the same for each place where trying to ensure DNS Records

There are three places where ensureDnsRecords is retried. But they have different retry times. One place [(here)](https://github.com/xiangpengzhao/kubernetes/blob/master/federation/pkg/federation-controller/service/endpoint_helper.go#L107) is clientRetryCount but other two [(here](https://github.com/xiangpengzhao/kubernetes/blob/master/federation/pkg/federation-controller/service/endpoint_helper.go#L138) and [here)](https://github.com/xiangpengzhao/kubernetes/blob/master/federation/pkg/federation-controller/service/endpoint_helper.go#L161) are clientRetryCount + 1. Though this case doesn't have any influence, shouldn't we keep retry times the same each place?

also fix other nits:
use the same log level.
log the error in each loop.

cc @quinton-hoole
2016-07-29 13:33:14 -07:00
..
apis Internal types for FederatedReplicaSetPreferences 2016-07-22 23:35:38 +02:00
client Merge pull request #29241 from jianhuiz/federation-apiserver-extensions-replicaset-client 2016-07-29 11:40:12 -07:00
cluster Change the name of the secret that delivers federation kubeconfig. 2016-07-19 12:27:33 -07:00
cmd make the resource prefix in etcd configurable for cohabitation 2016-07-27 07:51:40 -04:00
manifests Create a PD volume when deploying the federation with federation-up. 2016-06-29 22:01:50 -07:00
pkg Keep retry times the same for each place where ensureDnsRecords is called. 2016-07-29 12:30:27 -04:00
registry/cluster Remove unnecessary empty line. 2016-07-23 19:37:13 +08:00
OWNERS Add colhom to federation OWNERS 2016-06-27 13:16:43 -07:00