mirror of https://github.com/easzlab/kubeasz.git
fix 系统参数设置错误可忽略
parent
f328a21d39
commit
3b4f5879be
|
@ -1,6 +1,5 @@
|
||||||
# 主要组件版本
|
# 主要组件版本
|
||||||
|
|
||||||
+ kubernetes v1.9.0
|
+ kubernetes v1.9.1
|
||||||
+ etcd v3.2.11
|
+ etcd v3.2.13
|
||||||
+ docker 17.09.1-ce
|
+ docker 17.12.0-ce
|
||||||
+ calico/node v2.6.3
|
|
||||||
|
|
|
@ -64,3 +64,4 @@
|
||||||
|
|
||||||
- name: 生效系统参数
|
- name: 生效系统参数
|
||||||
shell: "sysctl -p /etc/sysctl.d/95-k8s-sysctl.conf"
|
shell: "sysctl -p /etc/sysctl.d/95-k8s-sysctl.conf"
|
||||||
|
ignore_errors: true
|
||||||
|
|
Loading…
Reference in New Issue