mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Add proxy support to CRI-O service (#4607)
* Add proxy support to CRI-O service The crio.service requires proxy environment variables when it's deployed behind a corporated network. This change creates a systemd configuration file when the proxy variables are defined. * Remove unnecesary crio's tasks
This commit is contained in:
@@ -3,6 +3,5 @@ crio_packages:
|
||||
- cri-o
|
||||
- oci-systemd-hook
|
||||
|
||||
crio_service: crio
|
||||
crio_conmon: /usr/libexec/crio/conmon
|
||||
crio_runc_path: /usr/bin/runc
|
||||
|
||||
Reference in New Issue
Block a user