#!/bin/bash TOKEN=$(cat /tmp/node-token) URL='https://192.168.1.87:6443' K3S_TOKEN=${TOKEN} K3S_URL=${URL} /bin/sh /tmp/k3s.sh