Created
January 13, 2019 08:07
-
-
Save emreozkangit/db00c7b9b517a34b49588f5e3f96ba84 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
emre@emreozkan:~$ rke config | |
[+] Cluster Level SSH Private Key Path [~/.ssh/id_rsa]: | |
[+] Number of Hosts [1]: 3 | |
[+] SSH Address of host (1) [none]: ec2-3-17-80-156.us-east-2.compute.amazonaws.com | |
[+] SSH Port of host (1) [22]: | |
[+] SSH Private Key Path of host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) [none]: | |
[-] You have entered empty SSH key path, trying fetch from SSH key parameter | |
[+] SSH Private Key of host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) [none]: | |
[-] You have entered empty SSH key, defaulting to cluster level SSH key: ~/.ssh/id_rsa | |
[+] SSH User of host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) [ubuntu]: ubuntu | |
[+] Is host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) a Control Plane host (y/n)? [y]: y | |
[+] Is host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) a Worker host (y/n)? [n]: y | |
[+] Is host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) an etcd host (y/n)? [n]: y | |
[+] Override Hostname of host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) [none]: | |
[+] Internal IP of host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) [none]: | |
[+] Docker socket path on host (ec2-3-17-80-156.us-east-2.compute.amazonaws.com) [/var/run/docker.sock]: | |
[+] SSH Address of host (2) [none]: ec2-18-224-53-69.us-east-2.compute.amazonaws.com | |
[+] SSH Port of host (2) [22]: | |
[+] SSH Private Key Path of host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) [none]: | |
[-] You have entered empty SSH key path, trying fetch from SSH key parameter | |
[+] SSH Private Key of host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) [none]: | |
[-] You have entered empty SSH key, defaulting to cluster level SSH key: ~/.ssh/id_rsa | |
[+] SSH User of host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) [ubuntu]: ubuntu | |
[+] Is host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) a Control Plane host (y/n)? [y]: | |
[+] Is host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) a Worker host (y/n)? [n]: y | |
[+] Is host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) an etcd host (y/n)? [n]: y | |
[+] Override Hostname of host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) [none]: | |
[+] Internal IP of host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) [none]: | |
[+] Docker socket path on host (ec2-18-224-53-69.us-east-2.compute.amazonaws.com) [/var/run/docker.sock]: | |
[+] SSH Address of host (3) [none]: ec2-18-221-185-55.us-east-2.compute.amazonaws.com | |
[+] SSH Port of host (3) [22]: | |
[+] SSH Private Key Path of host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) [none]: | |
[-] You have entered empty SSH key path, trying fetch from SSH key parameter | |
[+] SSH Private Key of host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) [none]: | |
[-] You have entered empty SSH key, defaulting to cluster level SSH key: ~/.ssh/id_rsa | |
[+] SSH User of host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) [ubuntu]: | |
[+] Is host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) a Control Plane host (y/n)? [y]: | |
[+] Is host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) a Worker host (y/n)? [n]: y | |
[+] Is host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) an etcd host (y/n)? [n]: y | |
[+] Override Hostname of host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) [none]: | |
[+] Internal IP of host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) [none]: | |
[+] Docker socket path on host (ec2-18-221-185-55.us-east-2.compute.amazonaws.com) [/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.6-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]: y | |
[+] Enter the Path or URL for the manifest [none]: https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml | |
[+] Add another addon [no]: y | |
[+] Enter the Path or URL for the manifest [none]: https://gist.githubusercontent.com/superseb/499f2caa2637c404af41cfb7e5f4a938/raw/930841ac00653fdff8beca61dab9a20bb8983782/k8s-dashboard-user.yml | |
[+] Add another addon [no]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment