Skip to content

chore: Enable kube/ring feature #988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 19, 2025
Merged

chore: Enable kube/ring feature #988

merged 4 commits into from
Mar 19, 2025

Conversation

xeniape
Copy link
Member

@xeniape xeniape commented Mar 19, 2025

Needs #987

kube-rs/kube#1717 removed ring as the default crypto provider which was always present even though default features were turned off using default-features = false. Setups which disabled default features without manually specifying the crypto provider using a feature accidentally worked. After kube 0.99.0 was released, these setups broke, as did our one.

The changes needed are outlined in kube-rs/kube#1720.

Runtime error

2025-03-19T14:37:07.285064Z  INFO stackable_operator::utils::logging: Starting Stackable Operator for Apache Superset
2025-03-19T14:37:07.285095Z  INFO stackable_operator::utils::logging: This is version 0.0.0-dev (Git information: c7273b5), built for x86_64-unknown-linux-gnu by rustc 1.84.1 (e71f9a9a9 2025-01-27) at Wed, 19 Mar 2025 14:14:33 +0000
thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.25/src/crypto/mod.rs:249:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@Techassi Techassi changed the title chore: add ring feature of kube crate chore: Enable kube/ring feature Mar 19, 2025
@Techassi Techassi moved this to Development: In Progress in Stackable Engineering Mar 19, 2025
@Techassi Techassi marked this pull request as ready for review March 19, 2025 15:49
@Techassi Techassi moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Mar 19, 2025
@Techassi Techassi moved this from Development: Waiting for Review to Development: In Progress in Stackable Engineering Mar 19, 2025
@Techassi Techassi moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Mar 19, 2025
@Techassi Techassi enabled auto-merge March 19, 2025 15:57
@Techassi Techassi moved this from Development: Waiting for Review to Development: Done in Stackable Engineering Mar 19, 2025
@Techassi Techassi added this pull request to the merge queue Mar 19, 2025
Merged via the queue into main with commit 8612d80 Mar 19, 2025
10 checks passed
@Techassi Techassi deleted the chore/add-ring-feature branch March 19, 2025 16:03
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants