Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Installation of the operator fails #367

@spron-in

Description

@spron-in

Hey!

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

It is not mentioned here: https://tembo.io/docs/tembo-stacks/tembo-operator-eks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions