server: ```INSTALL_K3S_MIRROR=cn K3S_NODE_NAME=cub...
# k3s
m
server:
Copy code
INSTALL_K3S_MIRROR=cn K3S_NODE_NAME=cubmaster01     K3S_KUBECONFIG_OUTPUT=/home/escape/.kube/config     INSTALL_K3S_EXEC="--docker" | sh install.sh
agent:
Copy code
INSTALL_K3S_MIRROR=cn K3S_NODE_NAME=cubnode01     K3S_KUBECONFIG_OUTPUT=/home/escape/.kube/config     K3S_URL=<https://192.168.71.130:6443>     K3S_TOKEN=K100....  sh install.sh