-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
π 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:
- Clone the Thorium Github repo
- Navigate to the "minithor" directory in a terminal
- 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
Labels
No labels