k3s-ansible/roles/worker/files/k3s-agent.sh

5 lines
109 B
Bash
Raw Normal View History

2024-11-23 21:46:13 +00:00
#!/bin/bash
export K3S_TOKEN="$1"
curl -sfL https://get.k3s.io | sh -s - agent --server "https://${2}:6443"