github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/Pipeline/actions/testdata/pipeline-force-promote.yaml (about) 1 apiVersion: numaflow.numaproj.io/v1alpha1 2 kind: Pipeline 3 metadata: 4 creationTimestamp: "2024-10-08T18:22:18Z" 5 finalizers: 6 - pipeline-controller 7 generation: 1 8 name: simple-pipeline 9 namespace: numaflow-system 10 resourceVersion: "382381" 11 uid: bb6cc91c-eb05-4fe7-9380-63b9532a85db 12 labels: 13 numaplane.numaproj.io/force-promote: "true" 14 numaplane.numaproj.io/upgrade-state: "in-progress" 15 spec: 16 edges: 17 - from: in 18 to: cat 19 - from: cat 20 to: out 21 lifecycle: 22 deleteGracePeriodSeconds: 30 23 desiredPhase: Running 24 pauseGracePeriodSeconds: 30 25 limits: 26 bufferMaxLength: 30000 27 bufferUsageLimit: 80 28 readBatchSize: 500 29 readTimeout: 1s 30 vertices: 31 - name: in 32 scale: 33 min: 1 34 source: 35 generator: 36 duration: 1s 37 jitter: 0s 38 msgSize: 8 39 rpu: 5 40 updateStrategy: 41 rollingUpdate: 42 maxUnavailable: 25% 43 type: RollingUpdate 44 - name: cat 45 scale: 46 min: 1 47 udf: 48 builtin: 49 name: cat 50 updateStrategy: 51 rollingUpdate: 52 maxUnavailable: 25% 53 type: RollingUpdate 54 - name: out 55 scale: 56 min: 1 57 sink: 58 log: {} 59 updateStrategy: 60 rollingUpdate: 61 maxUnavailable: 25% 62 type: RollingUpdate 63 watermark: 64 disabled: false 65 maxDelay: 0s 66 status: 67 conditions: 68 - lastTransitionTime: "2024-10-09T20:26:54Z" 69 message: Successful 70 reason: Successful 71 status: "True" 72 type: Configured 73 - lastTransitionTime: "2024-10-09T20:26:54Z" 74 message: Successful 75 reason: Successful 76 status: "True" 77 type: DaemonServiceHealthy 78 - lastTransitionTime: "2024-10-09T20:26:54Z" 79 message: Successful 80 reason: Successful 81 status: "True" 82 type: Deployed 83 - lastTransitionTime: "2024-10-09T20:26:54Z" 84 message: No Side Inputs attached to the pipeline 85 reason: NoSideInputs 86 status: "True" 87 type: SideInputsManagersHealthy 88 - lastTransitionTime: "2024-10-09T20:26:54Z" 89 message: All vertices are healthy 90 reason: Successful 91 status: "True" 92 type: VerticesHealthy 93 lastUpdated: "2024-10-09T20:26:54Z" 94 mapUDFCount: 1 95 observedGeneration: 1 96 phase: Running 97 reduceUDFCount: 0 98 sinkCount: 1 99 sourceCount: 1 100 udfCount: 1 101 vertexCount: 3