mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Fix containerd install for fcos (#8107)
* Fix containerd install for fcos * rm orphaned runc and containerd binaries
This commit is contained in:
@@ -67,7 +67,7 @@ haproxy_config_dir: "/etc/haproxy"
|
||||
# Directory where the binaries will be installed
|
||||
bin_dir: /usr/local/bin
|
||||
docker_bin_dir: /usr/bin
|
||||
containerd_bin_dir: /usr/bin
|
||||
containerd_bin_dir: "{{ bin_dir }}"
|
||||
etcd_data_dir: /var/lib/etcd
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
|
||||
Reference in New Issue
Block a user