Skip to content
Snippets Groups Projects
Verified Commit 0614ce0a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix 4.2.6, 4.2.8, 4.2.12 and 1.3.6

parent 6aee5425
No related branches found
No related tags found
No related merge requests found
......@@ -55,13 +55,17 @@ services:
cluster_cidr: 10.42.0.0/16
image: ''
service_cluster_ip_range: 10.43.0.0/16
extra_args:
feature-gates: 'RotateKubeletServerCertificate=true'
kubelet:
cluster_dns_server: 10.43.0.10
cluster_domain: cluster.local
extra_args:
containerized: 'true'
eviction-hard: "memory.available<100Mi,nodefs.available<1Gi,imagefs.available<1Gi"
eviction-minimum-reclaim: "memory.available=0Mi,nodefs.available=0Mi,imagefs.available=0Gi"
eviction-hard: 'memory.available<100Mi,nodefs.available<1Gi,imagefs.available<1Gi'
eviction-minimum-reclaim: 'memory.available=0Mi,nodefs.available=0Mi,imagefs.available=0Gi'
protect-kernel-defaults: 'true'
hostname-override: 'false'
extra_binds:
# Make local storage work with persistent volumes that use `subpath`
# see https://open.greenhost.net/openappstack/openappstack/issues/236
......
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