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
{{ message }}
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
I tried to install the Operator and it was failing with the following error:
$ just --set STORAGE_CLASS_NAME standard install-dependencies
error: Parameter `STORAGE_CLASS_NAME` shadows variable of the same name
|
155 | annotate STORAGE_CLASS_NAME:
| ^^^^^^^^^^^^^^^^^^
I commented out the section starting with annotate STORAGE_CLASS_NAME, but not sure what is the impact.
Then it seems that you also need cargo to install, as installation fails with error:
cargo run --bin crdgen > ../charts/tembo-operator/templates/crd.yaml
sh: 1: cargo: not found
error: Recipe `generate-crd` failed on line 14 with exit code 127
error: Recipe `install-dependencies` failed on line 131 with exit code 127
UPD - cargo is installed and installation fails further:
error: package `time-core v0.1.2` cannot be built because it requires rustc 1.67.0 or newer, while the currently active rustc version is 1.66.1
Either upgrade to rustc 1.67.0 or newer, or use
cargo update -p time-core@0.1.2 --precise ver
where `ver` is the latest version of `time-core` supporting rustc 1.66.1
error: Recipe `generate-crd` failed on line 14 with exit code 101
error: Recipe `install-dependencies` failed on line 131 with exit code 101