1 Star 0 Fork 13

崔云/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cy-code/k8s_deploy_ansible.git
git@gitee.com:cy-code/k8s_deploy_ansible.git
cy-code
k8s_deploy_ansible
k8s 高可用集群 ansible 剧本部署
master

搜索帮助