-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issues running on MacOS #11
Comments
Hi @insuusvenerati could you please provide output of:
|
|
It seems case statement does not work inside subshell Please try this version from #12 |
Hey! That's works! Thanks so much |
Is there any chance you can get this to work on macOS? Mac doesn't have an iproute2 package so instead I used iproute2mac but get this error
|
Try installing awk |
Same happens with the latest version of awk installed
|
Sorry to necro this but as a resolution, it appears that some of the awk syntax used by talos-bootstrap includes GNU extensions that require using gawk
I came to this conclusion after a bit of blue/green testing between my daily driver MBP and a clean Ubuntu VM install. in the clean install /usr/bin/awk links to /etc/alternatives/awk and /etc/alternatives/awk links back to /usr/bin/gawk thus explaining the difference in behaviour |
Getting the error when running
talos-bootstrap install
. On MacOS 13.6.6 talosctl version v1.6.7The text was updated successfully, but these errors were encountered: