mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Fixed Vagrant quickstart index.md
Rancher Server ui is `172.22.101.101` not `172.22.101.100` and default password is `admin` not `password1`.
This commit is contained in:
@@ -23,7 +23,7 @@ The following steps quickly deploy a Rancher Server with a 3-node cluster attach
|
|||||||
|
|
||||||
4. To initiate the creation of the environment run, `vagrant up`.
|
4. To initiate the creation of the environment run, `vagrant up`.
|
||||||
|
|
||||||
5. Once provisioning finishes, go to `https://172.22.101.100` in the browser. The default user/password is `admin/password1`.
|
5. Once provisioning finishes, go to `https://172.22.101.101` in the browser. The default user/password is `admin/admin`.
|
||||||
|
|
||||||
**Result:** Rancher Server and your Kubernetes cluster is installed on VirtualBox.
|
**Result:** Rancher Server and your Kubernetes cluster is installed on VirtualBox.
|
||||||
|
|
||||||
@@ -35,4 +35,4 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme
|
|||||||
|
|
||||||
1. From the `quickstart/vagrant` folder execute `vagrant destroy -f`.
|
1. From the `quickstart/vagrant` folder execute `vagrant destroy -f`.
|
||||||
|
|
||||||
2. Wait for the confirmation that all resources have been destroyed.
|
2. Wait for the confirmation that all resources have been destroyed.
|
||||||
|
|||||||
Reference in New Issue
Block a user