mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Update etcd default ports for v3, and validate tests
This commit is contained in:
@@ -496,7 +496,7 @@ func (m *Master) getServersToValidate(c *Config) map[string]apiserver.Server {
|
||||
port, _ = strconv.Atoi(portString)
|
||||
} else {
|
||||
addr = etcdUrl.Host
|
||||
port = 4001
|
||||
port = 2379
|
||||
}
|
||||
// TODO: etcd health checking should be abstracted in the storage tier
|
||||
serversToValidate[fmt.Sprintf("etcd-%d", ix)] = apiserver.Server{
|
||||
|
||||
Reference in New Issue
Block a user