Fixed extra =
This commit is contained in:
parent
3442920a81
commit
30fdad250c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user