1 Star 0 Fork 10

张皓 / k8s 高可用集群 ansible 剧本部署

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
calico_bpf.yaml 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
山河已无恙 提交于 2023-02-05 23:52 . init
---
- name: bpf system setting
hosts: k8s
tasks:
# 永久设置所需的 sysctl 参数
- name: sysctl params required by setup, params persist across reboots
copy:
src: ./file/sysctl.d/calico.conf
dest: /etc/sysctl.d/calico.conf
# 刷新内核参数
- name: Apply sysctl params without reboot
shell: sysctl --system
1
https://gitee.com/zhanghaosdc/k8s_deploy_ansible.git
git@gitee.com:zhanghaosdc/k8s_deploy_ansible.git
zhanghaosdc
k8s_deploy_ansible
k8s 高可用集群 ansible 剧本部署
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891