mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-21 21:18:54 +00:00
Merge pull request #9206 from lifupan/main
CI: fix the issue of ci failure on crio
This commit is contained in:
commit
0320198889
@ -620,6 +620,10 @@ function install_crio() {
|
||||
# See: https://github.com/kata-containers/kata-containers/issues/8034
|
||||
sudo mkdir -p /etc/crio/crio.conf.d/
|
||||
cat <<EOF | sudo tee /etc/crio/crio.conf.d/00-default-capabilities
|
||||
[crio]
|
||||
storage_option = [
|
||||
"overlay.skip_mount_home=true",
|
||||
]
|
||||
[crio.runtime]
|
||||
default_capabilities = [
|
||||
"CHOWN",
|
||||
|
Loading…
Reference in New Issue
Block a user