bakins / kubernetes-coreos-terraform

Simple Kubernetes cluster on CoreOS in AWS using Terraform
MIT License
113 stars 31 forks source link

ami-66e30706 not found #11

Open suchisubhra opened 8 years ago

suchisubhra commented 8 years ago

I am trying to run this in "us-east-1" region and as ami-66e30706 doesn't exist there.. I use coreOs image 'ami-7a627510'.

When I run it.. i see kubelet service is not running at the end... null_resource.init-kubernetes (remote-exec): Checking K8s readiness to init 'kube-system' namespace any help really appreciated.. I don't find anywhere you are installing Kubernetes ... Thanks ~Suchi

bakins commented 8 years ago

It uses kubelet included with CoreOS to run the hyperkube versions: https://github.com/bakins/kubernetes-coreos-terraform/blob/6575a08e15cf67fda6a3d83b0e307384b4ce565e/user-data/worker.yaml#L90

I do not maintain this anymore. PRs are appreciated.