Skip to content

Commit

Permalink
Update deploy/balena-k3s/server/server.sh
Browse files Browse the repository at this point in the history
Co-authored-by: robotrapta <[email protected]>
  • Loading branch information
tyler-romero and robotrapta authored May 30, 2024
1 parent 084d90b commit 337a6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/balena-k3s/server/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ set -eu
# NOTE: this script is only intended to support a single-node "cluster". Multi-node
# clusters require using ectd as a datastore, instead of the default mysql. Etcd
# doesnt work well when the underlying storage is an sd card, like on raspberry pi.
# If we ever do want multi-node we'd have to pass `--server` or `--cluster-init` args to k3s
exec /bin/k3s server ${EXTRA_K3S_SERVER_ARGS:-}

0 comments on commit 337a6b5

Please sign in to comment.