Last active
October 1, 2018 19:25
-
-
Save sebastien-prudhomme/82c69985f8ccb536268a98dcaa68452e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ rke config | |
[+] Cluster Level SSH Private Key Path [~/.ssh/id_rsa]: | |
[+] Number of Hosts [1]: | |
[+] SSH Address of host (1) [none]: 192.168.99.100 | |
[+] SSH Port of host (1) [22]: | |
[+] SSH Private Key Path of host (192.168.99.100) [none]: ~/.docker/machine/machines/minikluster-1/id_rsa | |
[+] SSH User of host (192.168.99.100) [ubuntu]: docker | |
[+] Is host (192.168.99.100) a Control Plane host (y/n)? [y]: | |
[+] Is host (192.168.99.100) a Worker host (y/n)? [n]: y | |
[+] Is host (192.168.99.100) an etcd host (y/n)? [n]: y | |
[+] Override Hostname of host (192.168.99.100) [none]: minikluster-1 | |
[+] Internal IP of host (192.168.99.100) [none]: | |
[+] Docker socket path on host (192.168.99.100) [/var/run/docker.sock]: | |
[+] Network Plugin Type (flannel, calico, weave, canal) [canal]: | |
[+] Authentication Strategy [x509]: | |
[+] Authorization Mode (rbac, none) [rbac]: | |
[+] Kubernetes Docker image [rancher/hyperkube:v1.11.1-rancher1]: | |
[+] Cluster domain [cluster.local]: | |
[+] Service Cluster IP Range [10.43.0.0/16]: | |
[+] Enable PodSecurityPolicy [n]: | |
[+] Cluster Network CIDR [10.42.0.0/16]: | |
[+] Cluster DNS Service IP [10.43.0.10]: | |
[+] Add addon manifest URLs or YAML files [no]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment