Hi, I need a help. I am trying to run the RKE1 in...
# rke
f
Hi, I need a help. I am trying to run the RKE1 in rootless mode. I am trying to set up single node RKE1 rancher. Below is my cluster.yml file. I am getting error as shown in the pic.
Copy code
nodes:
    - address: 13.48.86.29
      user: ec2-user
      docker_socket: /run/user/1000/docker.sock
      role:
        - controlplane
        - etcd
        - worker
prefix_path: /home/ec2-user/rke/
services:
    etcd:
      uid: 1000
      gid: 1000