github.com/verrazzano/verrazzano@v1.7.1/tools/vz/pkg/internal/test/cluster/install-failure-verrazzano-format-json/cluster-snapshot/verrazzano-resources.json (about) 1 { 2 "kind": "Verrazzano", 3 "apiVersion": "install.verrazzano.io/v1beta1", 4 "metadata": { 5 "name": "admin", 6 "namespace": "default", 7 "uid": "b29a15dd-fd47-4e82-aadd-4eb3a6a0f961", 8 "resourceVersion": "201442", 9 "generation": 2, 10 "creationTimestamp": "2023-02-09T06:57:48Z", 11 "finalizers": [ 12 "install.verrazzano.io" 13 ] 14 }, 15 "spec": { 16 "components": { 17 "applicationOperator": { 18 "enabled": false 19 }, 20 "coherenceOperator": { 21 "enabled": false 22 }, 23 "fluentd": { 24 "enabled": false 25 }, 26 "grafana": { 27 "enabled": false 28 }, 29 "keycloak": { 30 "mysql": { 31 "volumeSource": { 32 "persistentVolumeClaim": { 33 "claimName": "mysql" 34 } 35 } 36 } 37 }, 38 "kiali": { 39 "enabled": false 40 }, 41 "opensearch": { 42 "enabled": false, 43 "plugins": { 44 "enabled": false 45 } 46 }, 47 "opensearchDashboards": { 48 "enabled": false, 49 "plugins": { 50 "enabled": false 51 } 52 }, 53 "prometheus": { 54 "enabled": false 55 }, 56 "prometheusOperator": { 57 "enabled": false 58 }, 59 "rancher": { 60 "enabled": false 61 }, 62 "weblogicOperator": { 63 "enabled": false 64 } 65 }, 66 "defaultVolumeSource": { 67 "persistentVolumeClaim": { 68 "claimName": "vmi" 69 } 70 }, 71 "profile": "dev", 72 "security": {}, 73 "version": "v1.5.0-local+492a001a", 74 "volumeClaimSpecTemplates": [ 75 { 76 "metadata": { 77 "name": "mysql", 78 "creationTimestamp": null 79 }, 80 "spec": { 81 "resources": { 82 "requests": { 83 "storage": "2Gi" 84 } 85 } 86 } 87 }, 88 { 89 "metadata": { 90 "name": "vmi", 91 "creationTimestamp": null 92 }, 93 "spec": { 94 "resources": { 95 "requests": { 96 "storage": "2Gi" 97 } 98 } 99 } 100 } 101 ] 102 }, 103 "status": { 104 "available": "9/12", 105 "components": { 106 "argocd": { 107 "name": "argocd", 108 "state": "Disabled" 109 }, 110 "cert-manager": { 111 "available": "Available", 112 "conditions": [ 113 { 114 "lastTransitionTime": "2023-02-09T06:57:50Z", 115 "message": "PreInstall started", 116 "status": "True", 117 "type": "PreInstall" 118 }, 119 { 120 "lastTransitionTime": "2023-02-09T06:57:57Z", 121 "message": "Install started", 122 "status": "True", 123 "type": "InstallStarted" 124 }, 125 { 126 "lastTransitionTime": "2023-02-09T06:58:47Z", 127 "message": "Install complete", 128 "status": "True", 129 "type": "InstallComplete" 130 }, 131 { 132 "lastTransitionTime": "2023-02-09T07:33:34Z", 133 "message": "Upgrade started", 134 "status": "True", 135 "type": "UpgradeStarted" 136 }, 137 { 138 "lastTransitionTime": "2023-02-09T07:34:07Z", 139 "message": "Upgrade complete", 140 "status": "True", 141 "type": "UpgradeComplete" 142 } 143 ], 144 "lastReconciledGeneration": 1, 145 "name": "cert-manager", 146 "reconcilingGeneration": 2, 147 "state": "Ready", 148 "version": "v1.9.1" 149 }, 150 "coherence-operator": { 151 "lastReconciledGeneration": 1, 152 "name": "coherence-operator", 153 "state": "Disabled" 154 }, 155 "external-dns": { 156 "lastReconciledGeneration": 1, 157 "name": "external-dns", 158 "state": "Disabled" 159 }, 160 "fluentd": { 161 "lastReconciledGeneration": 1, 162 "name": "fluentd", 163 "state": "Disabled" 164 }, 165 "grafana": { 166 "lastReconciledGeneration": 1, 167 "name": "grafana", 168 "state": "Disabled" 169 }, 170 "ingress-controller": { 171 "available": "Available", 172 "conditions": [ 173 { 174 "lastTransitionTime": "2023-02-09T06:57:50Z", 175 "message": "PreInstall started", 176 "status": "True", 177 "type": "PreInstall" 178 }, 179 { 180 "lastTransitionTime": "2023-02-09T06:59:09Z", 181 "message": "Install started", 182 "status": "True", 183 "type": "InstallStarted" 184 }, 185 { 186 "lastTransitionTime": "2023-02-09T06:59:59Z", 187 "message": "Install complete", 188 "status": "True", 189 "type": "InstallComplete" 190 }, 191 { 192 "lastTransitionTime": "2023-02-09T07:32:45Z", 193 "message": "Upgrade started", 194 "status": "True", 195 "type": "UpgradeStarted" 196 }, 197 { 198 "lastTransitionTime": "2023-02-09T07:33:33Z", 199 "message": "Upgrade complete", 200 "status": "True", 201 "type": "UpgradeComplete" 202 } 203 ], 204 "lastReconciledGeneration": 1, 205 "name": "ingress-controller", 206 "reconcilingGeneration": 2, 207 "state": "Ready" 208 }, 209 "istio": { 210 "available": "Available", 211 "conditions": [ 212 { 213 "lastTransitionTime": "2023-02-09T06:57:50Z", 214 "message": "PreInstall started", 215 "status": "True", 216 "type": "PreInstall" 217 }, 218 { 219 "lastTransitionTime": "2023-02-09T06:59:17Z", 220 "message": "Install started", 221 "status": "True", 222 "type": "InstallStarted" 223 }, 224 { 225 "lastTransitionTime": "2023-02-09T06:59:19Z", 226 "message": "Install complete", 227 "status": "True", 228 "type": "InstallComplete" 229 }, 230 { 231 "lastTransitionTime": "2023-02-09T07:31:56Z", 232 "message": "Upgrade started", 233 "status": "True", 234 "type": "UpgradeStarted" 235 }, 236 { 237 "lastTransitionTime": "2023-02-09T07:32:45Z", 238 "message": "Upgrade complete", 239 "status": "True", 240 "type": "UpgradeComplete" 241 } 242 ], 243 "lastReconciledGeneration": 1, 244 "name": "istio", 245 "reconcilingGeneration": 2, 246 "state": "Ready", 247 "version": "1.15.3" 248 }, 249 "jaeger-operator": { 250 "lastReconciledGeneration": 1, 251 "name": "jaeger-operator", 252 "state": "Disabled" 253 }, 254 "keycloak": { 255 "available": "Available", 256 "conditions": [ 257 { 258 "lastTransitionTime": "2023-02-09T06:57:50Z", 259 "message": "PreInstall started", 260 "status": "True", 261 "type": "PreInstall" 262 }, 263 { 264 "lastTransitionTime": "2023-02-09T07:00:21Z", 265 "message": "Install started", 266 "status": "True", 267 "type": "InstallStarted" 268 }, 269 { 270 "lastTransitionTime": "2023-02-09T07:03:33Z", 271 "message": "Component is Ready", 272 "status": "True", 273 "type": "InstallComplete" 274 } 275 ], 276 "lastReconciledGeneration": 1, 277 "name": "keycloak", 278 "state": "Ready", 279 "version": "15.0.2" 280 }, 281 "kiali-server": { 282 "lastReconciledGeneration": 1, 283 "name": "kiali-server", 284 "state": "Disabled" 285 }, 286 "kube-state-metrics": { 287 "available": "Unavailable", 288 "lastReconciledGeneration": 1, 289 "name": "kube-state-metrics", 290 "state": "Disabled" 291 }, 292 "mysql": { 293 "available": "Unavailable", 294 "conditions": [ 295 { 296 "lastTransitionTime": "2023-02-09T06:57:50Z", 297 "message": "PreInstall started", 298 "status": "True", 299 "type": "PreInstall" 300 }, 301 { 302 "lastTransitionTime": "2023-02-09T06:59:16Z", 303 "message": "Install started", 304 "status": "True", 305 "type": "InstallStarted" 306 }, 307 { 308 "lastTransitionTime": "2023-02-09T07:00:41Z", 309 "message": "Install complete", 310 "status": "True", 311 "type": "InstallComplete" 312 }, 313 { 314 "lastTransitionTime": "2023-02-09T07:34:29Z", 315 "message": "Upgrade started", 316 "status": "True", 317 "type": "UpgradeStarted" 318 } 319 ], 320 "lastReconciledGeneration": 1, 321 "name": "mysql", 322 "reconcilingGeneration": 2, 323 "state": "Upgrading", 324 "version": "v8.0.29" 325 }, 326 "mysql-operator": { 327 "available": "Available", 328 "conditions": [ 329 { 330 "lastTransitionTime": "2023-02-09T07:31:11Z", 331 "message": "Install started", 332 "status": "True", 333 "type": "InstallStarted" 334 }, 335 { 336 "lastTransitionTime": "2023-02-09T07:31:40Z", 337 "message": "Install complete", 338 "status": "True", 339 "type": "InstallComplete" 340 }, 341 { 342 "lastTransitionTime": "2023-02-09T07:34:24Z", 343 "message": "Upgrade started", 344 "status": "True", 345 "type": "UpgradeStarted" 346 }, 347 { 348 "lastTransitionTime": "2023-02-09T07:34:29Z", 349 "message": "Upgrade complete", 350 "status": "True", 351 "type": "UpgradeComplete" 352 } 353 ], 354 "lastReconciledGeneration": 2, 355 "name": "mysql-operator", 356 "reconcilingGeneration": 2, 357 "state": "Ready", 358 "version": "8.0.32" 359 }, 360 "oam-kubernetes-runtime": { 361 "available": "Available", 362 "conditions": [ 363 { 364 "lastTransitionTime": "2023-02-09T06:57:50Z", 365 "message": "PreInstall started", 366 "status": "True", 367 "type": "PreInstall" 368 }, 369 { 370 "lastTransitionTime": "2023-02-09T06:57:54Z", 371 "message": "Install started", 372 "status": "True", 373 "type": "InstallStarted" 374 }, 375 { 376 "lastTransitionTime": "2023-02-09T06:58:03Z", 377 "message": "Install complete", 378 "status": "True", 379 "type": "InstallComplete" 380 }, 381 { 382 "lastTransitionTime": "2023-02-09T07:31:42Z", 383 "message": "Upgrade started", 384 "status": "True", 385 "type": "UpgradeStarted" 386 }, 387 { 388 "lastTransitionTime": "2023-02-09T07:31:56Z", 389 "message": "Upgrade complete", 390 "status": "True", 391 "type": "UpgradeComplete" 392 } 393 ], 394 "lastReconciledGeneration": 1, 395 "name": "oam-kubernetes-runtime", 396 "reconcilingGeneration": 2, 397 "state": "Ready", 398 "version": "0.3.3" 399 }, 400 "opensearch": { 401 "lastReconciledGeneration": 1, 402 "name": "opensearch", 403 "state": "Disabled" 404 }, 405 "opensearch-dashboards": { 406 "lastReconciledGeneration": 1, 407 "name": "opensearch-dashboards", 408 "state": "Disabled" 409 }, 410 "prometheus-adapter": { 411 "lastReconciledGeneration": 1, 412 "name": "prometheus-adapter", 413 "state": "Disabled" 414 }, 415 "prometheus-node-exporter": { 416 "lastReconciledGeneration": 1, 417 "name": "prometheus-node-exporter", 418 "state": "Disabled" 419 }, 420 "prometheus-operator": { 421 "lastReconciledGeneration": 1, 422 "name": "prometheus-operator", 423 "state": "Disabled" 424 }, 425 "prometheus-pushgateway": { 426 "lastReconciledGeneration": 1, 427 "name": "prometheus-pushgateway", 428 "state": "Disabled" 429 }, 430 "rancher": { 431 "lastReconciledGeneration": 1, 432 "name": "rancher", 433 "state": "Disabled" 434 }, 435 "rancher-backup": { 436 "lastReconciledGeneration": 1, 437 "name": "rancher-backup", 438 "state": "Disabled" 439 }, 440 "velero": { 441 "lastReconciledGeneration": 1, 442 "name": "velero", 443 "state": "Disabled" 444 }, 445 "verrazzano": { 446 "available": "Available", 447 "conditions": [ 448 { 449 "lastTransitionTime": "2023-02-09T06:57:50Z", 450 "message": "PreInstall started", 451 "status": "True", 452 "type": "PreInstall" 453 }, 454 { 455 "lastTransitionTime": "2023-02-09T07:00:20Z", 456 "message": "Install started", 457 "status": "True", 458 "type": "InstallStarted" 459 }, 460 { 461 "lastTransitionTime": "2023-02-09T07:00:22Z", 462 "message": "Install complete", 463 "status": "True", 464 "type": "InstallComplete" 465 }, 466 { 467 "lastTransitionTime": "2023-02-09T07:34:07Z", 468 "message": "Upgrade started", 469 "status": "True", 470 "type": "UpgradeStarted" 471 }, 472 { 473 "lastTransitionTime": "2023-02-09T07:34:08Z", 474 "message": "Upgrade complete", 475 "status": "True", 476 "type": "UpgradeComplete" 477 } 478 ], 479 "lastReconciledGeneration": 1, 480 "name": "verrazzano", 481 "reconcilingGeneration": 2, 482 "state": "Ready", 483 "version": "1.4.0" 484 }, 485 "verrazzano-application-operator": { 486 "lastReconciledGeneration": 1, 487 "name": "verrazzano-application-operator", 488 "state": "Disabled" 489 }, 490 "verrazzano-authproxy": { 491 "available": "Available", 492 "conditions": [ 493 { 494 "lastTransitionTime": "2023-02-09T06:57:50Z", 495 "message": "PreInstall started", 496 "status": "True", 497 "type": "PreInstall" 498 }, 499 { 500 "lastTransitionTime": "2023-02-09T07:00:04Z", 501 "message": "Install started", 502 "status": "True", 503 "type": "InstallStarted" 504 }, 505 { 506 "lastTransitionTime": "2023-02-09T07:00:20Z", 507 "message": "Install complete", 508 "status": "True", 509 "type": "InstallComplete" 510 }, 511 { 512 "lastTransitionTime": "2023-02-09T07:34:09Z", 513 "message": "Upgrade started", 514 "status": "True", 515 "type": "UpgradeStarted" 516 }, 517 { 518 "lastTransitionTime": "2023-02-09T07:34:24Z", 519 "message": "Upgrade complete", 520 "status": "True", 521 "type": "UpgradeComplete" 522 } 523 ], 524 "lastReconciledGeneration": 1, 525 "name": "verrazzano-authproxy", 526 "reconcilingGeneration": 2, 527 "state": "Ready" 528 }, 529 "verrazzano-cluster-operator": { 530 "available": "Unavailable", 531 "name": "verrazzano-cluster-operator", 532 "state": "Disabled" 533 }, 534 "verrazzano-console": { 535 "available": "Available", 536 "conditions": [ 537 { 538 "lastTransitionTime": "2023-02-09T06:57:50Z", 539 "message": "PreInstall started", 540 "status": "True", 541 "type": "PreInstall" 542 }, 543 { 544 "lastTransitionTime": "2023-02-09T07:00:21Z", 545 "message": "Install started", 546 "status": "True", 547 "type": "InstallStarted" 548 }, 549 { 550 "lastTransitionTime": "2023-02-09T07:01:09Z", 551 "message": "Install complete", 552 "status": "True", 553 "type": "InstallComplete" 554 } 555 ], 556 "lastReconciledGeneration": 1, 557 "name": "verrazzano-console", 558 "state": "Ready" 559 }, 560 "verrazzano-grafana-dashboards": { 561 "name": "verrazzano-grafana-dashboards", 562 "state": "Disabled" 563 }, 564 "verrazzano-monitoring-operator": { 565 "lastReconciledGeneration": 1, 566 "name": "verrazzano-monitoring-operator", 567 "state": "Disabled" 568 }, 569 "verrazzano-network-policies": { 570 "conditions": [ 571 { 572 "lastTransitionTime": "2023-02-09T07:31:10Z", 573 "message": "Install started", 574 "status": "True", 575 "type": "InstallStarted" 576 }, 577 { 578 "lastTransitionTime": "2023-02-09T07:31:11Z", 579 "message": "Install complete", 580 "status": "True", 581 "type": "InstallComplete" 582 }, 583 { 584 "lastTransitionTime": "2023-02-09T07:31:40Z", 585 "message": "Upgrade started", 586 "status": "True", 587 "type": "UpgradeStarted" 588 }, 589 { 590 "lastTransitionTime": "2023-02-09T07:31:42Z", 591 "message": "Upgrade complete", 592 "status": "True", 593 "type": "UpgradeComplete" 594 } 595 ], 596 "lastReconciledGeneration": 2, 597 "name": "verrazzano-network-policies", 598 "reconcilingGeneration": 2, 599 "state": "Ready" 600 }, 601 "weblogic-operator": { 602 "lastReconciledGeneration": 1, 603 "name": "weblogic-operator", 604 "state": "Disabled" 605 } 606 }, 607 "conditions": [ 608 { 609 "lastTransitionTime": "2023-02-09T06:57:50Z", 610 "message": "Verrazzano install in progress", 611 "status": "True", 612 "type": "InstallStarted" 613 }, 614 { 615 "lastTransitionTime": "2023-02-09T07:03:15Z", 616 "message": "Verrazzano install completed successfully", 617 "status": "True", 618 "type": "InstallComplete" 619 }, 620 { 621 "lastTransitionTime": "2023-02-09T07:31:40Z", 622 "message": "Verrazzano upgrade to version v1.5.0-local+492a001a in progress", 623 "status": "True", 624 "type": "UpgradeStarted" 625 } 626 ], 627 "state": "Upgrading", 628 "instance": { 629 "consoleUrl": "https://verrazzano.default.2e9cdad9ea34144318bdb01ead1ccf3cdf22474187877b031b1fd6cf00e50303.nip.io", 630 "keyCloakUrl": "https://keycloak.default.2e9cdad9ea34144318bdb01ead1ccf3cdf22474187877b031b1fd6cf00e50303.nip.io" 631 }, 632 "version": "1.4.2" 633 } 634 }