github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/cluster.x-k8s.io/MachinePool/testdata/progressing_provisioning.yaml (about)

     1  apiVersion: cluster.x-k8s.io/v1beta1
     2  kind: MachinePool
     3  metadata:
     4    labels:
     5      argocd.argoproj.io/instance: foo
     6      cluster.x-k8s.io/cluster-name: foo
     7    name: foo-pool
     8    namespace: default
     9  spec:
    10    clusterName: foo
    11    replicas: 3
    12    template:
    13      metadata: {}
    14      spec:
    15        bootstrap:
    16          dataSecretName: ""
    17        clusterName: foo
    18        infrastructureRef:
    19          apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
    20          kind: AWSManagedMachinePool
    21          name: foo-pool
    22          namespace: default
    23        version: v1.30.0
    24  status:
    25    bootstrapReady: true
    26    conditions:
    27      - lastTransitionTime: '2024-08-19T20:26:30Z'
    28        reason: WaitingForInfrastructure
    29        severity: Info
    30        status: 'False'
    31        type: Ready
    32      - lastTransitionTime: '2024-08-19T20:26:30Z'
    33        status: 'True'
    34        type: BootstrapReady
    35      - lastTransitionTime: '2024-08-19T20:26:30Z'
    36        reason: WaitingForInfrastructure
    37        severity: Info
    38        status: 'False'
    39        type: InfrastructureReady
    40      - lastTransitionTime: '2024-08-19T20:26:30Z'
    41        status: 'True'
    42        type: ReplicasReady
    43    observedGeneration: 1
    44    phase: Provisioning