mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #81880 from MikeSpreitzer/fix81879
Bumped the number of times a node tries to lookup itself
This commit is contained in:
commit
7ed5eb6dcc
@ -112,7 +112,7 @@ func GetNodeHostIP(node *v1.Node) (net.IP, error) {
|
|||||||
func GetNodeIP(client clientset.Interface, hostname string) net.IP {
|
func GetNodeIP(client clientset.Interface, hostname string) net.IP {
|
||||||
var nodeIP net.IP
|
var nodeIP net.IP
|
||||||
backoff := wait.Backoff{
|
backoff := wait.Backoff{
|
||||||
Steps: 5,
|
Steps: 6,
|
||||||
Duration: 1 * time.Second,
|
Duration: 1 * time.Second,
|
||||||
Factor: 2.0,
|
Factor: 2.0,
|
||||||
Jitter: 0.2,
|
Jitter: 0.2,
|
||||||
|
Loading…
Reference in New Issue
Block a user