github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/cluster.x-k8s.io/MachinePool/testdata/healthy_provisioned.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 availableReplicas: 3 26 bootstrapReady: true 27 conditions: 28 - lastTransitionTime: '2024-08-19T20:33:02Z' 29 status: 'True' 30 type: Ready 31 - lastTransitionTime: '2024-08-19T20:18:31Z' 32 status: 'True' 33 type: BootstrapReady 34 - lastTransitionTime: '2024-08-19T20:33:02Z' 35 status: 'True' 36 type: InfrastructureReady 37 - lastTransitionTime: '2024-08-19T20:18:31Z' 38 status: 'True' 39 type: ReplicasReady 40 infrastructureReady: true 41 nodeRefs: 42 - apiVersion: v1 43 kind: Node 44 name: ip-18-232-50-123-ec2.internal 45 uid: e4b3a44f-1c2d-4fd3-bb9e-3b0e08787a5a 46 - apiVersion: v1 47 kind: Node 48 name: ip-52-23-45-67-ec2.internal 49 uid: 2b9dabe5-3a1d-429a-985b-5e7ffb9649c6 50 - apiVersion: v1 51 kind: Node 52 name: ip-34-207-89-12-ec2.internal 53 uid: 6f94031a-d3e4-48f7-bc94-22bb9b687f5e 54 observedGeneration: 2 55 phase: Running 56 readyReplicas: 3 57 replicas: 3