install
install copied to clipboard
Create k8s token randomly for Vagrantfile
If you just need some random alphanumeric (lowercase) characters:
require "securerandom"
token = SecureRandom.hex(16)