Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for etcdEndpoints (0.12 sec)

  1. cmd/kubeadm/app/util/etcd/etcd.go

    			var overallEtcdPodCount int
    			if etcdEndpoints, overallEtcdPodCount, lastErr = getRawEtcdEndpointsFromPodAnnotationWithoutRetry(client); lastErr != nil {
    				return false, nil
    			}
    			if len(etcdEndpoints) == 0 || overallEtcdPodCount != len(etcdEndpoints) {
    				klog.V(4).Infof("found a total of %d etcd pods and the following endpoints: %v; retrying",
    					overallEtcdPodCount, etcdEndpoints)
    				return false, nil
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top