Skip to content

Commit ca2e793

Browse files
authored
V1.9.8 (#9)
* change K8s to v1.9.8 * change task name * update README
1 parent 1c39ec7 commit ca2e793

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This role requires that you already created some certificates for Kubernetes API
1616
Changelog
1717
---------
1818

19+
**r3.0.0_v1.9.8**
20+
21+
- update `k8s_release` to `1.9.8`
22+
1923
**r3.0.0_v1.9.3**
2024

2125
- update `k8s_release` to `1.9.3`
@@ -57,7 +61,7 @@ k8s_conf_dir: "/var/lib/kubernetes"
5761
# The directory to store the K8s binaries
5862
k8s_bin_dir: "/usr/local/bin"
5963
# K8s release
60-
k8s_release: "1.9.1"
64+
k8s_release: "1.9.8"
6165
# The interface on which the K8s services should listen on. As all cluster
6266
# communication should use the PeerVPN interface the interface name is
6367
# normally "tap0" or "peervpn0".

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ k8s_conf_dir: "/var/lib/kubernetes"
44
# The directory to store the K8s binaries
55
k8s_bin_dir: "/usr/local/bin"
66
# K8s release
7-
k8s_release: "1.9.3"
7+
k8s_release: "1.9.8"
88
# The interface on which the K8s services should listen on. As all cluster
99
# communication should use the PeerVPN interface the interface name is
1010
# normally "tap0" or "peervpn0".

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
run_once: true
166166
delegate_to: "{{groups.k8s_controller|first}}"
167167

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
169169
wait_for:
170170
port: 8080
171171
delay: 5

0 commit comments

Comments
 (0)