Skip to content

Commit

Permalink
Use latest Lokomotive, jump to Racker 0.2
Browse files Browse the repository at this point in the history
Users should follow the update guides when updating from Racker 0.1:
  https://github.com/kinvolk/lokomotive/releases/tag/v0.7.0
  https://github.com/kinvolk/lokomotive/releases/tag/v0.8.0
because there can be a few breaking changes depending on the components
used.
Users also should add `wipe_additional_disks = true` to their
baremetal.lokocfg file.
  • Loading branch information
pothos committed Jun 23, 2021
1 parent 9c8dffb commit 9d91fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bootstrap/baremetal.lokocfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cluster "bare-metal" {
pxe_commands = var.pxe_commands
install_pre_reboot_cmds = var.install_pre_reboot_cmds
node_specific_labels = var.node_specific_labels
wipe_additional_disks = true

# Adds oidc flags to API server with default values.
# Acts as a smoke test to check if API server is functional after addition
Expand Down
4 changes: 2 additions & 2 deletions installer/conf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1
version: 0.2
modules:
- name: .
assets:
Expand All @@ -24,7 +24,7 @@ modules:
dest-filename: kubectl
- type: git
url: https://github.com/kinvolk/lokomotive.git
branch: "imran/baremetal-reprovisioning"
branch: "master"
build-commands:
- mkdir bin
- cd ./wizard && go build -o args-wizard ./args-wizard.go && mv ./args-wizard ../bin/ && cd .. && rm -rf ./wizard
Expand Down

0 comments on commit 9d91fdf

Please sign in to comment.