You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Makefile for Linux target when run on an Arm64 Mac
The k3sup binary is for Linux amd64, but was being created for
Linux arm64 and not Linux amd64.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Add --no-extra flag to join command
It was found that when joining servers to a cluster any additional servers
would not honour the `--no-extras` flag used with the install command.
It is necessary, therefore, for the flag to be added to `join` and only
be applied in situations where `--server` has been provided.
Signed-off-by: Richard Gee <richard@technologee.co.uk>