k3s-ansible/roles/master-secondary/files/k3s-secondary-master.sh
2024-11-23 22:46:13 +01:00

5 lines
125 B
Bash

#!/bin/bash
export K3S_TOKEN="$1"
curl -sfL https://get.k3s.io | sh -s - server --cluster-init --server "https://${2}:6443"