opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

Remove --cloud-provider kubelet arg #298

Closed stacyhorton closed 5 months ago

stacyhorton commented 5 months ago

Why this change is needed

This flag was deprecated in < Kubernetes 1.23 and has been removed in 1.27 and now causes the kubelet to fail to start.

Negative effects of this change

None, EKS 1.23 has no Extended Support so clusters should no longer exist.

I also adjusted the indentation of the args to boostrap.sh to be slightly more readable as they were misleading.