github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/Cluster/testdata/error_provisioned.yaml (about)

     1  apiVersion: cluster.x-k8s.io/v1alpha3
     2  kind: Cluster
     3  metadata:
     4    labels:
     5      app.kubernetes.io/managed-by: Helm
     6      app.kubernetes.io/version: 0.3.11
     7      argocd.argoproj.io/instance: test
     8      cluster.x-k8s.io/cluster-name: test
     9    name: test
    10    namespace: test
    11  spec:
    12    clusterNetwork:
    13      pods:
    14        cidrBlocks:
    15          - 10.20.10.0/19
    16      services:
    17        cidrBlocks:
    18          - 10.10.10.0/19
    19    controlPlaneRef:
    20      apiVersion: controlplane.cluster.x-k8s.io/v1alpha3
    21      kind: KubeadmControlPlane
    22    infrastructureRef:
    23      apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
    24      kind: VSphereCluster
    25  status:
    26    conditions:
    27      - lastTransitionTime: '2022-12-14T07:45:14Z'
    28        message: >-
    29          Post "https://tvc01.foo.bar/sdk": host "tvc01.foo.bar:443"
    30          thumbprint does not match
    31          "0A:21:BD:FC:71:40:BD:96"
    32        reason: VCenterUnreachable
    33        severity: Error
    34        status: 'False'
    35        type: Ready
    36      - lastTransitionTime: '2022-11-30T12:04:22Z'
    37        status: 'True'
    38        type: ControlPlaneInitialized
    39      - lastTransitionTime: '2022-11-30T12:10:30Z'
    40        status: 'True'
    41        type: ControlPlaneReady
    42      - lastTransitionTime: '2022-12-14T07:45:14Z'
    43        message: >-
    44          Post "https://tvc01.foo.bar/sdk": host "tvc01.foo.bar:443"
    45          thumbprint does not match
    46          "0A:21:BD:FC:71:40:BD:96"
    47        reason: VCenterUnreachable
    48        severity: Error
    49        status: 'False'
    50        type: InfrastructureReady
    51    controlPlaneReady: true
    52    infrastructureReady: true
    53    observedGeneration: 2
    54    phase: Provisioned