Skip to content

Latest commit

 

History

History
 
 

vagrant

Vagrant Quickstart

This folder contains Vagrant code to stand up a single Rancher server instance with a single node cluster attached to it.

Requirements

Deploy

  1. Clone this repository and go into the vagrant subfolder
  2. Run vagrant up

When provisioning is finished the Rancher UI will become accessible on 172.22.101.101. The default password is admin, but this can be updated in the config.yaml file.

Remove

To remove the VMs that have been deployed run vagrant destroy -f