Skip to content

Commit

Permalink
switch to max-pods everywhere instead of max_pods
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 12, 2024
1 parent 211c460 commit c959837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions smol_k8s_lab/config/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ k8s_distros:
node-label:
- "ingress-ready=true"
kubelet-arg:
- "max_pods=150"
- "max-pods=150"
# not yet adjustable on k3s at this time
nodes:
control_plane: 1
Expand All @@ -99,7 +99,7 @@ k8s_distros:
disable:
- "traefik"
kubelet-arg:
- "max_pods=150"
- "max-pods=150"
node-label:
- "ingress-ready=true"
# how many dockerized k3s nodes to deploy
Expand Down
6 changes: 3 additions & 3 deletions smol_k8s_lab/tui/distro_widgets/k3s_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"none",
"wireguard-native",
"true",
"max_pods=",
"podsPerCore=",
"featureGates=",
"max-pods=",
"pods-per-Core=",
"feature-gates=",
))

LIST_KEYS = ["disable", "node-label", "kubelet-arg"]
Expand Down

0 comments on commit c959837

Please sign in to comment.