Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest Lokomotive, jump to Racker 0.2 #90

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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