github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/elasticsearch.k8s.elastic.co/Elasticsearch/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: "Elasticsearch Cluster status is Green"
     5    inputPath: testdata/ready_green.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "Elasticsearch Cluster status is Yellow. Check the status of indices, replicas and shards"
     9    inputPath: testdata/ready_yellow.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Elasticsearch Cluster status is Red. Check the status of indices, replicas and shards"
    13    inputPath: testdata/ready_red.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: "Elasticsearch phase is ApplyingChanges"
    17    inputPath: testdata/applyingchanges.yaml
    18  - healthStatus:
    19      status: Progressing
    20      message: "Elasticsearch phase is MigratingData"
    21    inputPath: testdata/migratingdata.yaml
    22  - healthStatus:
    23      status: Degraded
    24      message: "Elasticsearch phase is Invalid"
    25    inputPath: testdata/invalid.yaml
    26  - healthStatus:
    27      status: Progressing
    28      message: "The desired amount of availableNodes is 5 but the current amount is 3"
    29    inputPath: testdata/progressing.yaml
    30  - healthStatus:
    31      status: Unknown
    32      message: "Elasticsearch Cluster status is unknown. Ensure your ArgoCD is current and then check for/file a bug report: https://github.com/argoproj/argo-cd/issues"
    33    inputPath: testdata/unknown.yaml