Skip to content

Commit

Permalink
Fix markdown linter and add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Oct 27, 2024
1 parent 2996a2c commit 480299b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.bu linguist-language=YAML
*.bu linguist-detectable=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You will have to duplicate worker.bu for each worker node

A small script that will convert `*.bu` files in `*.ign` files and if you want can publish them via ssh on your web server.

## The right way ...
## The right way

You should start your cluster with the master/controller node and wait for `koreos-installer.service` (from KoreOS-installer.ign) to finish.
Then you can check the logs with `journalctl -eu koreos-installer.service` and get the token like `kzh5ow.k7658m9zlmec5cni` and the caCertHashes: like `sha256:e46b74d087a9b14ebb03f7f65d75944a8dead52d0dddc654aa9878985ff9b0be`
Expand Down

0 comments on commit 480299b

Please sign in to comment.