Documentation Index
Fetch the complete documentation index at: https://mintlify.com/chaos-mesh/chaos-mesh/llms.txt
Use this file to discover all available pages before exploring further.
BlockChaos allows you to inject block I/O delays into volumes attached to containers.
API Version and Kind
Metadata
Standard Kubernetes object metadata.Name of the BlockChaos resource.
Namespace of the BlockChaos resource. Defaults to
default.Spec Fields
Defines the behavior of the block chaos experiment.
BlockChaosSpec
Specific block chaos action to perform.Enum values:
delay- Add delay to block I/O operations
Selector for targeting a volume on a node.Inherits all fields from
ContainerSelector (inline), plus:Name of the volume to inject delay.Part of
ContainerNodeVolumePathSelector.Delay distribution configuration. Required when action is
delay.Duration of the chaos action.A duration string with format like
"300ms", "1.5h", or "2h45m".Valid time units: ns, us (µs), ms, s, m, hName of the remote cluster where the chaos will be deployed. If not specified, chaos is applied to the local cluster.
Status Fields
Current status of the chaos experiment.
BlockChaosStatus
Current global conditions. See ChaosStatus in Common Types.
Last known experiment state including desired phase and container records.
Always specifies the number of injected chaos actions.