postgres-operator created 2021-08-30 18:59:18, version 3530441957

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"argoproj.io/v1alpha1","kind":"Application","metadata":{"annotations":{},"finalizers":["resources-finalizer.argocd.argoproj.io"],"labels":{"app":"postgres-operator","app.kubernetes.io/instance":"cluster-apps-manager"},"name":"postgres-operator","namespace":"argocd"},"spec":{"destination":{"name":"in-cluster","namespace":"postgres-operator"},"project":"default","source":{"path":"postgres-operator","repoURL":"https://gitlab.com/sed-infra/k8s/apps.git","targetRevision":"HEAD"},"syncPolicy":{"automated":{"prune":true},"syncOptions":["CreateNamespace=true"]}}}

      '
  creationTimestamp: '2021-08-30T18:59:18Z'
  finalizers:
  - resources-finalizer.argocd.argoproj.io
  generation: 694546
  labels:
    app: postgres-operator
    app.kubernetes.io/instance: cluster-apps-manager
  managedFields:
  - apiVersion: argoproj.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .: {}
          f:kubectl.kubernetes.io/last-applied-configuration: {}
        f:finalizers:
          .: {}
          v:"resources-finalizer.argocd.argoproj.io": {}
        f:labels:
          .: {}
          f:app: {}
          f:app.kubernetes.io/instance: {}
      f:spec:
        .: {}
        f:destination:
          .: {}
          f:name: {}
          f:namespace: {}
        f:project: {}
        f:source:
          .: {}
          f:path: {}
          f:repoURL: {}
          f:targetRevision: {}
        f:syncPolicy:
          .: {}
          f:automated:
            .: {}
            f:prune: {}
          f:syncOptions: {}
      f:status:
        .: {}
        f:health:
          .: {}
          f:status: {}
        f:history: {}
        f:operationState:
          .: {}
          f:finishedAt: {}
          f:message: {}
          f:operation:
            .: {}
            f:initiatedBy:
              .: {}
              f:automated: {}
            f:retry:
              .: {}
              f:limit: {}
            f:sync:
              .: {}
              f:prune: {}
              f:revision: {}
              f:syncOptions: {}
          f:phase: {}
          f:startedAt: {}
          f:syncResult:
            .: {}
            f:resources: {}
            f:revision: {}
            f:source:
              .: {}
              f:path: {}
              f:repoURL: {}
              f:targetRevision: {}
        f:reconciledAt: {}
        f:resources: {}
        f:sourceType: {}
        f:summary:
          .: {}
          f:images: {}
        f:sync:
          .: {}
          f:comparedTo:
            .: {}
            f:destination:
              .: {}
              f:name: {}
              f:namespace: {}
            f:source:
              .: {}
              f:path: {}
              f:repoURL: {}
              f:targetRevision: {}
          f:revision: {}
          f:status: {}
    manager: argocd-application-controller
    operation: Update
    time: '2025-10-19T10:18:51Z'
  name: postgres-operator
  namespace: argocd
  resourceVersion: '3530441957'
  uid: 50ec05f8-d7a9-4995-b7a1-83c87157b076
spec:
  destination:
    name: in-cluster
    namespace: postgres-operator
  project: default
  source:
    path: postgres-operator
    repoURL: https://gitlab.com/sed-infra/k8s/apps.git
    targetRevision: HEAD
  syncPolicy:
    automated:
      prune: true
    syncOptions:
    - CreateNamespace=true
