Skip to content

Commit

Permalink
Merge pull request #4412 from twz123/k0sctl-no-upgrade-check
Browse files Browse the repository at this point in the history
Remove disable-upgrade-check flag from k0sctl
  • Loading branch information
twz123 authored May 13, 2024
2 parents a360742 + 33c3006 commit a45a028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ostests/modules/k0sctl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "terraform_data" "k0sctl_apply" {
}

command = <<-EOF
printf %s "$K0SCTL_CONFIG" | env -u SSH_AUTH_SOCK SSH_KNOWN_HOSTS='' "$K0SCTL_EXECUTABLE_PATH" apply --disable-telemetry --disable-upgrade-check -c -
printf %s "$K0SCTL_CONFIG" | env -u SSH_AUTH_SOCK SSH_KNOWN_HOSTS='' "$K0SCTL_EXECUTABLE_PATH" apply --disable-telemetry -c -
EOF
}
}
Expand Down

0 comments on commit a45a028

Please sign in to comment.