mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-13 16:54:41 -03:30
pre-commit autocorrected files (#9750)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
---
|
||||
allow_duplicates: true
|
||||
allow_duplicates: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% if crio_registry_auth is defined and crio_registry_auth|length %}
|
||||
{
|
||||
{
|
||||
{% for reg in crio_registry_auth %}
|
||||
"auths": {
|
||||
"{{ reg.registry }}": {
|
||||
|
||||
@@ -3,4 +3,4 @@ Environment="DOCKER_DNS_OPTIONS=\
|
||||
{% for d in docker_dns_servers %}--dns {{ d }} {% endfor %} \
|
||||
{% for d in docker_dns_search_domains %}--dns-search {{ d }} {% endfor %} \
|
||||
{% for o in docker_dns_options %}--dns-opt {{ o }} {% endfor %} \
|
||||
"
|
||||
"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPost=-{{ bin_dir }}/cleanup-docker-orphans.sh
|
||||
ExecStartPost=-{{ bin_dir }}/cleanup-docker-orphans.sh
|
||||
|
||||
@@ -375,7 +375,7 @@ valid_entropy_sources = ["/dev/urandom","/dev/random",""]
|
||||
# When enable_guest_swap is enabled, insert a raw file to the guest as the swap device
|
||||
# if the swappiness of a container (set by annotation "io.katacontainers.container.resource.swappiness")
|
||||
# is bigger than 0.
|
||||
# The size of the swap device should be
|
||||
# The size of the swap device should be
|
||||
# swap_in_bytes (set by annotation "io.katacontainers.container.resource.swap_in_bytes") - memory_limit_in_bytes.
|
||||
# If swap_in_bytes is not set, the size should be memory_limit_in_bytes.
|
||||
# If swap_in_bytes and memory_limit_in_bytes is not set, the size should
|
||||
|
||||
Reference in New Issue
Block a user