I am trying to install Kubernetes in AWS within my HA environment. I am running:
RancherOS from ami-9515feed
The k8s environment is k8 with cloud provider listed as aws.
docker v 1.12.3
kubernetes version 1.8.3-rancher2
I have tried custom and ec2 installs and all of them stall out at " Creating Kubernetes system stack" There are no error logs in the logs, just info logs which all seem to be working normally and receiving calls. The containers that do spin up are the rancher-agent and rancher-agent-bootstrap, but the bootstrap agent is stopped every time. If I try to start it then it just stops again after a few seconds with no errors in the logs.
My security group has ingress of all traffic from all places. I changed it to that for testing and plan to restrict it more once it is working again. I have launched with both Public and private IP addresses. At this point I am stuck. I even let the system try to run through the weekend to no avail still was stuck at " Creating Kubernetes system stack".
If you could point me in the right direction it would be greatly appreciated.