Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Sep 27, 2023
1 parent 58b140a commit 7e6df4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 51 deletions.
48 changes: 0 additions & 48 deletions docs/user/06-conditions.md

This file was deleted.

9 changes: 6 additions & 3 deletions docs/user/resources/01-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ The state of the log components is determined by the status condition of type `L
| True | FluentBitDaemonSetReady | Fluent Bit DaemonSet is ready |
| False | ReferencedSecretMissing | One or more referenced Secrets are missing |
| False | FluentBitDaemonSetNotReady | Fluent Bit DaemonSet is not ready |
| False | LogResourceBlocksDeletion | One or more LogPipelines/LogParsers still exist |
| False | ResourceBlocksDeletion | The deletion of the module is blocked. To unblock the deletion, delete the following resources: LogPipelines (resource-1, resource-2,...), LogParsers (resource-1, resource-2,...) |


### Trace Components State

Expand All @@ -100,7 +101,8 @@ The state of the trace components is determined by the status condition of type
| True | TraceGatewayDeploymentReady | Trace gateway Deployment is ready |
| False | ReferencedSecretMissing | One or more referenced Secrets are missing |
| False | TraceGatewayDeploymentNotReady | Trace gateway Deployment is not ready |
| False | TraceResourceBlocksDeletion | One or more TracePipelines still exist |
| False | ResourceBlocksDeletion | The deletion of the module is blocked. To unblock the deletion, delete the following resources: TracePipelines (resource-1, resource-2,...) |


### Metric Components State

Expand All @@ -112,7 +114,8 @@ The state of the metric components is determined by the status condition of type
| True | MetricGatewayDeploymentReady | Metric gateway Deployment is ready |
| False | ReferencedSecretMissing | One or more referenced Secrets are missing |
| False | MetricGatewayDeploymentNotReady | Metric gateway Deployment is not ready |
| False | MetricResourceBlocksDeletion | One or more MetricPipelines still exist |
| False | ResourceBlocksDeletion | The deletion of the module is blocked. To unblock the deletion, delete the following resources: MetricPipelines (resource-1, resource-2,...) |



### Telemetry CR State
Expand Down

0 comments on commit 7e6df4b

Please sign in to comment.