status:
  health:
    status: Healthy
  history:
  - deployStartedAt: '2022-06-20T19:59:37Z'
    deployedAt: '2022-06-20T19:59:42Z'
    id: 6
    revision: 25b478020bf2ea50aa59bbe2f3d29892732b45c6
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2022-06-27T12:58:25Z'
    deployedAt: '2022-06-27T12:58:30Z'
    id: 7
    revision: 25b478020bf2ea50aa59bbe2f3d29892732b45c6
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2022-09-25T16:57:30Z'
    deployedAt: '2022-09-25T16:58:13Z'
    id: 8
    revision: 0ed8f7805987af65f1bb78c7460540356d23df32
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2023-09-05T21:54:00Z'
    deployedAt: '2023-09-05T21:54:01Z'
    id: 9
    revision: a1a738ab1b1d87e28adadf29620cd4d96235c498
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2023-09-15T16:56:40Z'
    deployedAt: '2023-09-15T16:56:41Z'
    id: 10
    revision: 471828e1d45ce39f1713f6b734d1099f09452f53
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2024-01-15T22:12:58Z'
    deployedAt: '2024-01-15T22:12:58Z'
    id: 11
    revision: 192dc62469bcaaeb69a36279735f59450d72859e
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2024-01-21T12:46:00Z'
    deployedAt: '2024-01-21T12:46:01Z'
    id: 12
    revision: 04e1e68d4b268852fd4811208df01d5fb9e3e9b6
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2024-09-07T18:51:49Z'
    deployedAt: '2024-09-07T18:51:49Z'
    id: 13
    revision: 6ebf435a463cf8daa2f4e39a2e99742f7f5dbd12
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2024-10-22T19:11:09Z'
    deployedAt: '2024-10-22T19:11:10Z'
    id: 14
    revision: e74cd7211e47d42f2dc968a87e9669cab07bfc07
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  - deployStartedAt: '2025-03-30T11:37:18Z'
    deployedAt: '2025-03-30T11:37:19Z'
    id: 15
    revision: 5d5d59ee0634e10b0b91eed3ca282896c24fd2d5
    source:
      path: postgres-operator
      repoURL: https://gitlab.com/sed-infra/k8s/apps.git
      targetRevision: HEAD
  operationState:
    finishedAt: '2025-03-30T11:37:19Z'
    message: successfully synced (all tasks run)
    operation:
      initiatedBy:
        automated: true
      retry:
        limit: 5
      sync:
        prune: true
        revision: 5d5d59ee0634e10b0b91eed3ca282896c24fd2d5
        syncOptions:
        - CreateNamespace=true
    phase: Succeeded
    startedAt: '2025-03-30T11:37:18Z'
    syncResult:
      resources:
      - group: ''
        hookPhase: Running
        kind: Namespace
        message: namespace/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ServiceAccount
        message: serviceaccount/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apiextensions.k8s.io
        hookPhase: Running
        kind: CustomResourceDefinition
        message: customresourcedefinition.apiextensions.k8s.io/postgresteams.acid.zalan.do
          unchanged
        name: postgresteams.acid.zalan.do
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apiextensions.k8s.io
        hookPhase: Running
        kind: CustomResourceDefinition
        message: customresourcedefinition.apiextensions.k8s.io/operatorconfigurations.acid.zalan.do
          unchanged
        name: operatorconfigurations.acid.zalan.do
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apiextensions.k8s.io
        hookPhase: Running
        kind: CustomResourceDefinition
        message: customresourcedefinition.apiextensions.k8s.io/postgresqls.acid.zalan.do
          configured
        name: postgresqls.acid.zalan.do
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: rbac.authorization.k8s.io
        hookPhase: Running
        kind: ClusterRole
        message: clusterrole.rbac.authorization.k8s.io/postgres-pod reconciled. clusterrole.rbac.authorization.k8s.io/postgres-pod
          unchanged
        name: postgres-pod
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: rbac.authorization.k8s.io
        hookPhase: Running
        kind: ClusterRole
        message: clusterrole.rbac.authorization.k8s.io/postgres-operator reconciled.
          clusterrole.rbac.authorization.k8s.io/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: rbac.authorization.k8s.io
        hookPhase: Running
        kind: ClusterRoleBinding
        message: clusterrolebinding.rbac.authorization.k8s.io/postgres-operator reconciled.
          clusterrolebinding.rbac.authorization.k8s.io/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apps
        hookPhase: Running
        kind: Deployment
        message: deployment.apps/postgres-operator unchanged
        name: postgres-operator
        namespace: postgres-operator
        status: Synced
        syncPhase: Sync
        version: v1
      revision: 5d5d59ee0634e10b0b91eed3ca282896c24fd2d5
      source:
        path: postgres-operator
        repoURL: https://gitlab.com/sed-infra/k8s/apps.git
        targetRevision: HEAD
  reconciledAt: '2025-10-28T23:09:52Z'
  resources:
  - kind: ConfigMap
    name: postgres-operator
    namespace: postgres-operator
    status: Synced
    version: v1
  - kind: Namespace
    name: postgres-operator
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: postgres-operator
    namespace: postgres-operator
    status: Synced
    version: v1
  - kind: ServiceAccount
    name: postgres-operator
    namespace: postgres-operator
    status: Synced
    version: v1
  - group: apiextensions.k8s.io
    kind: CustomResourceDefinition
    name: operatorconfigurations.acid.zalan.do
    status: Synced
    version: v1
  - group: apiextensions.k8s.io
    kind: CustomResourceDefinition
    name: postgresqls.acid.zalan.do
    status: OutOfSync
    version: v1
  - group: apiextensions.k8s.io
    kind: CustomResourceDefinition
    name: postgresteams.acid.zalan.do
    status: Synced
    version: v1
  - group: apps
    health:
      status: Healthy
    kind: Deployment
    name: postgres-operator
    namespace: postgres-operator
    status: Synced
    version: v1
  - group: rbac.authorization.k8s.io
    kind: ClusterRole
    name: postgres-operator
    status: Synced
    version: v1
  - group: rbac.authorization.k8s.io
    kind: ClusterRole
    name: postgres-pod
    status: Synced
    version: v1
  - group: rbac.authorization.k8s.io
    kind: ClusterRoleBinding
    name: postgres-operator
    status: Synced
    version: v1
  sourceType: Kustomize
  summary:
    images:
    - registry.opensource.zalan.do/acid/postgres-operator:v1.6.3
  sync:
    comparedTo:
      destination:
        name: in-cluster
        namespace: postgres-operator
      source:
        path: postgres-operator
        repoURL: https://gitlab.com/sed-infra/k8s/apps.git
        targetRevision: HEAD
    revision: 5d5d59ee0634e10b0b91eed3ca282896c24fd2d5
    status: OutOfSync