rancher / quickstart

378 stars 328 forks source link

Vagrant Quickstart example stuck at curl. #213

Open gesandovalr opened 1 year ago

gesandovalr commented 1 year ago

I'm trying to deploy rancher with Vagrant and virtualbox with the QuickStart installation guide: https://rancher.com/docs/rancher/v2.6/en/quick-start-guide/deployment/quickstart-vagrant/

It's stuck in this process. server-01: + docker run --rm --net=host appropriate/curl -sLk https://127.0.0.1/ping server-01: + sleep 5 server-01: + true

I already edited the yaml config to use more than one CPU and add more memory but still keep stuck in this loop, I have already destroyed the environment and tried to recreated it multiple times.

admin_password: admin rancher_version: v2.6.8 ROS_version: 1.5.1 Empty defaults to latest non-experimental available k8s_version: "v1.22.9-rancher1-1" server: cpus: 4 memory: 4000 node: count: 4 cpus: 4 memory: 2048 ip: master: 192.168.56.100 server: 192.168.56.101 node: 192.168.56.111 linked_clones: true net: private_nic_type: 82545EM network_type: private_network

enrico9034 commented 1 year ago

Hi, the first problem is admin_password, from rancher 2.6.x now the password is more restrictive, and Password must be at least 12 characters. Now in my test, Rancher is up but is blocked while creating the cluster.