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
spin 0.10.0 (e84ac6c 2023-03-02) --> at the time of issue
Nomad v1.5.0
Consul v1.15.0
Example log from nomad job:
WARNING: Bindle support is deprecated and will be removed in a future version.
For remote applications, please use registry commands and features instead.
See https://developer.fermyon.com/spin/spin-oci for more details
2023-03-06T21:24:44.375105Z INFO spin_loader::bindle::assets: Mounting files from 'webserver/0.1.0+qca333d2' to '/private/tmp/.tmpMhCgAf'
error: Found argument '--follow-all' which wasn't expected, or isn't valid in this context
Did you mean '--follow'?
If you tried to supply `--follow-all` as a value rather than a flag, use `-- --follow-all`
USAGE:
spin trigger http --listen <ADDRESS> --follow <FOLLOW_ID>
For more information try --help
Error: exit status: 2
The text was updated successfully, but these errors were encountered:
@ad-ops thank you for the issue. I see a few options here, in rough order of preference:
Update hippo with usage per spin v0.10+, cut a release, bump hippo (and spin for the remote installers) here
Implement a mechanism to inform users going the local installer route that spin needs to be pinned to v0.9.0
Alternatively, check in w/ the Spin project to see about the feasibility of maintaining a --follow-all alias for --follow in future spin release(s) (would not require hippo release)
Apologies for the delay here. We do have a new hippo release (https://github.com/deislabs/hippo/releases/tag/v0.20.2) but I'm seeing issues with redeploying apps when using Spin v0.10.1 w/ Hippo v0.20.2 so it appears there may be other areas in Hippo that need updating for compatibility.
For the near term, we'll have to notify users running the installer locally that Spin needs to be pinned to a certain version -- ideally the same as used by the remote installers -- until Hippo is updated.
spin v0.10.0 has removed
--follow-all
which causes Nomad jobs to fail Remove deprecated --follow-all optionDowngrading to spin v0.9.0 solves this.
Installed on macOS
Example log from nomad job:
The text was updated successfully, but these errors were encountered: