summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.bash b/playbook.bash
index 74f11ec..f9ed88d 100644
--- a/playbook.bash
+++ b/playbook.bash
@@ -31,7 +31,7 @@ playbook_add() {
EOF
info "$BASHTARD_PLAYBOOK" "Installing k3s"
- curl -sfL https://get.k3s.io | sh - # I hate this
+ curl -sfL https://get.k3s.io | sh -s - server --cluster-init # I hate this
notice "$BASHTARD_PLAYBOOK" "Creating data directories"
mkdir -pv -- "$(playbook_path "data")/manifests.d"