Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Step "Deploy Thorium" fails for MiniThor deploymentΒ #57

@majestic-access

Description

@majestic-access

πŸ› Summary

When executing the steps to install/deploy MiniThor, it fails on the "Deploy Thorium" step. The command that fails is:
kubectl create -n thorium -f thorium-cluster.yml

I receive an error that "thorium-cluster.yml" contains an unknown field "spec.config.thorium.s3.use_path_style".

I am attempting to install on a Dell XPS laptop running Ubuntu 24.04.

To reproduce

Steps to reproduce the behavior:

  1. Clone the Thorium Github repo
  2. Navigate to the "minithor" directory in a terminal
  3. Execute the commands from the README.md file

Expected behavior

I expect the command to succeed, or at least successfully parse the .yml file.

Any helpful log output or screenshots

~/Documents/git/thorium/minithor$ kubectl create -n thorium -f thorium-cluster.yml
Error from server (BadRequest): error when creating "thorium-cluster.yml": ThoriumCluster in version "v1" cannot be handled as a ThoriumCluster: strict decoding error: unknown field "spec.config.thorium.s3.use_path_style"

Add any screenshots of the problem here.

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