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

     1  ---
     2  apiVersion: operator.openshift.io/v1
     3  kind: IngressController
     4  metadata:
     5    name: apps-shard-2
     6    namespace: openshift-ingress-operator
     7  spec:
     8    domain: openshift-apps-shard-2.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-28T09:34:36Z"
    24      reason: Valid
    25      status: "True"
    26      type: Admitted
    27    - lastTransitionTime: "2023-01-28T09:34:36Z"
    28      message: 'Some pods are not scheduled: Pod "router-apps-shard-2-7b5cb5f98d-gk4hj"
    29        cannot be scheduled: 0/6 nodes are available: 2 node(s) didn''t have free ports
    30        for the requested pod ports, 3 node(s) had untolerated taint {node-role.kubernetes.io/master:
    31        }, 5 node(s) didn''t match Pod''s node affinity/selector. preemption: 0/6 nodes
    32        are available: 1 node(s) didn''t have free ports for the requested pod ports,
    33        5 Preemption is not helpful for scheduling. Make sure you have sufficient worker
    34        nodes.'
    35      reason: PodsNotScheduled
    36      status: "False"
    37      type: PodsScheduled
    38    - lastTransitionTime: "2023-01-28T09:34:36Z"
    39      message: The deployment has Available status condition set to True
    40      reason: DeploymentAvailable
    41      status: "True"
    42      type: DeploymentAvailable
    43    - lastTransitionTime: "2023-01-28T09:34:36Z"
    44      message: Minimum replicas requirement is met
    45      reason: DeploymentMinimumReplicasMet
    46      status: "True"
    47      type: DeploymentReplicasMinAvailable
    48    - lastTransitionTime: "2023-01-28T09:34:36Z"
    49      message: 0/1 of replicas are available
    50      reason: DeploymentReplicasNotAvailable
    51      status: "False"
    52      type: DeploymentReplicasAllAvailable
    53    - lastTransitionTime: "2023-01-28T09:34:36Z"
    54      message: The configured endpoint publishing strategy does not include a managed
    55        load balancer
    56      reason: EndpointPublishingStrategyExcludesManagedLoadBalancer
    57      status: "False"
    58      type: LoadBalancerManaged
    59    - lastTransitionTime: "2023-01-28T09:34:36Z"
    60      message: No DNS zones are defined in the cluster dns config.
    61      reason: NoDNSZones
    62      status: "False"
    63      type: DNSManaged
    64    - lastTransitionTime: "2023-01-28T09:34:36Z"
    65      status: "True"
    66      type: Available
    67    - lastTransitionTime: "2023-01-28T09:34:36Z"
    68      status: "False"
    69      type: Progressing
    70    - lastTransitionTime: "2023-01-28T09:34:36Z"
    71      status: "False"
    72      type: Degraded
    73    - lastTransitionTime: "2023-01-28T09:34:36Z"
    74      message: IngressController is upgradeable.
    75      reason: Upgradeable
    76      status: "True"
    77      type: Upgradeable
    78    domain: openshift-apps-shard-2.example.com
    79    endpointPublishingStrategy:
    80      hostNetwork:
    81        httpPort: 80
    82        httpsPort: 443
    83        protocol: TCP
    84        statsPort: 1936
    85      type: HostNetwork
    86    observedGeneration: 2
    87    selector: ingresscontroller.operator.openshift.io/deployment-ingresscontroller=apps-shard-2
    88    tlsProfile:
    89      ciphers:
    90      - ECDHE-ECDSA-AES128-GCM-SHA256
    91      - ECDHE-RSA-AES128-GCM-SHA256
    92      - ECDHE-ECDSA-AES256-GCM-SHA384
    93      - ECDHE-RSA-AES256-GCM-SHA384
    94      - ECDHE-ECDSA-CHACHA20-POLY1305
    95      - ECDHE-RSA-CHACHA20-POLY1305
    96      - DHE-RSA-AES128-GCM-SHA256
    97      - DHE-RSA-AES256-GCM-SHA384
    98      - TLS_AES_128_GCM_SHA256
    99      - TLS_AES_256_GCM_SHA384
   100      - TLS_CHACHA20_POLY1305_SHA256
   101      minTLSVersion: VersionTLS12