Files
rancher-docs/content
Arno Gaboury 8ba34da678 kube_config_rancher-cluster.yml file location
rke binary is in `/root/bin` folder:
`$ ls -al /root/bin
-rwxr-xr-x.  1 root root  31M Jun 26 20:09 rke*
`
configuration file `rancher-cluster.yml` is in `/root/rancher-cluster` directory
`ls -al /root/rancher-cluster
-rw-r--r--.  1 root root 5.7K Jun 27 08:53 rancher-cluster.yml
`

When running `rke up --config rancher-cluster/rancher-cluster.yml`, the resulting configuration file is not in rke location, but in same directory than `rancher-cluster.yml` :
` ls -al /root/rancher-cluster
-rw-r-----.  1 root root 5.3K Jun 27 11:55 kube_config_rancher-cluster.yml
-rw-r--r--.  1 root root 5.7K Jun 27 08:53 rancher-cluster.yml
`
2018-06-27 11:34:04 -07:00
..
2018-06-26 12:10:39 -07:00
2018-06-22 21:23:23 -07:00
2018-04-12 13:59:16 -07:00