mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
Some update for the deploy on fedora coreos: (#10030)
- Test with new version: 37.20230322.3.0. Both containerd and cri-o is tested - bugfix: when we use crio and the var bin_dir is changed, there will be some error about the new bin dir.
This commit is contained in:
@@ -269,7 +269,11 @@ manage_ns_lifecycle = false
|
||||
namespaces_dir = "/var/run"
|
||||
|
||||
# pinns_path is the path to find the pinns binary, which is needed to manage namespace lifecycle
|
||||
{% if bin_dir == "/usr/local/bin" %}
|
||||
pinns_path = ""
|
||||
{% else %}
|
||||
pinns_path = "{{ bin_dir }}/pinns"
|
||||
{% endif %}
|
||||
|
||||
# The "crio.runtime.runtimes" table defines a list of OCI compatible runtimes.
|
||||
# The runtime to use is picked based on the runtime_handler provided by the CRI.
|
||||
|
||||
Reference in New Issue
Block a user