Last active
October 3, 2018 20:33
-
-
Save sebastien-prudhomme/690346f0f878027959a040ceb78fbe2d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodes: | |
- address: 192.168.99.100 | |
port: "22" | |
internal_address: "" | |
role: | |
- controlplane | |
- worker | |
- etcd | |
hostname_override: minikluster-1 | |
user: docker | |
docker_socket: /var/run/docker.sock | |
ssh_key: "" | |
ssh_key_path: ~/.docker/machine/machines/minikluster-1/id_rsa | |
labels: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment