Merge pull request #3737 from bashofmann/fix-vagrant-quickstart-ip

Update vagrant quickstart IP
This commit is contained in:
Billy Tat
2021-12-13 10:59:26 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@ The following steps quickly deploy a Rancher Server with a single node cluster a
4. To initiate the creation of the environment run, `vagrant up --provider=virtualbox`.
5. Once provisioning finishes, go to `https://172.22.101.101` in the browser. The default user/password is `admin/admin`.
5. Once provisioning finishes, go to `https://192.168.56.101` in the browser. The default user/password is `admin/admin`.
**Result:** Rancher Server and your Kubernetes cluster is installed on VirtualBox.
@@ -30,7 +30,7 @@ The following steps quickly deploy a Rancher Server with a single node cluster a
4. To initiate the creation of the environment run, `vagrant up --provider=virtualbox`.
5. Once provisioning finishes, go to `https://172.22.101.101` in the browser. The default user/password is `admin/admin`.
5. Once provisioning finishes, go to `https://192.168.56.101` in the browser. The default user/password is `admin/admin`.
**Result:** Rancher Server and your Kubernetes cluster is installed on VirtualBox.