github.com/verrazzano/verrazzano@v1.7.0/tools/vz/pkg/analysis/test/cluster/problem-pods-install/cluster-snapshot/verrazzano-install/pods.json (about) 1 { 2 "kind": "PodList", 3 "apiVersion": "v1", 4 "metadata": { 5 "resourceVersion": "21948" 6 }, 7 "items": [ 8 { 9 "metadata": { 10 "name": "verrazzano-platform-operator-865b47d7db-57rdt", 11 "generateName": "verrazzano-platform-operator-865b47d7db-", 12 "namespace": "verrazzano-install", 13 "uid": "c072b386-41d7-42e7-a643-ff072ad26fd8", 14 "resourceVersion": "2327", 15 "creationTimestamp": "2022-06-16T10:18:00Z", 16 "labels": { 17 "app": "verrazzano-platform-operator", 18 "pod-template-hash": "865b47d7db" 19 }, 20 "ownerReferences": [ 21 { 22 "apiVersion": "apps/v1", 23 "kind": "ReplicaSet", 24 "name": "verrazzano-platform-operator-865b47d7db", 25 "uid": "ff1202db-711b-47ba-8ec0-d7bc8f06e404", 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-4twgb", 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-jenkins:1.4.0-20220616094649-68574bd7", 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-4twgb", 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-jenkins:1.4.0-20220616094649-68574bd7", 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-jenkins:1.4.0-20220616094649-68574bd7" 137 }, 138 { 139 "name": "IMAGE_PULL_SECRETS", 140 "value": "verrazzano-container-registry" 141 } 142 ], 143 "resources": { 144 "requests": { 145 "memory": "72Mi" 146 } 147 }, 148 "volumeMounts": [ 149 { 150 "name": "webhook-certs", 151 "readOnly": true, 152 "mountPath": "/etc/webhook/certs" 153 }, 154 { 155 "name": "varlog", 156 "readOnly": true, 157 "mountPath": "/var/log" 158 }, 159 { 160 "name": "kube-api-access-4twgb", 161 "readOnly": true, 162 "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" 163 } 164 ], 165 "startupProbe": { 166 "httpGet": { 167 "path": "/validate-install-verrazzano-io-v1alpha1-verrazzano", 168 "port": "webhook", 169 "scheme": "HTTPS", 170 "httpHeaders": [ 171 { 172 "name": "Content-Type", 173 "value": "application/json" 174 } 175 ] 176 }, 177 "timeoutSeconds": 3, 178 "periodSeconds": 5, 179 "successThreshold": 1, 180 "failureThreshold": 15 181 }, 182 "terminationMessagePath": "/dev/termination-log", 183 "terminationMessagePolicy": "File", 184 "imagePullPolicy": "IfNotPresent" 185 } 186 ], 187 "restartPolicy": "Always", 188 "terminationGracePeriodSeconds": 0, 189 "dnsPolicy": "ClusterFirst", 190 "serviceAccountName": "verrazzano-platform-operator", 191 "serviceAccount": "verrazzano-platform-operator", 192 "nodeName": "REDACTED-IP4-ADDRESS", 193 "securityContext": {}, 194 "imagePullSecrets": [ 195 { 196 "name": "verrazzano-container-registry" 197 } 198 ], 199 "schedulerName": "default-scheduler", 200 "tolerations": [ 201 { 202 "key": "node.kubernetes.io/not-ready", 203 "operator": "Exists", 204 "effect": "NoExecute", 205 "tolerationSeconds": 300 206 }, 207 { 208 "key": "node.kubernetes.io/unreachable", 209 "operator": "Exists", 210 "effect": "NoExecute", 211 "tolerationSeconds": 300 212 } 213 ], 214 "priority": 0, 215 "enableServiceLinks": true, 216 "preemptionPolicy": "PreemptLowerPriority" 217 }, 218 "status": { 219 "phase": "Running", 220 "conditions": [ 221 { 222 "type": "Initialized", 223 "status": "True", 224 "lastProbeTime": null, 225 "lastTransitionTime": "2022-06-16T10:18:34Z" 226 }, 227 { 228 "type": "Ready", 229 "status": "True", 230 "lastProbeTime": null, 231 "lastTransitionTime": "2022-06-16T10:18:40Z" 232 }, 233 { 234 "type": "ContainersReady", 235 "status": "True", 236 "lastProbeTime": null, 237 "lastTransitionTime": "2022-06-16T10:18:40Z" 238 }, 239 { 240 "type": "PodScheduled", 241 "status": "True", 242 "lastProbeTime": null, 243 "lastTransitionTime": "2022-06-16T10:18:00Z" 244 } 245 ], 246 "hostIP": "REDACTED-IP4-ADDRESS", 247 "podIP": "REDACTED-IP4-ADDRESS", 248 "podIPs": [ 249 { 250 "ip": "REDACTED-IP4-ADDRESS" 251 } 252 ], 253 "startTime": "2022-06-16T10:18:00Z", 254 "initContainerStatuses": [ 255 { 256 "name": "webhook-init", 257 "state": { 258 "terminated": { 259 "exitCode": 0, 260 "reason": "Completed", 261 "startedAt": "2022-06-16T10:18:29Z", 262 "finishedAt": "2022-06-16T10:18:33Z", 263 "containerID": "cri-o://4aed7c388608567a44be6e519ccf158c19009704e9008f45c1dd0b2b739178c6" 264 } 265 }, 266 "lastState": {}, 267 "ready": true, 268 "restartCount": 0, 269 "image": "ghcr.io/verrazzano/verrazzano-platform-operator-jenkins:1.4.0-20220616094649-68574bd7", 270 "imageID": "ghcr.io/verrazzano/verrazzano-platform-operator-jenkins@sha256:46856f0945015aa7ba80c2546c6d9cb95b2fdc9727a44a08002db369f41314e2", 271 "containerID": "cri-o://4aed7c388608567a44be6e519ccf158c19009704e9008f45c1dd0b2b739178c6" 272 } 273 ], 274 "containerStatuses": [ 275 { 276 "name": "verrazzano-platform-operator", 277 "state": { 278 "running": { 279 "startedAt": "2022-06-16T10:18:34Z" 280 } 281 }, 282 "lastState": {}, 283 "ready": true, 284 "restartCount": 0, 285 "image": "ghcr.io/verrazzano/verrazzano-platform-operator-jenkins:1.4.0-20220616094649-68574bd7", 286 "imageID": "ghcr.io/verrazzano/verrazzano-platform-operator-jenkins@sha256:46856f0945015aa7ba80c2546c6d9cb95b2fdc9727a44a08002db369f41314e2", 287 "containerID": "cri-o://bc578089d2f084549f4638ef498e0998e2a2f3aecd449e3ffac4898046fbd324", 288 "started": true 289 } 290 ], 291 "qosClass": "Burstable" 292 } 293 } 294 ] 295 }