10 lines
160 B
HCL
10 lines
160 B
HCL
log_level = "INFO"
|
|
|
|
plugin "containerd-driver" {
|
|
config {
|
|
enabled = true
|
|
containerd_runtime = "io.containerd.runc.v2"
|
|
stats_interval = "5s"
|
|
}
|
|
}
|