hobby-kube / provisioning

Kubernetes cluster provisioning using Terraform.
https://hobby-kube.dev/guide
MIT License
312 stars 112 forks source link

Support Kubernetes 1.28, replace deprecated `null_data_source` by `local`, allow setting extra config in `KubeletConfiguration` #89

Closed AndiDog closed 1 year ago

AndiDog commented 1 year ago

I've tested the new version without trouble on a new cluster, so it's really only a version bump. The KubeletConfiguration addition is helpful to enable feature gates such as swap support.

pstadler commented 1 year ago

great, thanks!