Skip to content

Commit

Permalink
fix: SSH private key command for K3s (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 15, 2024
1 parent 851246b commit bde642e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/k3s/partials/gitlab/_cluster-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kubefirst beta k3s create \
--git-provider gitlab \
--servers-private-ips <private-ip-1>,<private-ip-2>,<private-ip-3> \
--servers-public-ips <public-ip-1>,<public-ip-2>,<public-ip-3> \
--ssh-privatekey <ssh-key-path> \
--ssh-privatekey "$(cat ~/.ssh/your-ssh-key)" \
--ssh-user root \
--cluster-name kubefirst
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kubefirst beta k3s create \
--git-provider gitlab \
--servers-private-ips <private-ip-1>,<private-ip-2>,<private-ip-3> \
--servers-public-ips <public-ip-1>,<public-ip-2>,<public-ip-3> \
--ssh-privatekey <ssh-key-path> \
--ssh-privatekey "$(cat ~/.ssh/your-ssh-key)" \
--ssh-user root \
--cluster-name kubefirst
```
Expand Down

0 comments on commit bde642e

Please sign in to comment.