Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant Quickstart example stuck at curl. #213

Open
gesandovalr opened this issue Sep 7, 2022 · 1 comment
Open

Vagrant Quickstart example stuck at curl. #213

gesandovalr opened this issue Sep 7, 2022 · 1 comment

Comments

@gesandovalr
Copy link

gesandovalr commented Sep 7, 2022

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants