Configure and start NativeLink- error on the health field
I have a fresh EC2 instance going and re-ran the quickstart guide. I got an error around the health field. It works when this field is deleted. I'm not sure if we want to remove the field or update it so the error doesn't occur.
https://github.com/TraceMachina/nativelink?tab=readme-ov-file#%EF%B8%8F-configure-and--start-nativelink
$ nativelink basic_cas.json
Error: Message { msg: "unknown field `health`, expected one of `cas`, `ac`, `capabilities`, `execution`, `bytestream`, `worker_api`, `experimental_prometheus`, `admin`", location: Some(Location { line: 158, column: 7 }) }
I believe you're hitting the breaking change from https://github.com/TraceMachina/nativelink/commit/ea508561d8faf1de3a7188867c70b7ef36069572.
The NativeLink version needs to be from that commit or more recent.
Thanks- let me circle back on this.
Has this been addressed?