-
Trying to run litmusctl 1.5.0 with latest litmus version (3.6.1). I am getting -->
đźš« ChaosCenter version: 3.6.1 is not compatible with the installed LitmusCTL version: 1.5.0
Compatible ChaosCenter…
-
Update command currently does not follow the command convention. we already have a version command we can just add this update command as subcommand for version command. It should look something like …
-
Add a command to get a list of chaos environments in a project.
`litmusctl get chaos-environment --project-id="" --environment-id=""`
`litmusctl list chaos-environment --project-id=""`
-
What happened:
Litmusctl version: 1.0.0
$litmusctl config set-account
Host endpoint where litmus is installed:
Username [Default: admin]: admin
Password: ******
account.username/admin config…
-
I don't find the command line support to create the probes. I have to create them via UI. It prevents to me create a bash script to automate the testing. Please suggest if there is a plan. I am happy …
-
Hi guys, I experimented an error while I was trying to install a litmus environment with self signed certificated.
I used **gdsoumya/litmusportal-subscriber:ci** image and **SKIP_SSL_VERIFY : "true"*…
-
Before following the [official documentation](https://docs.litmuschaos.io/docs/user-guides/schedule-experiment), I wanted to do something related to the litmusctl command.
When running the command be…
-
Hello,
We encouter issues with the litmusctl upgrade CLI v0.14.0.
```shell
$ litmusctl upgrade chaos-delegate --chaos-delegate-id="5aac7d8a-a0da-4807-9cbf-9b98a7192507" --project-id="802932df-a05…
-
Hi. When I try to get the project id in json or yaml format, the output is the interactive table, not json
```
$ litmusctl get projects --output=json
$ litmusctl get projects --output json
$ lit…
-
I want to run agent plane(subscriber, event-tracker, litmus-operator-ce, workflow-controller) resources on particular nodes.
I found that these resources can be executed with node selector([litmuscha…