kind.yaml 415 B

12345678910111213141516
  1. kind: Cluster
  2. apiVersion: kind.x-k8s.io/v1alpha4
  3. kubeadmConfigPatches:
  4. - |
  5. apiVersion: kubelet.config.k8s.io/v1beta1
  6. kind: KubeletConfiguration
  7. metadata:
  8. name: config
  9. # this is only relevant for btrfs uses
  10. # https://github.com/kubernetes/kubernetes/issues/80633#issuecomment-550994513
  11. featureGates:
  12. LocalStorageCapacityIsolation: false
  13. nodes:
  14. - role: control-plane
  15. - role: worker
  16. - role: worker