Skip to content

Commit

Permalink
Move the kind declaration under the apiVersion for kubelet
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 4, 2025
1 parent 5d921c0 commit 8f41bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/kubeadm-1.24.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ nodeRegistration:
provider-id: kind://docker/kind/kindcontainer-control-plane
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
featureGates:
KubeletInUserNamespace: true
cgroupDriver: systemd
Expand All @@ -62,7 +63,6 @@ evictionHard:
nodefs.inodesFree: 0%
failSwapOn: false
imageGCHighThresholdPercent: 100
kind: KubeletConfiguration
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
conntrack:
Expand Down

0 comments on commit 8f41bb5

Please sign in to comment.