mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
Use sysctl_file_path variable for all sysctl_file locations (#8395)
* Use sysctl_file_path variable for all sysctl_file locations * Add sysctl_file_path variable to kubespay-defaults * Remove previously used sysctl file locations if present * Use explicit filename in roles/kubernetes/node/defaults/main.yml * Defaults: use explicit value
This commit is contained in:
@@ -331,6 +331,7 @@
|
||||
- /usr/libexec/kubernetes
|
||||
- /etc/origin/openvswitch
|
||||
- /etc/origin/ovn
|
||||
- "{{ sysctl_file_path }}"
|
||||
ignore_errors: true # noqa ignore-errors
|
||||
tags:
|
||||
- files
|
||||
|
||||
Reference in New Issue
Block a user