scholzj / terraform-aws-kubernetes

Terraform module for Kubernetes setup on AWS
Apache License 2.0
202 stars 129 forks source link

Enabling containerd service #36

Closed phuongleeo closed 3 years ago

phuongleeo commented 3 years ago

As the master instance might be restarted intentionally, kubelet service could not start unless containerd service was started

phuongleeo commented 3 years ago

due to worker nodes are being managed by ASG, thus they will be replaced by other ones once been shut down or restarted, so it means containerd is always in running state

scholzj commented 3 years ago

Ok, thanks for the PR.