From 9d91fdfd3c779fb18892334e97630768706058aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Thu, 17 Jun 2021 19:32:08 +0200 Subject: [PATCH] Use latest Lokomotive, jump to Racker 0.2 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. --- bootstrap/baremetal.lokocfg | 1 + installer/conf.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap/baremetal.lokocfg b/bootstrap/baremetal.lokocfg index 9673124..0570f86 100644 --- a/bootstrap/baremetal.lokocfg +++ b/bootstrap/baremetal.lokocfg @@ -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 diff --git a/installer/conf.yaml b/installer/conf.yaml index 7c66b4a..118e10a 100644 --- a/installer/conf.yaml +++ b/installer/conf.yaml @@ -1,4 +1,4 @@ -version: 0.1 +version: 0.2 modules: - name: . assets: @@ -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