File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ This role requires that you already created some certificates for Kubernetes API
16
16
Changelog
17
17
---------
18
18
19
+ ** r3.0.0_v1.9.8**
20
+
21
+ - update ` k8s_release ` to ` 1.9.8 `
22
+
19
23
** r3.0.0_v1.9.3**
20
24
21
25
- update ` k8s_release ` to ` 1.9.3 `
@@ -57,7 +61,7 @@ k8s_conf_dir: "/var/lib/kubernetes"
57
61
# The directory to store the K8s binaries
58
62
k8s_bin_dir: "/usr/local/bin"
59
63
# K8s release
60
- k8s_release: "1.9.1 "
64
+ k8s_release: "1.9.8 "
61
65
# The interface on which the K8s services should listen on. As all cluster
62
66
# communication should use the PeerVPN interface the interface name is
63
67
# normally "tap0" or "peervpn0".
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ k8s_conf_dir: "/var/lib/kubernetes"
4
4
# The directory to store the K8s binaries
5
5
k8s_bin_dir : " /usr/local/bin"
6
6
# K8s release
7
- k8s_release : " 1.9.3 "
7
+ k8s_release : " 1.9.8 "
8
8
# The interface on which the K8s services should listen on. As all cluster
9
9
# communication should use the PeerVPN interface the interface name is
10
10
# normally "tap0" or "peervpn0".
Original file line number Diff line number Diff line change 165
165
run_once : true
166
166
delegate_to : " {{groups.k8s_controller|first}}"
167
167
168
- - name : Wait 300 seconds for kube-apiserver port 8080 to become open on the host
168
+ - name : Wait for kube-apiserver to listen on port 8080 on the host
169
169
wait_for :
170
170
port : 8080
171
171
delay : 5
You can’t perform that action at this time.
0 commit comments