github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/operator.openshift.io/IngressController/testdata/degraded.yaml (about)

     1  ---
     2  apiVersion: operator.openshift.io/v1
     3  kind: IngressController
     4  metadata:
     5    name: default
     6    namespace: openshift-ingress-operator
     7  spec:
     8    domain: openshift.example.com
     9    endpointPublishingStrategy:
    10      hostNetwork:
    11        httpPort: 80
    12        httpsPort: 443
    13        statsPort: 1936
    14      type: HostNetwork
    15    nodePlacement:
    16      nodeSelector:
    17        matchLabels:
    18          node-role.kubernetes.io/worker: ""
    19    replicas: 1
    20  status:
    21    availableReplicas: 0
    22    conditions:
    23    - lastTransitionTime: "2023-01-28T10:05:06Z"
    24      reason: Valid
    25      status: "True"
    26      type: Admitted
    27    - lastTransitionTime: "2023-01-28T10:09:15Z"
    28      status: "True"
    29      type: PodsScheduled
    30    - lastTransitionTime: "2023-01-28T10:05:06Z"
    31      message: The configured endpoint publishing strategy does not include a managed
    32        load balancer
    33      reason: EndpointPublishingStrategyExcludesManagedLoadBalancer
    34      status: "False"
    35      type: LoadBalancerManaged
    36    - lastTransitionTime: "2023-01-28T10:05:06Z"
    37      message: No DNS zones are defined in the cluster dns config.
    38      reason: NoDNSZones
    39      status: "False"
    40      type: DNSManaged
    41    - lastTransitionTime: "2023-01-28T10:05:06Z"
    42      status: "False"
    43      type: Progressing
    44    - lastTransitionTime: "2023-01-28T10:13:55Z"
    45      message: "One or more other status conditions indicate a degraded state."
    46      # message: 'One or more other status conditions indicate a degraded state: CanaryChecksSucceeding=False
    47      #   (CanaryChecksRepetitiveFailures: Canary route checks for the default ingress
    48      #   controller are failing)'
    49      reason: DegradedConditions
    50      status: "True"
    51      type: Degraded
    52    - lastTransitionTime: "2023-01-28T10:05:06Z"
    53      message: IngressController is upgradeable.
    54      reason: Upgradeable
    55      status: "True"
    56      type: Upgradeable
    57    - lastTransitionTime: "2023-01-28T10:12:55Z"
    58      message: Canary route checks for the default ingress controller are failing
    59      reason: CanaryChecksRepetitiveFailures
    60      status: "False"
    61      type: CanaryChecksSucceeding
    62    domain: openshift.example.com
    63    endpointPublishingStrategy:
    64      hostNetwork:
    65        httpPort: 80
    66        httpsPort: 443
    67        protocol: TCP
    68        statsPort: 1936
    69      type: HostNetwork
    70    namespaceSelector: {}
    71    observedGeneration: 2
    72    routeSelector: {}
    73    selector: ingresscontroller.operator.openshift.io/deployment-ingresscontroller=default
    74    tlsProfile:
    75      ciphers:
    76      - ECDHE-ECDSA-CHACHA20-POLY1305
    77      - ECDHE-RSA-CHACHA20-POLY1305
    78      - ECDHE-ECDSA-AES128-GCM-SHA256
    79      - ECDHE-RSA-AES128-GCM-SHA256
    80      - ECDHE-ECDSA-AES256-GCM-SHA384
    81      - ECDHE-RSA-AES256-GCM-SHA384
    82      - DHE-RSA-AES128-GCM-SHA256
    83      - DHE-RSA-AES256-GCM-SHA384
    84      - ECDHE-ECDSA-AES128-SHA256
    85      - ECDHE-RSA-AES128-SHA256
    86      - ECDHE-ECDSA-AES128-SHA
    87      - ECDHE-RSA-AES256-SHA384
    88      - ECDHE-RSA-AES128-SHA
    89      - ECDHE-ECDSA-AES256-SHA384
    90      - ECDHE-ECDSA-AES256-SHA
    91      - ECDHE-RSA-AES256-SHA
    92      - DHE-RSA-AES128-SHA256
    93      - DHE-RSA-AES128-SHA
    94      - DHE-RSA-AES256-SHA256
    95      - DHE-RSA-AES256-SHA
    96      - AES128-GCM-SHA256
    97      - AES256-GCM-SHA384
    98      - AES128-SHA256
    99      - AES256-SHA256
   100      - AES128-SHA
   101      - AES256-SHA
   102      - '!DSS'
   103      minTLSVersion: VersionTLS11