fix: typos
This commit is contained in:
parent
09f768c7a7
commit
2d2faa0844
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
|||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: HelloWorldChaos
|
||||
metadata:
|
||||
name: <resource name>
|
||||
|
|
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
|||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: HelloWorldChaos
|
||||
metadata:
|
||||
name: <resource name>
|
||||
|
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
|||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
ind: IOChaos
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: IOChaos
|
||||
metadata:
|
||||
name: io-mistake-example
|
||||
namespace: chaos-mesh
|
||||
special:
|
||||
spec:
|
||||
action: mistake
|
||||
mode: one
|
||||
selector:
|
||||
|
|
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
|||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: HelloWorldChaos
|
||||
metadata:
|
||||
name: <resource name>
|
||||
|
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
|||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
ind: IOChaos
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: IOChaos
|
||||
metadata:
|
||||
name: io-mistake-example
|
||||
namespace: chaos-mesh
|
||||
special:
|
||||
spec:
|
||||
action: mistake
|
||||
mode: one
|
||||
selector:
|
||||
|
|
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
|||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: HelloWorldChaos
|
||||
metadata:
|
||||
name: <resource name>
|
||||
|
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
|||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
ind: IOChaos
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: IOChaos
|
||||
metadata:
|
||||
name: io-mistake-example
|
||||
namespace: chaos-mesh
|
||||
special:
|
||||
spec:
|
||||
action: mistake
|
||||
mode: one
|
||||
selector:
|
||||
|
|
Loading…
Reference in New Issue