rancher / quickstart

378 stars 328 forks source link

quickstart-aws-custom Cluster stuck in "Provisioning" State #200

Closed ecda909 closed 2 years ago

ecda909 commented 2 years ago

Hi, today I tried to deploy the Rancher cluster based on the quickstart documentation found here: https://rancher.com/docs/rancher/v2.5/en/quick-start-guide/deployment/amazon-aws-qs/#destroying-the-environment I got the Rancher Sever node running fine and the single node cluster is provisioned as expected, however the quickstart-aws-custom cluster is stuck in the "Provisioning" state (this has been stuck for about an hour). The instance is provisioned though, it's just not showing in the Rancher Dashboard as being up. Is there anything I can do to

Screen Shot 2022-01-21 at 3 13 02 PM

either bring it up or deploy just the single-node cl

Screen Shot 2022-01-21 at 3 13 30 PM

uster without the quickstart-aws-custom cluster?

Thanks, there are screenshots attached if needed.

thinkmassive commented 2 years ago

I hit the same issue. According to cloud-init-output.log the provisioning script exits when it tries to install docker, but docker is already installed (maybe recently added to the base AMI?) The service is disabled, so you need to start it with sudo systemctl start docker.

With the docker service running, you can proceed with the quickstart by running the command (sudo docker run ...) provided on the Registration tab of the page "Cluster: quickstart-aws-custom"

bashofmann commented 2 years ago

Thanks for the debugging work @thinkmassive . Fixed with https://github.com/rancher/quickstart/commit/ca34446008a4fabd18e70f34d43f0497cc8693b1.