The prebuilt image installation may start with an outdated NS8 core image. During create-cluster, the latest versions of Loki and Metrics are installed automatically, and their versions may be incompatible with the core version.
Proposed solution
Work around the issue by running update-core early during create-cluster, forcing the core components to be updated and aligned to the latest version before installing Loki and Metrics.
Alternative solution
Fail fast. Detect version mismatches and refuse to proceed. The installation must start from an up-to-date image.
See also
Discussion https://mattermost.nethesis.it/nethesis/pl/jyasi88p1pnrxqauqeejr3m8ko (splits #8021)
The prebuilt image installation may start with an outdated NS8 core image. During
create-cluster, the latest versions of Loki and Metrics are installed automatically, and their versions may be incompatible with the core version.Proposed solution
Work around the issue by running
update-coreearly duringcreate-cluster, forcing the core components to be updated and aligned to the latest version before installing Loki and Metrics.Alternative solution
Fail fast. Detect version mismatches and refuse to proceed. The installation must start from an up-to-date image.
See also
Discussion https://mattermost.nethesis.it/nethesis/pl/jyasi88p1pnrxqauqeejr3m8ko (splits #8021)