First release
This commit is contained in:
parent
9e428fabef
commit
84e5bbaf1a
10 changed files with 129 additions and 0 deletions
2
templates/etc/crio/crio.conf.d/01-cgroup-manager.conf.j2
Normal file
2
templates/etc/crio/crio.conf.d/01-cgroup-manager.conf.j2
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[crio.runtime]
|
||||
cgroup_manager = "systemd"
|
||||
2
templates/etc/crio/crio.conf.d/01-log-level.conf.j2
Normal file
2
templates/etc/crio/crio.conf.d/01-log-level.conf.j2
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[crio.runtime]
|
||||
log_level = "info"
|
||||
8
templates/etc/crio/crio.conf.d/01-metrics.conf.j2
Normal file
8
templates/etc/crio/crio.conf.d/01-metrics.conf.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# A necessary configuration for Prometheus based metrics retrieval
|
||||
[crio.metrics]
|
||||
|
||||
# Globally enable or disable metrics support.
|
||||
enable_metrics = true
|
||||
|
||||
# The port on which the metrics server will listen.
|
||||
metrics_port = 9090
|
||||
1
templates/etc/modules-load.d/br_netfilter.conf.j2
Normal file
1
templates/etc/modules-load.d/br_netfilter.conf.j2
Normal file
|
|
@ -0,0 +1 @@
|
|||
br_netfilter
|
||||
1
templates/etc/modules-load.d/overlay.conf.j2
Normal file
1
templates/etc/modules-load.d/overlay.conf.j2
Normal file
|
|
@ -0,0 +1 @@
|
|||
overlay
|
||||
Loading…
Add table
Add a link
Reference in a new issue