You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: