From 1af32f45a5b0f43e8a73a2187eca4d3dfbb24913 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Mon, 11 Oct 2021 14:36:26 +0100 Subject: [PATCH] Deployed 33507fd1 to v5.0.0 with MkDocs 1.2.2 and mike 1.1.0 --- v5.0.0/faq/faq/index.html | 20 +++--- v5.0.0/search/search_index.json | 2 +- v5.0.0/sitemap.xml | 84 ++++++++++++------------ v5.0.0/sitemap.xml.gz | Bin 477 -> 477 bytes v5.0.0/usage/advanced/calico/index.html | 6 +- v5.0.0/usage/commands/index.html | 5 +- v5.0.0/usage/registries/index.html | 4 +- 7 files changed, 60 insertions(+), 61 deletions(-) diff --git a/v5.0.0/faq/faq/index.html b/v5.0.0/faq/faq/index.html index 40dd84f6..6e58a4cd 100644 --- a/v5.0.0/faq/faq/index.html +++ b/v5.0.0/faq/faq/index.html @@ -1302,8 +1302,8 @@
  • change the kubelet’s eviction thresholds upon cluster creation:

    k3d cluster create \
    -  --k3s-agent-arg '--kubelet-arg=eviction-hard=imagefs.available<1%,nodefs.available<1%' \
    -  --k3s-agent-arg '--kubelet-arg=eviction-minimum-reclaim=imagefs.available=1%,nodefs.available=1%'
    +  --k3s-arg '--kubelet-arg=eviction-hard=imagefs.available<1%,nodefs.available<1%@agent:*' \
    +  --k3s-arg '--kubelet-arg=eviction-minimum-reclaim=imagefs.available=1%,nodefs.available=1%@agent:*'
     
  • @@ -1323,7 +1323,7 @@