github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/MachineDeployment/testdata/healthy_provisioned.yaml (about) 1 apiVersion: cluster.x-k8s.io/v1alpha3 2 kind: MachineDeployment 3 metadata: 4 generation: 3 5 labels: 6 app.kubernetes.io/managed-by: Helm 7 app.kubernetes.io/version: 0.3.11 8 argocd.argoproj.io/instance: test 9 cluster.x-k8s.io/cluster-name: test 10 name: test-md-0 11 namespace: test 12 spec: 13 clusterName: test 14 minReadySeconds: 0 15 progressDeadlineSeconds: 600 16 replicas: 5 17 revisionHistoryLimit: 1 18 selector: 19 matchLabels: 20 cluster.x-k8s.io/cluster-name: test 21 cluster.x-k8s.io/deployment-name: teszst-md-0 22 strategy: 23 rollingUpdate: 24 maxSurge: 1 25 maxUnavailable: 0 26 type: RollingUpdate 27 template: 28 metadata: 29 labels: 30 cluster.x-k8s.io/cluster-name: test 31 cluster.x-k8s.io/deployment-name: teszst-md-0 32 spec: 33 bootstrap: 34 configRef: 35 apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 36 kind: KubeadmConfigTemplate 37 clusterName: test 38 infrastructureRef: 39 apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 40 kind: VSphereMachineTemplate 41 version: v1.18.10 42 status: 43 availableReplicas: 5 44 observedGeneration: 3 45 phase: Running 46 readyReplicas: 5 47 replicas: 5 48 updatedReplicas: 5