mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-20 20:05:21 +00:00
8ba34da678
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 `