This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ resource "linode_instance" "k8s_master" {
31
31
32
32
connection {
33
33
user = " core"
34
- timeout = " 30s "
34
+ timeout = " 300s "
35
35
}
36
36
}
37
37
@@ -41,7 +41,7 @@ resource "linode_instance" "k8s_master" {
41
41
42
42
connection {
43
43
user = " core"
44
- timeout = " 30s "
44
+ timeout = " 300s "
45
45
}
46
46
}
47
47
@@ -64,7 +64,7 @@ resource "linode_instance" "k8s_master" {
64
64
65
65
connection {
66
66
user = " core"
67
- timeout = " 30s "
67
+ timeout = " 300s "
68
68
}
69
69
}
70
70
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ resource "linode_instance" "k8s_node" {
30
30
31
31
connection {
32
32
user = " core"
33
- timeout = " 30s "
33
+ timeout = " 300s "
34
34
}
35
35
}
36
36
@@ -48,7 +48,7 @@ resource "linode_instance" "k8s_node" {
48
48
49
49
connection {
50
50
user = " core"
51
- timeout = " 30s "
51
+ timeout = " 300s "
52
52
}
53
53
}
54
54
@@ -61,7 +61,7 @@ resource "linode_instance" "k8s_node" {
61
61
62
62
connection {
63
63
user = " core"
64
- timeout = " 30s "
64
+ timeout = " 300s "
65
65
host = " ${ linode_instance . k8s_master . 0 . ip_address } "
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments