We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4515355 commit 8e69e64Copy full SHA for 8e69e64
talos-bootstrap
@@ -60,11 +60,9 @@ esac
60
command -V dialog || exit 1
61
command -V talosctl || exit 1
62
command -V awk || exit 1
63
-if [ "$node" = "" ]; then
64
- command -V nmap || exit 1
65
-fi
+command -V nmap || exit 1
66
67
-VERSION_REQUIRED=v1.9
+VERSION_REQUIRED=v1.8
68
if [ $(echo "${VERSION_REQUIRED}\n$(talosctl version --client | awk '$1 == "Tag:" {print $2}')" | sort -V | tail -n 1) = "${VERSION_REQUIRED}" ]; then
69
echo "talos-bootstrap requires talosctl version ${VERSION_REQUIRED} or higher. Please check 'talosctl version --client'" >&2
70
exit 1
0 commit comments