Fix broken link and typo (#136)
* Fix #135: Broken link on run-your-first-workflow.md Signed-off-by: Pratik Borhade <pratikborhade302@gmail.com> * Typo on resources page Signed-off-by: Pratik Borhade <pratikborhade302@gmail.com>
This commit is contained in:
parent
cedd1b756c
commit
e006c3716e
|
|
@ -55,7 +55,7 @@ The ChaosCenter gives you access to a plethora of features, the major ones inclu
|
|||
|
||||
## ChaosAgents
|
||||
|
||||
A <span style={{color: '#5B44BA'}}>**ChaosAgent**</span> in Litmus is nothing but the target cluster where Chaos would be injected via Litmus. There should always be atleast one or more than one ChaosAgents connected to the ChaosCenter. Each individual ChaosAgent can be chosen to be the Target Agent for Chaos Injection.
|
||||
A <span style={{color: '#5B44BA'}}>**ChaosAgent**</span> in Litmus is nothing but the target cluster where Chaos would be injected via Litmus. There should always be at least one or more than one ChaosAgents connected to the ChaosCenter. Each individual ChaosAgent can be chosen to be the Target Agent for Chaos Injection.
|
||||
|
||||
## Types of ChaosAgents
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ In this scenario we will execute a pod-delete fault on a sample micro-service ap
|
|||
|
||||
<br /> <br />
|
||||
|
||||
2. Select **Self Agent** as the target [ChaosAgent](resources#chaosagents) for Chaos Injection. This is where we'll select which ChaosAgent to choose as the Target Agent.
|
||||
2. Select **Self Agent** as the target [ChaosAgent](resources.md#chaosagents) for Chaos Injection. This is where we'll select which ChaosAgent to choose as the Target Agent.
|
||||
|
||||
<img src={require("../assets/getting-started/run-your-first-workflow/selecting-self-agent.png").default} alt="Selecting Self Agent" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue