Skip to content

Commit

Permalink
update kubelet args
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 9, 2024
1 parent 8b92205 commit 2b0f068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/smol_k8s_lab_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ k8s_distros:
# change the kubelet config for this node in k3s, feel free to add more values
kubelet_extra_args:
node-labels: "ingress-ready=true"
maxPods: 110
podsPerCore: 0
resolvConf: "/etc/resolv.conf"
max-pods: 110
pods-per-core: 0
resolv-conf: "/etc/resolv.conf"
networking_args:
ipFamily: "ipv4"
disableDefaultCNI: false
Expand Down

0 comments on commit 2b0f068

Please sign in to comment.