Skip to content
Snippets Groups Projects
Unverified Commit 2c93c997 authored by Bas's avatar Bas Committed by GitHub
Browse files

pre-commit autocorrected files (#9750)

parent 10337f2f
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 21 deletions
......@@ -2,9 +2,9 @@ ansible==5.7.1
ansible-core==2.12.5
cryptography==3.4.8
jinja2==2.11.3
jmespath==0.9.5
MarkupSafe==1.1.1
netaddr==0.7.19
pbr==5.4.4
jmespath==0.9.5
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.7
MarkupSafe==1.1.1
---
ssh_bastion_confing__name: ssh-bastion.conf
\ No newline at end of file
ssh_bastion_confing__name: ssh-bastion.conf
---
allow_duplicates: true
\ No newline at end of file
allow_duplicates: true
{% 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 %} \
"
\ No newline at end of file
"
[Service]
ExecStartPost=-{{ bin_dir }}/cleanup-docker-orphans.sh
\ No newline at end of file
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
......
......@@ -65,4 +65,4 @@ ETCDCTL_CERT={{ etcd_cert_dir }}/admin-{{ inventory_hostname }}.pem
# ETCD 3.5.x issue
# https://groups.google.com/a/kubernetes.io/g/dev/c/B7gJs88XtQc/m/rSgNOzV2BwAJ?utm_medium=email&utm_source=footer
ETCD_EXPERIMENTAL_INITIAL_CORRUPT_CHECK={{ etcd_experimental_initial_corrupt_check }}
\ No newline at end of file
ETCD_EXPERIMENTAL_INITIAL_CORRUPT_CHECK={{ etcd_experimental_initial_corrupt_check }}
......@@ -87,4 +87,3 @@ rateLimiter:
rateLimitBucketWrite: {{ oci_rate_limit.rate_limit_bucket_write }}
{% endif %}
{% endif %}
......@@ -70,4 +70,3 @@ spec:
- name: kubernetes
mountPath: /etc/kubernetes
readOnly: true
......@@ -129,4 +129,3 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
......@@ -41,4 +41,4 @@ node-volume-attach-limit="{{ node_volume_attach_limit }}"
{% endif %}
{% if cinder_csi_rescan_on_resize is defined %}
rescan-on-resize={{ cinder_csi_rescan_on_resize | bool }}
{% endif %}
\ No newline at end of file
{% endif %}
......@@ -13,4 +13,4 @@ upcloud_csi_snapshot_controller_replicas: 2
upcloud_csi_snapshotter_image_tag: "v4.2.1"
upcloud_csi_snapshot_controller_image_tag: "v4.2.1"
upcloud_csi_snapshot_validation_webhook_image_tag: "v4.2.1"
upcloud_cacert: "{{ lookup('env','OS_CACERT') }}"
\ No newline at end of file
upcloud_cacert: "{{ lookup('env','OS_CACERT') }}"
......@@ -37,4 +37,4 @@
- inventory_hostname == groups['kube_control_plane'][0]
- not item is skipped
loop_control:
label: "{{ item.item.file }}"
\ No newline at end of file
label: "{{ item.item.file }}"
......@@ -90,4 +90,4 @@ spec:
- name: regcred
volumes:
- name: socket-dir
emptyDir: {}
\ No newline at end of file
emptyDir: {}
......@@ -5,4 +5,4 @@ metadata:
spec:
attachRequired: true
podInfoOnMount: true
fsGroupPolicy: File
\ No newline at end of file
fsGroupPolicy: File
......@@ -98,4 +98,4 @@ spec:
{% if upcloud_tolerations %}
tolerations:
{{ upcloud_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
{% endif %}
\ No newline at end of file
{% endif %}
......@@ -182,4 +182,4 @@ subjects:
roleRef:
kind: ClusterRole
name: csi-upcloud-resizer-role
apiGroup: rbac.authorization.k8s.io
\ No newline at end of file
apiGroup: rbac.authorization.k8s.io
apiVersion: v1
kind: Namespace
metadata:
name: "{{ vsphere_csi_namespace }}"
\ No newline at end of file
name: "{{ vsphere_csi_namespace }}"
......@@ -3,4 +3,4 @@
approvers:
- kubespray-approvers
reviewers:
- kubespray-reviewers
\ No newline at end of file
- kubespray-reviewers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment