You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/agent-installation.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,42 +61,42 @@ To install the latest version of litmusctl follow the below steps:
61
61
62
62
- Extract the binary
63
63
64
-
```shell
65
-
$ tar -zxvf litmusctl-<OS>-<ARCH>-<VERSION>.tar.gz
64
+
```bash
65
+
tar -zxvf litmusctl-<OS>-<ARCH>-<VERSION>.tar.gz
66
66
```
67
67
68
68
- Provide necessary permissions
69
69
70
-
```shell
71
-
$ chmod +x litmusctl
70
+
```bash
71
+
chmod +x litmusctl
72
72
```
73
73
74
74
- Move the litmusctl binary to /usr/local/bin/litmusctl
75
75
76
-
```shell
77
-
$ sudo mv litmusctl /usr/local/bin/litmusctl
76
+
```bash
77
+
sudo mv litmusctl /usr/local/bin/litmusctl
78
78
```
79
79
80
80
## Basic Commands
81
81
82
82
litmusctl CLI command has the following structure:
83
83
84
-
```shell
85
-
$ litmusctl <command><subcommand><subcommand> [options and parameters]
84
+
```bash
85
+
litmusctl <command><subcommand><subcommand> [options and parameters]
86
86
```
87
87
88
88
To get the version of the litmusctl CLI:
89
89
90
-
```shell
91
-
$ litmusctl version
90
+
```bash
91
+
litmusctl version
92
92
```
93
93
94
94
### Connecting an agent
95
95
96
96
To connect Litmus Chaos agent:
97
97
98
-
```shell
99
-
$ litmusctl agent connect
98
+
```bash
99
+
litmusctl agent connect
100
100
```
101
101
102
102
Next, you need to enter LitmusPortal details to login into your LitmusPortal account. Fields to be filled in:
@@ -107,7 +107,7 @@ Example, http://172.17.0.2:31696/
107
107
**Username:** Enter your LitmusPortal username.
108
108
**Password:** Enter your LitmusPortal password.
109
109
110
-
```shell
110
+
```bash
111
111
🔥 Connecting LitmusChaos agent
112
112
113
113
📶 Please enter LitmusChaos details --
@@ -119,7 +119,7 @@ Example, http://172.17.0.2:31696/
119
119
120
120
Upon successful login, there will be a list of exiting projects displayed on the terminal. Select the desired project by entering the sequence number indicated against it.
@@ -74,7 +67,6 @@ Thank you for installing litmus-2-0-0-beta 😀
74
67
Your release is named chaos and its installed to namespace: litmus.
75
68
76
69
Visit https://docs.litmuschaos.io/docs/getstarted/ to find more info.
77
-
78
70
```
79
71
80
72
> **Note:** Litmus uses Kubernetes CRDs to define chaos intent. Helm3 handles CRDs better than Helm2. Before you start running a chaos experiment, verify if Litmus is installed correctly.
0 commit comments