Fixed extra =

This commit is contained in:
Charles Showalter 2023-03-30 15:08:19 -07:00
parent 3442920a81
commit 30fdad250c

View File

@ -50,7 +50,7 @@ This command will spin up a kubernetes server that does not allow deployments. W
curl -sfL https://get.k3s.io | sh -s - server \ curl -sfL https://get.k3s.io | sh -s - server \
--node-taint CriticalAddonsOnly=true:NoExecute \ --node-taint CriticalAddonsOnly=true:NoExecute \
--tls-san {LOADBALANCER} \ --tls-san {LOADBALANCER} \
--datastore-endpoint=='mysql://{USERNAME}:{PASSWORD}@tcp({IP}:{PORT})/{DATABASE}' --datastore-endpoint='mysql://{USERNAME}:{PASSWORD}@tcp({IP}:{PORT})/{DATABASE}'
``` ```
## Token ## Token