Skip to content
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

[BUG]: no longer possible to launch workloads examples #102

Closed
JeremyLARDENOIS opened this issue Apr 24, 2023 · 0 comments · Fixed by #104
Closed

[BUG]: no longer possible to launch workloads examples #102

JeremyLARDENOIS opened this issue Apr 24, 2023 · 0 comments · Fixed by #104
Assignees
Labels
scope/riklet type/bug Something isn't working type/documentation Improvements or additions to documentation

Comments

@JeremyLARDENOIS
Copy link
Contributor

Description of the bug

It's no longer possible to launch workloads examples.
Indeed, api_version has been replaced by apiVersion

Steps To Reproduce

  1. Launch rik
  2. Launch the workload with rikctl like in documentation

Expected behavior

The command should be a success

Actual behavior

# RIKCONFIG=docs/src/examples/config.json cargo run   --bin rikctl -- create workloads   --file docs/src/examples/workloads/workload-1.json
    Finished dev [unoptimized + debuginfo] target(s) in 0.24s
     Running `target/debug/rikctl create workloads --file docs/src/examples/workloads/workload-1.json`
Error: Failed to deserialize the workload. Details : missing field `apiVersion` at line 14 column 1

Additional Information

Please verify why there was this regression.

@JeremyLARDENOIS JeremyLARDENOIS changed the title [BUG]: [BUG]: no longer possible to launch workloads examples Apr 24, 2023
@JeremyLARDENOIS JeremyLARDENOIS added type/bug Something isn't working type/documentation Improvements or additions to documentation scope/rikctl scope/riklet and removed scope/rikctl labels Apr 24, 2023
@JeremyLARDENOIS JeremyLARDENOIS self-assigned this Apr 24, 2023
@JeremyLARDENOIS JeremyLARDENOIS linked a pull request Apr 24, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/riklet type/bug Something isn't working type/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant