github.com/verrazzano/verrazzano@v1.7.1/tools/vz/pkg/internal/test/cluster/ingress-oci-limit/cluster-snapshot/verrazzano-install/pods.json (about)

     1  {
     2      "kind": "PodList",
     3      "apiVersion": "v1",
     4      "metadata": {
     5          "resourceVersion": "21313"
     6      },
     7      "items": [
     8          {
     9              "metadata": {
    10                  "name": "verrazzano-platform-operator-747578b98d-h2t8j",
    11                  "generateName": "verrazzano-platform-operator-747578b98d-",
    12                  "namespace": "verrazzano-install",
    13                  "uid": "6bbb191d-19ca-41b0-88f2-e0184e876dca",
    14                  "resourceVersion": "2649",
    15                  "creationTimestamp": "2022-05-19T20:34:21Z",
    16                  "labels": {
    17                      "app": "verrazzano-platform-operator",
    18                      "pod-template-hash": "747578b98d"
    19                  },
    20                  "ownerReferences": [
    21                      {
    22                          "apiVersion": "apps/v1",
    23                          "kind": "ReplicaSet",
    24                          "name": "verrazzano-platform-operator-747578b98d",
    25                          "uid": "e358488f-beca-4fbb-9855-70a759e39ae5",
    26                          "controller": true,
    27                          "blockOwnerDeletion": true
    28                      }
    29                  ]
    30              },
    31              "spec": {
    32                  "volumes": [
    33                      {
    34                          "name": "webhook-certs",
    35                          "emptyDir": {}
    36                      },
    37                      {
    38                          "name": "varlog",
    39                          "hostPath": {
    40                              "path": "/var/log",
    41                              "type": ""
    42                          }
    43                      },
    44                      {
    45                          "name": "kube-api-access-rdcpx",
    46                          "projected": {
    47                              "sources": [
    48                                  {
    49                                      "serviceAccountToken": {
    50                                          "expirationSeconds": 3607,
    51                                          "path": "token"
    52                                      }
    53                                  },
    54                                  {
    55                                      "configMap": {
    56                                          "name": "kube-root-ca.crt",
    57                                          "items": [
    58                                              {
    59                                                  "key": "ca.crt",
    60                                                  "path": "ca.crt"
    61                                              }
    62                                          ]
    63                                      }
    64                                  },
    65                                  {
    66                                      "downwardAPI": {
    67                                          "items": [
    68                                              {
    69                                                  "path": "namespace",
    70                                                  "fieldRef": {
    71                                                      "apiVersion": "v1",
    72                                                      "fieldPath": "metadata.namespace"
    73                                                  }
    74                                              }
    75                                          ]
    76                                      }
    77                                  }
    78                              ],
    79                              "defaultMode": 420
    80                          }
    81                      }
    82                  ],
    83                  "initContainers": [
    84                      {
    85                          "name": "webhook-init",
    86                          "image": "ghcr.io/verrazzano/verrazzano-platform-operator:1.3.0-20220519193336-4dad77f3",
    87                          "args": [
    88                              "--zap-log-level=info",
    89                              "--init-webhooks=true"
    90                          ],
    91                          "env": [
    92                              {
    93                                  "name": "MODE",
    94                                  "value": "RUN_OPERATOR"
    95                              }
    96                          ],
    97                          "resources": {},
    98                          "volumeMounts": [
    99                              {
   100                                  "name": "webhook-certs",
   101                                  "mountPath": "/etc/webhook/certs"
   102                              },
   103                              {
   104                                  "name": "kube-api-access-rdcpx",
   105                                  "readOnly": true,
   106                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
   107                              }
   108                          ],
   109                          "terminationMessagePath": "/dev/termination-log",
   110                          "terminationMessagePolicy": "File",
   111                          "imagePullPolicy": "IfNotPresent"
   112                      }
   113                  ],
   114                  "containers": [
   115                      {
   116                          "name": "verrazzano-platform-operator",
   117                          "image": "ghcr.io/verrazzano/verrazzano-platform-operator:1.3.0-20220519193336-4dad77f3",
   118                          "args": [
   119                              "--zap-log-level=info",
   120                              "--enable-webhook-validation=true"
   121                          ],
   122                          "ports": [
   123                              {
   124                                  "name": "webhook",
   125                                  "containerPort": 9443,
   126                                  "protocol": "TCP"
   127                              }
   128                          ],
   129                          "env": [
   130                              {
   131                                  "name": "MODE",
   132                                  "value": "RUN_OPERATOR"
   133                              },
   134                              {
   135                                  "name": "VZ_INSTALL_IMAGE",
   136                                  "value": "ghcr.io/verrazzano/verrazzano-platform-operator:1.3.0-20220519193336-4dad77f3"
   137                              }
   138                          ],
   139                          "resources": {
   140                              "requests": {
   141                                  "memory": "72Mi"
   142                              }
   143                          },
   144                          "volumeMounts": [
   145                              {
   146                                  "name": "webhook-certs",
   147                                  "readOnly": true,
   148                                  "mountPath": "/etc/webhook/certs"
   149                              },
   150                              {
   151                                  "name": "varlog",
   152                                  "readOnly": true,
   153                                  "mountPath": "/var/log"
   154                              },
   155                              {
   156                                  "name": "kube-api-access-rdcpx",
   157                                  "readOnly": true,
   158                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
   159                              }
   160                          ],
   161                          "startupProbe": {
   162                              "httpGet": {
   163                                  "path": "/validate-install-verrazzano-io-v1alpha1-verrazzano",
   164                                  "port": "webhook",
   165                                  "scheme": "HTTPS",
   166                                  "httpHeaders": [
   167                                      {
   168                                          "name": "Content-Type",
   169                                          "value": "application/json"
   170                                      }
   171                                  ]
   172                              },
   173                              "timeoutSeconds": 3,
   174                              "periodSeconds": 5,
   175                              "successThreshold": 1,
   176                              "failureThreshold": 15
   177                          },
   178                          "terminationMessagePath": "/dev/termination-log",
   179                          "terminationMessagePolicy": "File",
   180                          "imagePullPolicy": "IfNotPresent"
   181                      }
   182                  ],
   183                  "restartPolicy": "Always",
   184                  "terminationGracePeriodSeconds": 0,
   185                  "dnsPolicy": "ClusterFirst",
   186                  "serviceAccountName": "verrazzano-platform-operator",
   187                  "serviceAccount": "verrazzano-platform-operator",
   188                  "nodeName": "REDACTED-IP4-ADDRESS",
   189                  "securityContext": {},
   190                  "schedulerName": "default-scheduler",
   191                  "tolerations": [
   192                      {
   193                          "key": "node.kubernetes.io/not-ready",
   194                          "operator": "Exists",
   195                          "effect": "NoExecute",
   196                          "tolerationSeconds": 300
   197                      },
   198                      {
   199                          "key": "node.kubernetes.io/unreachable",
   200                          "operator": "Exists",
   201                          "effect": "NoExecute",
   202                          "tolerationSeconds": 300
   203                      }
   204                  ],
   205                  "priority": 0,
   206                  "enableServiceLinks": true,
   207                  "preemptionPolicy": "PreemptLowerPriority"
   208              },
   209              "status": {
   210                  "phase": "Running",
   211                  "conditions": [
   212                      {
   213                          "type": "Initialized",
   214                          "status": "True",
   215                          "lastProbeTime": null,
   216                          "lastTransitionTime": "2022-05-19T20:34:40Z"
   217                      },
   218                      {
   219                          "type": "Ready",
   220                          "status": "True",
   221                          "lastProbeTime": null,
   222                          "lastTransitionTime": "2022-05-19T20:34:46Z"
   223                      },
   224                      {
   225                          "type": "ContainersReady",
   226                          "status": "True",
   227                          "lastProbeTime": null,
   228                          "lastTransitionTime": "2022-05-19T20:34:46Z"
   229                      },
   230                      {
   231                          "type": "PodScheduled",
   232                          "status": "True",
   233                          "lastProbeTime": null,
   234                          "lastTransitionTime": "2022-05-19T20:34:21Z"
   235                      }
   236                  ],
   237                  "hostIP": "REDACTED-IP4-ADDRESS",
   238                  "podIP": "REDACTED-IP4-ADDRESS",
   239                  "podIPs": [
   240                      {
   241                          "ip": "REDACTED-IP4-ADDRESS"
   242                      }
   243                  ],
   244                  "startTime": "2022-05-19T20:34:21Z",
   245                  "initContainerStatuses": [
   246                      {
   247                          "name": "webhook-init",
   248                          "state": {
   249                              "terminated": {
   250                                  "exitCode": 0,
   251                                  "reason": "Completed",
   252                                  "startedAt": "2022-05-19T20:34:34Z",
   253                                  "finishedAt": "2022-05-19T20:34:40Z",
   254                                  "containerID": "cri-o://e426a68c2ead1c1bba195c530d8d913968626be412be61a7ef5d7902814527a1"
   255                              }
   256                          },
   257                          "lastState": {},
   258                          "ready": true,
   259                          "restartCount": 0,
   260                          "image": "ghcr.io/verrazzano/verrazzano-platform-operator:1.3.0-20220519193336-4dad77f3",
   261                          "imageID": "ghcr.io/verrazzano/verrazzano-platform-operator@sha256:035acda0de021424e2590dc69e06823f258bfa43cc47acd2dfbafe69f7ec2072",
   262                          "containerID": "cri-o://e426a68c2ead1c1bba195c530d8d913968626be412be61a7ef5d7902814527a1"
   263                      }
   264                  ],
   265                  "containerStatuses": [
   266                      {
   267                          "name": "verrazzano-platform-operator",
   268                          "state": {
   269                              "running": {
   270                                  "startedAt": "2022-05-19T20:34:40Z"
   271                              }
   272                          },
   273                          "lastState": {},
   274                          "ready": true,
   275                          "restartCount": 0,
   276                          "image": "ghcr.io/verrazzano/verrazzano-platform-operator:1.3.0-20220519193336-4dad77f3",
   277                          "imageID": "ghcr.io/verrazzano/verrazzano-platform-operator@sha256:035acda0de021424e2590dc69e06823f258bfa43cc47acd2dfbafe69f7ec2072",
   278                          "containerID": "cri-o://8956b9574290673232326da8c3eeed6f844d462193278eb5cd85e9b422295b95",
   279                          "started": true
   280                      }
   281                  ],
   282                  "qosClass": "Burstable"
   283              }
   284          }
   285      ]
   286  }