github.com/verrazzano/verrazzano@v1.7.1/tools/vz/pkg/internal/test/cluster/testCattleSystempods/cluster-snapshot/cattle-system/pods.json (about)

     1  {
     2      "kind": "PodList",
     3      "apiVersion": "v1",
     4      "metadata": {
     5          "resourceVersion": "21586"
     6      },
     7      "items": [
     8          {
     9              "metadata": {
    10                  "name": "helm-operation-d2p4w",
    11                  "generateName": "helm-operation-",
    12                  "namespace": "cattle-system",
    13                  "uid": "1aafb363-f6bb-4087-b83d-339d771c0b01",
    14                  "resourceVersion": "9312",
    15                  "creationTimestamp": "2022-06-16T10:24:33Z",
    16                  "labels": {
    17                      "pod-impersonation.cattle.io/token": "8nx8h9d2xgkspktwr7ftkpp7x4p8jshgrpb64rpd8wq5mrf55brmn9"
    18                  },
    19                  "annotations": {
    20                      "pod-impersonation.cattle.io/cluster-role": "pod-impersonation-helm-op-djjfx"
    21                  },
    22                  "ownerReferences": [
    23                      {
    24                          "apiVersion": "rbac.authorization.k8s.io/v1",
    25                          "kind": "ClusterRole",
    26                          "name": "pod-impersonation-helm-op-djjfx",
    27                          "uid": "275a1299-a118-4006-9d13-8a6ef833db8e"
    28                      }
    29                  ]
    30              },
    31              "spec": {
    32                  "volumes": [
    33                      {
    34                          "name": "data",
    35                          "secret": {
    36                              "secretName": "helm-operation-5rsz2",
    37                              "defaultMode": 420
    38                          }
    39                      },
    40                      {
    41                          "name": "admin-kubeconfig",
    42                          "configMap": {
    43                              "name": "impersonation-helm-op-admin-kubeconfig-b4fvh",
    44                              "defaultMode": 420
    45                          }
    46                      },
    47                      {
    48                          "name": "user-kubeconfig",
    49                          "configMap": {
    50                              "name": "impersonation-helm-op-user-kubeconfig-hd6j7",
    51                              "defaultMode": 420
    52                          }
    53                      },
    54                      {
    55                          "name": "pod-impersonation-helm-op-4pfcz-token-jsdd6",
    56                          "secret": {
    57                              "secretName": "pod-impersonation-helm-op-4pfcz-token-jsdd6",
    58                              "defaultMode": 420
    59                          }
    60                      }
    61                  ],
    62                  "containers": [
    63                      {
    64                          "name": "helm",
    65                          "image": "rancher/shell:v0.1.16",
    66                          "command": [
    67                              "helm-cmd"
    68                          ],
    69                          "workingDir": "/home/shell/helm",
    70                          "env": [
    71                              {
    72                                  "name": "KUBECONFIG",
    73                                  "value": "/home/shell/.kube/config"
    74                              }
    75                          ],
    76                          "resources": {},
    77                          "volumeMounts": [
    78                              {
    79                                  "name": "data",
    80                                  "readOnly": true,
    81                                  "mountPath": "/home/shell/helm"
    82                              },
    83                              {
    84                                  "name": "user-kubeconfig",
    85                                  "readOnly": true,
    86                                  "mountPath": "/home/shell/.kube/config",
    87                                  "subPath": "config"
    88                              }
    89                          ],
    90                          "terminationMessagePath": "/dev/termination-log",
    91                          "terminationMessagePolicy": "File",
    92                          "imagePullPolicy": "IfNotPresent",
    93                          "stdin": true,
    94                          "stdinOnce": true,
    95                          "tty": true
    96                      },
    97                      {
    98                          "name": "proxy",
    99                          "image": "rancher/shell:v0.1.16",
   100                          "command": [
   101                              "sh",
   102                              "-c",
   103                              "kubectl proxy --disable-filter || true"
   104                          ],
   105                          "env": [
   106                              {
   107                                  "name": "KUBECONFIG",
   108                                  "value": "/root/.kube/config"
   109                              }
   110                          ],
   111                          "resources": {},
   112                          "volumeMounts": [
   113                              {
   114                                  "name": "admin-kubeconfig",
   115                                  "readOnly": true,
   116                                  "mountPath": "/root/.kube/config",
   117                                  "subPath": "config"
   118                              },
   119                              {
   120                                  "name": "pod-impersonation-helm-op-4pfcz-token-jsdd6",
   121                                  "readOnly": true,
   122                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
   123                              }
   124                          ],
   125                          "terminationMessagePath": "/dev/termination-log",
   126                          "terminationMessagePolicy": "File",
   127                          "imagePullPolicy": "IfNotPresent",
   128                          "securityContext": {
   129                              "runAsUser": 0,
   130                              "runAsGroup": 0,
   131                              "readOnlyRootFilesystem": true
   132                          }
   133                      }
   134                  ],
   135                  "restartPolicy": "Never",
   136                  "terminationGracePeriodSeconds": 0,
   137                  "dnsPolicy": "ClusterFirst",
   138                  "nodeSelector": {
   139                      "kubernetes.io/os": "linux"
   140                  },
   141                  "serviceAccountName": "default",
   142                  "serviceAccount": "default",
   143                  "automountServiceAccountToken": false,
   144                  "nodeName": "REDACTED-IP4-ADDRESS",
   145                  "securityContext": {},
   146                  "schedulerName": "default-scheduler",
   147                  "tolerations": [
   148                      {
   149                          "key": "cattle.io/os",
   150                          "operator": "Equal",
   151                          "value": "linux",
   152                          "effect": "NoSchedule"
   153                      },
   154                      {
   155                          "key": "node-role.kubernetes.io/controlplane",
   156                          "operator": "Equal",
   157                          "value": "true",
   158                          "effect": "NoSchedule"
   159                      },
   160                      {
   161                          "key": "node-role.kubernetes.io/etcd",
   162                          "operator": "Equal",
   163                          "value": "true",
   164                          "effect": "NoExecute"
   165                      },
   166                      {
   167                          "key": "node.cloudprovider.kubernetes.io/uninitialized",
   168                          "operator": "Equal",
   169                          "value": "true",
   170                          "effect": "NoSchedule"
   171                      },
   172                      {
   173                          "key": "node.kubernetes.io/not-ready",
   174                          "operator": "Exists",
   175                          "effect": "NoExecute",
   176                          "tolerationSeconds": 300
   177                      },
   178                      {
   179                          "key": "node.kubernetes.io/unreachable",
   180                          "operator": "Exists",
   181                          "effect": "NoExecute",
   182                          "tolerationSeconds": 300
   183                      }
   184                  ],
   185                  "priority": 0,
   186                  "enableServiceLinks": true,
   187                  "preemptionPolicy": "PreemptLowerPriority"
   188              },
   189              "status": {
   190                  "phase": "Succeeded",
   191                  "conditions": [
   192                      {
   193                          "type": "Initialized",
   194                          "status": "True",
   195                          "lastProbeTime": null,
   196                          "lastTransitionTime": "2022-06-16T10:24:33Z",
   197                          "reason": "PodCompleted"
   198                      },
   199                      {
   200                          "type": "Ready",
   201                          "status": "False",
   202                          "lastProbeTime": null,
   203                          "lastTransitionTime": "2022-06-16T10:25:39Z",
   204                          "reason": "PodCompleted"
   205                      },
   206                      {
   207                          "type": "ContainersReady",
   208                          "status": "False",
   209                          "lastProbeTime": null,
   210                          "lastTransitionTime": "2022-06-16T10:25:39Z",
   211                          "reason": "PodCompleted"
   212                      },
   213                      {
   214                          "type": "PodScheduled",
   215                          "status": "True",
   216                          "lastProbeTime": null,
   217                          "lastTransitionTime": "2022-06-16T10:24:33Z"
   218                      }
   219                  ],
   220                  "hostIP": "REDACTED-IP4-ADDRESS",
   221                  "podIP": "REDACTED-IP4-ADDRESS",
   222                  "podIPs": [
   223                      {
   224                          "ip": "REDACTED-IP4-ADDRESS"
   225                      }
   226                  ],
   227                  "startTime": "2022-06-16T10:24:33Z",
   228                  "containerStatuses": [
   229                      {
   230                          "name": "helm",
   231                          "state": {
   232                              "terminated": {
   233                                  "exitCode": 0,
   234                                  "reason": "Completed",
   235                                  "startedAt": "2022-06-16T10:25:23Z",
   236                                  "finishedAt": "2022-06-16T10:25:39Z",
   237                                  "containerID": "cri-o://bda91dd836979634d9c71b848d1db9ee491567702e16f5b12bdd802ddd942526"
   238                              }
   239                          },
   240                          "lastState": {},
   241                          "ready": false,
   242                          "restartCount": 0,
   243                          "image": "docker.io/rancher/shell:v0.1.16",
   244                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
   245                          "containerID": "cri-o://bda91dd836979634d9c71b848d1db9ee491567702e16f5b12bdd802ddd942526",
   246                          "started": false
   247                      },
   248                      {
   249                          "name": "proxy",
   250                          "state": {
   251                              "terminated": {
   252                                  "exitCode": 0,
   253                                  "reason": "Completed",
   254                                  "startedAt": "2022-06-16T10:25:23Z",
   255                                  "finishedAt": "2022-06-16T10:25:39Z",
   256                                  "containerID": "cri-o://8fb0dc820549c159ac1edd0e181280d4c7d6d64397415afb97b0f0b0ffd5372e"
   257                              }
   258                          },
   259                          "lastState": {},
   260                          "ready": false,
   261                          "restartCount": 0,
   262                          "image": "docker.io/rancher/shell:v0.1.16",
   263                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
   264                          "containerID": "cri-o://8fb0dc820549c159ac1edd0e181280d4c7d6d64397415afb97b0f0b0ffd5372e",
   265                          "started": false
   266                      }
   267                  ],
   268                  "qosClass": "BestEffort"
   269              }
   270          },
   271          {
   272              "metadata": {
   273                  "name": "helm-operation-dlhvn",
   274                  "generateName": "helm-operation-",
   275                  "namespace": "cattle-system",
   276                  "uid": "03a3581d-6446-4686-a720-3d681f180944",
   277                  "resourceVersion": "10464",
   278                  "creationTimestamp": "2022-06-16T10:26:04Z",
   279                  "labels": {
   280                      "pod-impersonation.cattle.io/token": "k8vfcxsbr9kffhn6qd6xw5fw9t6mwxln2zzzw9q7c7st9td4jkbwn5"
   281                  },
   282                  "annotations": {
   283                      "pod-impersonation.cattle.io/cluster-role": "pod-impersonation-helm-op-jr4jp"
   284                  },
   285                  "ownerReferences": [
   286                      {
   287                          "apiVersion": "rbac.authorization.k8s.io/v1",
   288                          "kind": "ClusterRole",
   289                          "name": "pod-impersonation-helm-op-jr4jp",
   290                          "uid": "2dd4fbfe-f6e7-47cb-8b67-aa7323c9a9cb"
   291                      }
   292                  ]
   293              },
   294              "spec": {
   295                  "volumes": [
   296                      {
   297                          "name": "data",
   298                          "secret": {
   299                              "secretName": "helm-operation-tj6s5",
   300                              "defaultMode": 420
   301                          }
   302                      },
   303                      {
   304                          "name": "admin-kubeconfig",
   305                          "configMap": {
   306                              "name": "impersonation-helm-op-admin-kubeconfig-cz6kd",
   307                              "defaultMode": 420
   308                          }
   309                      },
   310                      {
   311                          "name": "user-kubeconfig",
   312                          "configMap": {
   313                              "name": "impersonation-helm-op-user-kubeconfig-n5l2j",
   314                              "defaultMode": 420
   315                          }
   316                      },
   317                      {
   318                          "name": "pod-impersonation-helm-op-vphcg-token-l8dvd",
   319                          "secret": {
   320                              "secretName": "pod-impersonation-helm-op-vphcg-token-l8dvd",
   321                              "defaultMode": 420
   322                          }
   323                      }
   324                  ],
   325                  "containers": [
   326                      {
   327                          "name": "helm",
   328                          "image": "rancher/shell:v0.1.16",
   329                          "command": [
   330                              "helm-cmd"
   331                          ],
   332                          "workingDir": "/home/shell/helm",
   333                          "env": [
   334                              {
   335                                  "name": "KUBECONFIG",
   336                                  "value": "/home/shell/.kube/config"
   337                              }
   338                          ],
   339                          "resources": {},
   340                          "volumeMounts": [
   341                              {
   342                                  "name": "data",
   343                                  "readOnly": true,
   344                                  "mountPath": "/home/shell/helm"
   345                              },
   346                              {
   347                                  "name": "user-kubeconfig",
   348                                  "readOnly": true,
   349                                  "mountPath": "/home/shell/.kube/config",
   350                                  "subPath": "config"
   351                              }
   352                          ],
   353                          "terminationMessagePath": "/dev/termination-log",
   354                          "terminationMessagePolicy": "File",
   355                          "imagePullPolicy": "IfNotPresent",
   356                          "stdin": true,
   357                          "stdinOnce": true,
   358                          "tty": true
   359                      },
   360                      {
   361                          "name": "proxy",
   362                          "image": "rancher/shell:v0.1.16",
   363                          "command": [
   364                              "sh",
   365                              "-c",
   366                              "kubectl proxy --disable-filter || true"
   367                          ],
   368                          "env": [
   369                              {
   370                                  "name": "KUBECONFIG",
   371                                  "value": "/root/.kube/config"
   372                              }
   373                          ],
   374                          "resources": {},
   375                          "volumeMounts": [
   376                              {
   377                                  "name": "admin-kubeconfig",
   378                                  "readOnly": true,
   379                                  "mountPath": "/root/.kube/config",
   380                                  "subPath": "config"
   381                              },
   382                              {
   383                                  "name": "pod-impersonation-helm-op-vphcg-token-l8dvd",
   384                                  "readOnly": true,
   385                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
   386                              }
   387                          ],
   388                          "terminationMessagePath": "/dev/termination-log",
   389                          "terminationMessagePolicy": "File",
   390                          "imagePullPolicy": "IfNotPresent",
   391                          "securityContext": {
   392                              "runAsUser": 0,
   393                              "runAsGroup": 0,
   394                              "readOnlyRootFilesystem": true
   395                          }
   396                      }
   397                  ],
   398                  "restartPolicy": "Never",
   399                  "terminationGracePeriodSeconds": 0,
   400                  "dnsPolicy": "ClusterFirst",
   401                  "nodeSelector": {
   402                      "kubernetes.io/os": "linux"
   403                  },
   404                  "serviceAccountName": "default",
   405                  "serviceAccount": "default",
   406                  "automountServiceAccountToken": false,
   407                  "nodeName": "REDACTED-IP4-ADDRESS",
   408                  "securityContext": {},
   409                  "schedulerName": "default-scheduler",
   410                  "tolerations": [
   411                      {
   412                          "key": "cattle.io/os",
   413                          "operator": "Equal",
   414                          "value": "linux",
   415                          "effect": "NoSchedule"
   416                      },
   417                      {
   418                          "key": "node-role.kubernetes.io/controlplane",
   419                          "operator": "Equal",
   420                          "value": "true",
   421                          "effect": "NoSchedule"
   422                      },
   423                      {
   424                          "key": "node-role.kubernetes.io/etcd",
   425                          "operator": "Equal",
   426                          "value": "true",
   427                          "effect": "NoExecute"
   428                      },
   429                      {
   430                          "key": "node.cloudprovider.kubernetes.io/uninitialized",
   431                          "operator": "Equal",
   432                          "value": "true",
   433                          "effect": "NoSchedule"
   434                      },
   435                      {
   436                          "key": "node.kubernetes.io/not-ready",
   437                          "operator": "Exists",
   438                          "effect": "NoExecute",
   439                          "tolerationSeconds": 300
   440                      },
   441                      {
   442                          "key": "node.kubernetes.io/unreachable",
   443                          "operator": "Exists",
   444                          "effect": "NoExecute",
   445                          "tolerationSeconds": 300
   446                      }
   447                  ],
   448                  "priority": 0,
   449                  "enableServiceLinks": true,
   450                  "preemptionPolicy": "PreemptLowerPriority"
   451              },
   452              "status": {
   453                  "phase": "Running",
   454                  "conditions": [
   455                      {
   456                          "type": "Initialized",
   457                          "status": "True",
   458                          "lastProbeTime": null,
   459                          "lastTransitionTime": "2022-06-16T10:26:04Z"
   460                      },
   461                      {
   462                          "type": "Ready",
   463                          "status": "False",
   464                          "lastProbeTime": null,
   465                          "lastTransitionTime": "2022-06-16T10:27:14Z",
   466                          "reason": "ContainersNotReady",
   467                          "message": "containers with unready status: [helm]"
   468                      },
   469                      {
   470                          "type": "ContainersReady",
   471                          "status": "False",
   472                          "lastProbeTime": null,
   473                          "lastTransitionTime": "2022-06-16T10:27:14Z",
   474                          "reason": "ContainersNotReady",
   475                          "message": "containers with unready status: [helm]"
   476                      },
   477                      {
   478                          "type": "PodScheduled",
   479                          "status": "True",
   480                          "lastProbeTime": null,
   481                          "lastTransitionTime": "2022-06-16T10:26:04Z"
   482                      }
   483                  ],
   484                  "hostIP": "REDACTED-IP4-ADDRESS",
   485                  "podIP": "REDACTED-IP4-ADDRESS",
   486                  "podIPs": [
   487                      {
   488                          "ip": "REDACTED-IP4-ADDRESS"
   489                      }
   490                  ],
   491                  "startTime": "2022-06-16T10:26:04Z",
   492                  "containerStatuses": [
   493                      {
   494                          "name": "helm",
   495                          "state": {
   496                              "terminated": {
   497                                  "exitCode": 123,
   498                                  "reason": "Error",
   499                                  "startedAt": "2022-06-16T10:26:54Z",
   500                                  "finishedAt": "2022-06-16T10:27:14Z",
   501                                  "containerID": "cri-o://9fbac667ec92f1c6ffe9273e3066403fec164f7309b41c832ed20ba1eb933ef0"
   502                              }
   503                          },
   504                          "lastState": {},
   505                          "ready": false,
   506                          "restartCount": 0,
   507                          "image": "docker.io/rancher/shell:v0.1.16",
   508                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
   509                          "containerID": "cri-o://9fbac667ec92f1c6ffe9273e3066403fec164f7309b41c832ed20ba1eb933ef0",
   510                          "started": false
   511                      },
   512                      {
   513                          "name": "proxy",
   514                          "state": {
   515                              "running": {
   516                                  "startedAt": "2022-06-16T10:26:55Z"
   517                              }
   518                          },
   519                          "lastState": {},
   520                          "ready": true,
   521                          "restartCount": 0,
   522                          "image": "docker.io/rancher/shell:v0.1.16",
   523                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
   524                          "containerID": "cri-o://175eac8dd481a47526d6382cc6b8c9620af0daabafc27a6b8cc526ff7d72f94f",
   525                          "started": true
   526                      }
   527                  ],
   528                  "qosClass": "BestEffort"
   529              }
   530          },
   531          {
   532              "metadata": {
   533                  "name": "helm-operation-gjfls",
   534                  "generateName": "helm-operation-",
   535                  "namespace": "cattle-system",
   536                  "uid": "e2ecbec9-5a47-432e-aff3-3cdd589aa9c8",
   537                  "resourceVersion": "9515",
   538                  "creationTimestamp": "2022-06-16T10:25:35Z",
   539                  "labels": {
   540                      "pod-impersonation.cattle.io/token": "l7z892hm8g9tsbmdxmjmv8m2b8llfhh4jrd96mmqkhfx76c2tn6wm8"
   541                  },
   542                  "annotations": {
   543                      "pod-impersonation.cattle.io/cluster-role": "pod-impersonation-helm-op-fnxkb"
   544                  },
   545                  "ownerReferences": [
   546                      {
   547                          "apiVersion": "rbac.authorization.k8s.io/v1",
   548                          "kind": "ClusterRole",
   549                          "name": "pod-impersonation-helm-op-fnxkb",
   550                          "uid": "22bb0954-d608-4972-8d38-cfcfe730dee0"
   551                      }
   552                  ]
   553              },
   554              "spec": {
   555                  "volumes": [
   556                      {
   557                          "name": "data",
   558                          "secret": {
   559                              "secretName": "helm-operation-lcj9v",
   560                              "defaultMode": 420
   561                          }
   562                      },
   563                      {
   564                          "name": "admin-kubeconfig",
   565                          "configMap": {
   566                              "name": "impersonation-helm-op-admin-kubeconfig-2ww5b",
   567                              "defaultMode": 420
   568                          }
   569                      },
   570                      {
   571                          "name": "user-kubeconfig",
   572                          "configMap": {
   573                              "name": "impersonation-helm-op-user-kubeconfig-m6n8b",
   574                              "defaultMode": 420
   575                          }
   576                      },
   577                      {
   578                          "name": "pod-impersonation-helm-op-7f5hm-token-j86cx",
   579                          "secret": {
   580                              "secretName": "pod-impersonation-helm-op-7f5hm-token-j86cx",
   581                              "defaultMode": 420
   582                          }
   583                      }
   584                  ],
   585                  "containers": [
   586                      {
   587                          "name": "helm",
   588                          "image": "rancher/shell:v0.1.16",
   589                          "command": [
   590                              "helm-cmd"
   591                          ],
   592                          "workingDir": "/home/shell/helm",
   593                          "env": [
   594                              {
   595                                  "name": "KUBECONFIG",
   596                                  "value": "/home/shell/.kube/config"
   597                              }
   598                          ],
   599                          "resources": {},
   600                          "volumeMounts": [
   601                              {
   602                                  "name": "data",
   603                                  "readOnly": true,
   604                                  "mountPath": "/home/shell/helm"
   605                              },
   606                              {
   607                                  "name": "user-kubeconfig",
   608                                  "readOnly": true,
   609                                  "mountPath": "/home/shell/.kube/config",
   610                                  "subPath": "config"
   611                              }
   612                          ],
   613                          "terminationMessagePath": "/dev/termination-log",
   614                          "terminationMessagePolicy": "File",
   615                          "imagePullPolicy": "IfNotPresent",
   616                          "stdin": true,
   617                          "stdinOnce": true,
   618                          "tty": true
   619                      },
   620                      {
   621                          "name": "proxy",
   622                          "image": "rancher/shell:v0.1.16",
   623                          "command": [
   624                              "sh",
   625                              "-c",
   626                              "kubectl proxy --disable-filter || true"
   627                          ],
   628                          "env": [
   629                              {
   630                                  "name": "KUBECONFIG",
   631                                  "value": "/root/.kube/config"
   632                              }
   633                          ],
   634                          "resources": {},
   635                          "volumeMounts": [
   636                              {
   637                                  "name": "admin-kubeconfig",
   638                                  "readOnly": true,
   639                                  "mountPath": "/root/.kube/config",
   640                                  "subPath": "config"
   641                              },
   642                              {
   643                                  "name": "pod-impersonation-helm-op-7f5hm-token-j86cx",
   644                                  "readOnly": true,
   645                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
   646                              }
   647                          ],
   648                          "terminationMessagePath": "/dev/termination-log",
   649                          "terminationMessagePolicy": "File",
   650                          "imagePullPolicy": "IfNotPresent",
   651                          "securityContext": {
   652                              "runAsUser": 0,
   653                              "runAsGroup": 0,
   654                              "readOnlyRootFilesystem": true
   655                          }
   656                      }
   657                  ],
   658                  "restartPolicy": "Never",
   659                  "terminationGracePeriodSeconds": 0,
   660                  "dnsPolicy": "ClusterFirst",
   661                  "nodeSelector": {
   662                      "kubernetes.io/os": "linux"
   663                  },
   664                  "serviceAccountName": "default",
   665                  "serviceAccount": "default",
   666                  "automountServiceAccountToken": false,
   667                  "nodeName": "REDACTED-IP4-ADDRESS",
   668                  "securityContext": {},
   669                  "schedulerName": "default-scheduler",
   670                  "tolerations": [
   671                      {
   672                          "key": "cattle.io/os",
   673                          "operator": "Equal",
   674                          "value": "linux",
   675                          "effect": "NoSchedule"
   676                      },
   677                      {
   678                          "key": "node-role.kubernetes.io/controlplane",
   679                          "operator": "Equal",
   680                          "value": "true",
   681                          "effect": "NoSchedule"
   682                      },
   683                      {
   684                          "key": "node-role.kubernetes.io/etcd",
   685                          "operator": "Equal",
   686                          "value": "true",
   687                          "effect": "NoExecute"
   688                      },
   689                      {
   690                          "key": "node.cloudprovider.kubernetes.io/uninitialized",
   691                          "operator": "Equal",
   692                          "value": "true",
   693                          "effect": "NoSchedule"
   694                      },
   695                      {
   696                          "key": "node.kubernetes.io/not-ready",
   697                          "operator": "Exists",
   698                          "effect": "NoExecute",
   699                          "tolerationSeconds": 300
   700                      },
   701                      {
   702                          "key": "node.kubernetes.io/unreachable",
   703                          "operator": "Exists",
   704                          "effect": "NoExecute",
   705                          "tolerationSeconds": 300
   706                      }
   707                  ],
   708                  "priority": 0,
   709                  "enableServiceLinks": true,
   710                  "preemptionPolicy": "PreemptLowerPriority"
   711              },
   712              "status": {
   713                  "phase": "Succeeded",
   714                  "conditions": [
   715                      {
   716                          "type": "Initialized",
   717                          "status": "True",
   718                          "lastProbeTime": null,
   719                          "lastTransitionTime": "2022-06-16T10:25:35Z",
   720                          "reason": "PodCompleted"
   721                      },
   722                      {
   723                          "type": "Ready",
   724                          "status": "False",
   725                          "lastProbeTime": null,
   726                          "lastTransitionTime": "2022-06-16T10:25:53Z",
   727                          "reason": "PodCompleted"
   728                      },
   729                      {
   730                          "type": "ContainersReady",
   731                          "status": "False",
   732                          "lastProbeTime": null,
   733                          "lastTransitionTime": "2022-06-16T10:25:53Z",
   734                          "reason": "PodCompleted"
   735                      },
   736                      {
   737                          "type": "PodScheduled",
   738                          "status": "True",
   739                          "lastProbeTime": null,
   740                          "lastTransitionTime": "2022-06-16T10:25:35Z"
   741                      }
   742                  ],
   743                  "hostIP": "REDACTED-IP4-ADDRESS",
   744                  "podIP": "REDACTED-IP4-ADDRESS",
   745                  "podIPs": [
   746                      {
   747                          "ip": "REDACTED-IP4-ADDRESS"
   748                      }
   749                  ],
   750                  "startTime": "2022-06-16T10:25:35Z",
   751                  "containerStatuses": [
   752                      {
   753                          "name": "helm",
   754                          "state": {
   755                              "terminated": {
   756                                  "exitCode": 0,
   757                                  "reason": "Completed",
   758                                  "startedAt": "2022-06-16T10:25:36Z",
   759                                  "finishedAt": "2022-06-16T10:25:53Z",
   760                                  "containerID": "cri-o://a3b6d80ed52e57a39d23f2f8cd7446e2317fde08491aa9bfa1a5c067fa2500e5"
   761                              }
   762                          },
   763                          "lastState": {},
   764                          "ready": false,
   765                          "restartCount": 0,
   766                          "image": "docker.io/rancher/shell:v0.1.16",
   767                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
   768                          "containerID": "cri-o://a3b6d80ed52e57a39d23f2f8cd7446e2317fde08491aa9bfa1a5c067fa2500e5",
   769                          "started": false
   770                      },
   771                      {
   772                          "name": "proxy",
   773                          "state": {
   774                              "terminated": {
   775                                  "exitCode": 0,
   776                                  "reason": "Completed",
   777                                  "startedAt": "2022-06-16T10:25:36Z",
   778                                  "finishedAt": "2022-06-16T10:25:54Z",
   779                                  "containerID": "cri-o://8c6dfab9b47b86e77b37b4405c173f594ccfbcc7d50d4bad75ea705cff93bb99"
   780                              }
   781                          },
   782                          "lastState": {},
   783                          "ready": false,
   784                          "restartCount": 0,
   785                          "image": "docker.io/rancher/shell:v0.1.16",
   786                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
   787                          "containerID": "cri-o://8c6dfab9b47b86e77b37b4405c173f594ccfbcc7d50d4bad75ea705cff93bb99",
   788                          "started": false
   789                      }
   790                  ],
   791                  "qosClass": "BestEffort"
   792              }
   793          },
   794          {
   795              "metadata": {
   796                  "name": "helm-operation-s5stv",
   797                  "generateName": "helm-operation-",
   798                  "namespace": "cattle-system",
   799                  "uid": "f8d545c0-fdcc-4079-a1f3-8338d5f4280a",
   800                  "resourceVersion": "10681",
   801                  "creationTimestamp": "2022-06-16T10:27:07Z",
   802                  "labels": {
   803                      "pod-impersonation.cattle.io/token": "nxswdkqrw2crm526x4l5q7k5xkwcjbw5cwsxk8jvbhxlgc7dsmt88w"
   804                  },
   805                  "annotations": {
   806                      "pod-impersonation.cattle.io/cluster-role": "pod-impersonation-helm-op-4rjww"
   807                  },
   808                  "ownerReferences": [
   809                      {
   810                          "apiVersion": "rbac.authorization.k8s.io/v1",
   811                          "kind": "ClusterRole",
   812                          "name": "pod-impersonation-helm-op-4rjww",
   813                          "uid": "f106649c-028c-444e-933f-165a40bef689"
   814                      }
   815                  ]
   816              },
   817              "spec": {
   818                  "volumes": [
   819                      {
   820                          "name": "data",
   821                          "secret": {
   822                              "secretName": "helm-operation-txh24",
   823                              "defaultMode": 420
   824                          }
   825                      },
   826                      {
   827                          "name": "admin-kubeconfig",
   828                          "configMap": {
   829                              "name": "impersonation-helm-op-admin-kubeconfig-2qhqq",
   830                              "defaultMode": 420
   831                          }
   832                      },
   833                      {
   834                          "name": "user-kubeconfig",
   835                          "configMap": {
   836                              "name": "impersonation-helm-op-user-kubeconfig-xcrrs",
   837                              "defaultMode": 420
   838                          }
   839                      },
   840                      {
   841                          "name": "pod-impersonation-helm-op-krzmf-token-pst2h",
   842                          "secret": {
   843                              "secretName": "pod-impersonation-helm-op-krzmf-token-pst2h",
   844                              "defaultMode": 420
   845                          }
   846                      }
   847                  ],
   848                  "containers": [
   849                      {
   850                          "name": "helm",
   851                          "image": "rancher/shell:v0.1.16",
   852                          "command": [
   853                              "helm-cmd"
   854                          ],
   855                          "workingDir": "/home/shell/helm",
   856                          "env": [
   857                              {
   858                                  "name": "KUBECONFIG",
   859                                  "value": "/home/shell/.kube/config"
   860                              }
   861                          ],
   862                          "resources": {},
   863                          "volumeMounts": [
   864                              {
   865                                  "name": "data",
   866                                  "readOnly": true,
   867                                  "mountPath": "/home/shell/helm"
   868                              },
   869                              {
   870                                  "name": "user-kubeconfig",
   871                                  "readOnly": true,
   872                                  "mountPath": "/home/shell/.kube/config",
   873                                  "subPath": "config"
   874                              }
   875                          ],
   876                          "terminationMessagePath": "/dev/termination-log",
   877                          "terminationMessagePolicy": "File",
   878                          "imagePullPolicy": "IfNotPresent",
   879                          "stdin": true,
   880                          "stdinOnce": true,
   881                          "tty": true
   882                      },
   883                      {
   884                          "name": "proxy",
   885                          "image": "rancher/shell:v0.1.16",
   886                          "command": [
   887                              "sh",
   888                              "-c",
   889                              "kubectl proxy --disable-filter || true"
   890                          ],
   891                          "env": [
   892                              {
   893                                  "name": "KUBECONFIG",
   894                                  "value": "/root/.kube/config"
   895                              }
   896                          ],
   897                          "resources": {},
   898                          "volumeMounts": [
   899                              {
   900                                  "name": "admin-kubeconfig",
   901                                  "readOnly": true,
   902                                  "mountPath": "/root/.kube/config",
   903                                  "subPath": "config"
   904                              },
   905                              {
   906                                  "name": "pod-impersonation-helm-op-krzmf-token-pst2h",
   907                                  "readOnly": true,
   908                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
   909                              }
   910                          ],
   911                          "terminationMessagePath": "/dev/termination-log",
   912                          "terminationMessagePolicy": "File",
   913                          "imagePullPolicy": "IfNotPresent",
   914                          "securityContext": {
   915                              "runAsUser": 0,
   916                              "runAsGroup": 0,
   917                              "readOnlyRootFilesystem": true
   918                          }
   919                      }
   920                  ],
   921                  "restartPolicy": "Never",
   922                  "terminationGracePeriodSeconds": 0,
   923                  "dnsPolicy": "ClusterFirst",
   924                  "nodeSelector": {
   925                      "kubernetes.io/os": "linux"
   926                  },
   927                  "serviceAccountName": "default",
   928                  "serviceAccount": "default",
   929                  "automountServiceAccountToken": false,
   930                  "nodeName": "REDACTED-IP4-ADDRESS",
   931                  "securityContext": {},
   932                  "schedulerName": "default-scheduler",
   933                  "tolerations": [
   934                      {
   935                          "key": "cattle.io/os",
   936                          "operator": "Equal",
   937                          "value": "linux",
   938                          "effect": "NoSchedule"
   939                      },
   940                      {
   941                          "key": "node-role.kubernetes.io/controlplane",
   942                          "operator": "Equal",
   943                          "value": "true",
   944                          "effect": "NoSchedule"
   945                      },
   946                      {
   947                          "key": "node-role.kubernetes.io/etcd",
   948                          "operator": "Equal",
   949                          "value": "true",
   950                          "effect": "NoExecute"
   951                      },
   952                      {
   953                          "key": "node.cloudprovider.kubernetes.io/uninitialized",
   954                          "operator": "Equal",
   955                          "value": "true",
   956                          "effect": "NoSchedule"
   957                      },
   958                      {
   959                          "key": "node.kubernetes.io/not-ready",
   960                          "operator": "Exists",
   961                          "effect": "NoExecute",
   962                          "tolerationSeconds": 300
   963                      },
   964                      {
   965                          "key": "node.kubernetes.io/unreachable",
   966                          "operator": "Exists",
   967                          "effect": "NoExecute",
   968                          "tolerationSeconds": 300
   969                      }
   970                  ],
   971                  "priority": 0,
   972                  "enableServiceLinks": true,
   973                  "preemptionPolicy": "PreemptLowerPriority"
   974              },
   975              "status": {
   976                  "phase": "Succeeded",
   977                  "conditions": [
   978                      {
   979                          "type": "Initialized",
   980                          "status": "True",
   981                          "lastProbeTime": null,
   982                          "lastTransitionTime": "2022-06-16T10:27:07Z",
   983                          "reason": "PodCompleted"
   984                      },
   985                      {
   986                          "type": "Ready",
   987                          "status": "False",
   988                          "lastProbeTime": null,
   989                          "lastTransitionTime": "2022-06-16T10:27:28Z",
   990                          "reason": "PodCompleted"
   991                      },
   992                      {
   993                          "type": "ContainersReady",
   994                          "status": "False",
   995                          "lastProbeTime": null,
   996                          "lastTransitionTime": "2022-06-16T10:27:28Z",
   997                          "reason": "PodCompleted"
   998                      },
   999                      {
  1000                          "type": "PodScheduled",
  1001                          "status": "True",
  1002                          "lastProbeTime": null,
  1003                          "lastTransitionTime": "2022-06-16T10:27:07Z"
  1004                      }
  1005                  ],
  1006                  "hostIP": "REDACTED-IP4-ADDRESS",
  1007                  "podIP": "REDACTED-IP4-ADDRESS",
  1008                  "podIPs": [
  1009                      {
  1010                          "ip": "REDACTED-IP4-ADDRESS"
  1011                      }
  1012                  ],
  1013                  "startTime": "2022-06-16T10:27:07Z",
  1014                  "containerStatuses": [
  1015                      {
  1016                          "name": "helm",
  1017                          "state": {
  1018                              "terminated": {
  1019                                  "exitCode": 0,
  1020                                  "reason": "Completed",
  1021                                  "startedAt": "2022-06-16T10:27:08Z",
  1022                                  "finishedAt": "2022-06-16T10:27:27Z",
  1023                                  "containerID": "cri-o://4ed7bc6f95cf5986baf6ccf8d9bd3df704e85bf6fa860bf3271eba51efa0fa84"
  1024                              }
  1025                          },
  1026                          "lastState": {},
  1027                          "ready": false,
  1028                          "restartCount": 0,
  1029                          "image": "docker.io/rancher/shell:v0.1.16",
  1030                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
  1031                          "containerID": "cri-o://4ed7bc6f95cf5986baf6ccf8d9bd3df704e85bf6fa860bf3271eba51efa0fa84",
  1032                          "started": false
  1033                      },
  1034                      {
  1035                          "name": "proxy",
  1036                          "state": {
  1037                              "terminated": {
  1038                                  "exitCode": 0,
  1039                                  "reason": "Completed",
  1040                                  "startedAt": "2022-06-16T10:27:09Z",
  1041                                  "finishedAt": "2022-06-16T10:27:28Z",
  1042                                  "containerID": "cri-o://a23cbd84979141d4b23b8239fdea0b6baa2e03bcc0c751f76c4080760e53dca2"
  1043                              }
  1044                          },
  1045                          "lastState": {},
  1046                          "ready": false,
  1047                          "restartCount": 0,
  1048                          "image": "docker.io/rancher/shell:v0.1.16",
  1049                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
  1050                          "containerID": "cri-o://a23cbd84979141d4b23b8239fdea0b6baa2e03bcc0c751f76c4080760e53dca2",
  1051                          "started": false
  1052                      }
  1053                  ],
  1054                  "qosClass": "BestEffort"
  1055              }
  1056          },
  1057          {
  1058              "metadata": {
  1059                  "name": "helm-operation-xnktw",
  1060                  "generateName": "helm-operation-",
  1061                  "namespace": "cattle-system",
  1062                  "uid": "8feb86fc-a97a-4211-952a-3a5396c83256",
  1063                  "resourceVersion": "9718",
  1064                  "creationTimestamp": "2022-06-16T10:25:55Z",
  1065                  "labels": {
  1066                      "pod-impersonation.cattle.io/token": "xwl7k6ffxgnbkf7r6sl8kn6ql56hfgptkc25c4kk8tq64b7hwt8lm4"
  1067                  },
  1068                  "annotations": {
  1069                      "pod-impersonation.cattle.io/cluster-role": "pod-impersonation-helm-op-szcn5"
  1070                  },
  1071                  "ownerReferences": [
  1072                      {
  1073                          "apiVersion": "rbac.authorization.k8s.io/v1",
  1074                          "kind": "ClusterRole",
  1075                          "name": "pod-impersonation-helm-op-szcn5",
  1076                          "uid": "25080436-9dba-4b7d-93da-59ad20c62c58"
  1077                      }
  1078                  ]
  1079              },
  1080              "spec": {
  1081                  "volumes": [
  1082                      {
  1083                          "name": "data",
  1084                          "secret": {
  1085                              "secretName": "helm-operation-n6lrj",
  1086                              "defaultMode": 420
  1087                          }
  1088                      },
  1089                      {
  1090                          "name": "admin-kubeconfig",
  1091                          "configMap": {
  1092                              "name": "impersonation-helm-op-admin-kubeconfig-tx25h",
  1093                              "defaultMode": 420
  1094                          }
  1095                      },
  1096                      {
  1097                          "name": "user-kubeconfig",
  1098                          "configMap": {
  1099                              "name": "impersonation-helm-op-user-kubeconfig-m7lvd",
  1100                              "defaultMode": 420
  1101                          }
  1102                      },
  1103                      {
  1104                          "name": "pod-impersonation-helm-op-rtj82-token-pjqcb",
  1105                          "secret": {
  1106                              "secretName": "pod-impersonation-helm-op-rtj82-token-pjqcb",
  1107                              "defaultMode": 420
  1108                          }
  1109                      }
  1110                  ],
  1111                  "containers": [
  1112                      {
  1113                          "name": "helm",
  1114                          "image": "rancher/shell:v0.1.16",
  1115                          "command": [
  1116                              "helm-cmd"
  1117                          ],
  1118                          "workingDir": "/home/shell/helm",
  1119                          "env": [
  1120                              {
  1121                                  "name": "KUBECONFIG",
  1122                                  "value": "/home/shell/.kube/config"
  1123                              }
  1124                          ],
  1125                          "resources": {},
  1126                          "volumeMounts": [
  1127                              {
  1128                                  "name": "data",
  1129                                  "readOnly": true,
  1130                                  "mountPath": "/home/shell/helm"
  1131                              },
  1132                              {
  1133                                  "name": "user-kubeconfig",
  1134                                  "readOnly": true,
  1135                                  "mountPath": "/home/shell/.kube/config",
  1136                                  "subPath": "config"
  1137                              }
  1138                          ],
  1139                          "terminationMessagePath": "/dev/termination-log",
  1140                          "terminationMessagePolicy": "File",
  1141                          "imagePullPolicy": "IfNotPresent",
  1142                          "stdin": true,
  1143                          "stdinOnce": true,
  1144                          "tty": true
  1145                      },
  1146                      {
  1147                          "name": "proxy",
  1148                          "image": "rancher/shell:v0.1.16",
  1149                          "command": [
  1150                              "sh",
  1151                              "-c",
  1152                              "kubectl proxy --disable-filter || true"
  1153                          ],
  1154                          "env": [
  1155                              {
  1156                                  "name": "KUBECONFIG",
  1157                                  "value": "/root/.kube/config"
  1158                              }
  1159                          ],
  1160                          "resources": {},
  1161                          "volumeMounts": [
  1162                              {
  1163                                  "name": "admin-kubeconfig",
  1164                                  "readOnly": true,
  1165                                  "mountPath": "/root/.kube/config",
  1166                                  "subPath": "config"
  1167                              },
  1168                              {
  1169                                  "name": "pod-impersonation-helm-op-rtj82-token-pjqcb",
  1170                                  "readOnly": true,
  1171                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
  1172                              }
  1173                          ],
  1174                          "terminationMessagePath": "/dev/termination-log",
  1175                          "terminationMessagePolicy": "File",
  1176                          "imagePullPolicy": "IfNotPresent",
  1177                          "securityContext": {
  1178                              "runAsUser": 0,
  1179                              "runAsGroup": 0,
  1180                              "readOnlyRootFilesystem": true
  1181                          }
  1182                      }
  1183                  ],
  1184                  "restartPolicy": "Never",
  1185                  "terminationGracePeriodSeconds": 0,
  1186                  "dnsPolicy": "ClusterFirst",
  1187                  "nodeSelector": {
  1188                      "kubernetes.io/os": "linux"
  1189                  },
  1190                  "serviceAccountName": "default",
  1191                  "serviceAccount": "default",
  1192                  "automountServiceAccountToken": false,
  1193                  "nodeName": "REDACTED-IP4-ADDRESS",
  1194                  "securityContext": {},
  1195                  "schedulerName": "default-scheduler",
  1196                  "tolerations": [
  1197                      {
  1198                          "key": "cattle.io/os",
  1199                          "operator": "Equal",
  1200                          "value": "linux",
  1201                          "effect": "NoSchedule"
  1202                      },
  1203                      {
  1204                          "key": "node-role.kubernetes.io/controlplane",
  1205                          "operator": "Equal",
  1206                          "value": "true",
  1207                          "effect": "NoSchedule"
  1208                      },
  1209                      {
  1210                          "key": "node-role.kubernetes.io/etcd",
  1211                          "operator": "Equal",
  1212                          "value": "true",
  1213                          "effect": "NoExecute"
  1214                      },
  1215                      {
  1216                          "key": "node.cloudprovider.kubernetes.io/uninitialized",
  1217                          "operator": "Equal",
  1218                          "value": "true",
  1219                          "effect": "NoSchedule"
  1220                      },
  1221                      {
  1222                          "key": "node.kubernetes.io/not-ready",
  1223                          "operator": "Exists",
  1224                          "effect": "NoExecute",
  1225                          "tolerationSeconds": 300
  1226                      },
  1227                      {
  1228                          "key": "node.kubernetes.io/unreachable",
  1229                          "operator": "Exists",
  1230                          "effect": "NoExecute",
  1231                          "tolerationSeconds": 300
  1232                      }
  1233                  ],
  1234                  "priority": 0,
  1235                  "enableServiceLinks": true,
  1236                  "preemptionPolicy": "PreemptLowerPriority"
  1237              },
  1238              "status": {
  1239                  "phase": "Succeeded",
  1240                  "conditions": [
  1241                      {
  1242                          "type": "Initialized",
  1243                          "status": "True",
  1244                          "lastProbeTime": null,
  1245                          "lastTransitionTime": "2022-06-16T10:25:55Z",
  1246                          "reason": "PodCompleted"
  1247                      },
  1248                      {
  1249                          "type": "Ready",
  1250                          "status": "False",
  1251                          "lastProbeTime": null,
  1252                          "lastTransitionTime": "2022-06-16T10:26:03Z",
  1253                          "reason": "PodCompleted"
  1254                      },
  1255                      {
  1256                          "type": "ContainersReady",
  1257                          "status": "False",
  1258                          "lastProbeTime": null,
  1259                          "lastTransitionTime": "2022-06-16T10:26:03Z",
  1260                          "reason": "PodCompleted"
  1261                      },
  1262                      {
  1263                          "type": "PodScheduled",
  1264                          "status": "True",
  1265                          "lastProbeTime": null,
  1266                          "lastTransitionTime": "2022-06-16T10:25:55Z"
  1267                      }
  1268                  ],
  1269                  "hostIP": "REDACTED-IP4-ADDRESS",
  1270                  "podIP": "REDACTED-IP4-ADDRESS",
  1271                  "podIPs": [
  1272                      {
  1273                          "ip": "REDACTED-IP4-ADDRESS"
  1274                      }
  1275                  ],
  1276                  "startTime": "2022-06-16T10:25:55Z",
  1277                  "containerStatuses": [
  1278                      {
  1279                          "name": "helm",
  1280                          "state": {
  1281                              "terminated": {
  1282                                  "exitCode": 0,
  1283                                  "reason": "Completed",
  1284                                  "startedAt": "2022-06-16T10:25:56Z",
  1285                                  "finishedAt": "2022-06-16T10:26:03Z",
  1286                                  "containerID": "cri-o://75f825cae2f778729bf488bd56035913354d1186b58186b822d74f5be3cbdf4e"
  1287                              }
  1288                          },
  1289                          "lastState": {},
  1290                          "ready": false,
  1291                          "restartCount": 0,
  1292                          "image": "docker.io/rancher/shell:v0.1.16",
  1293                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
  1294                          "containerID": "cri-o://75f825cae2f778729bf488bd56035913354d1186b58186b822d74f5be3cbdf4e",
  1295                          "started": false
  1296                      },
  1297                      {
  1298                          "name": "proxy",
  1299                          "state": {
  1300                              "terminated": {
  1301                                  "exitCode": 0,
  1302                                  "reason": "Completed",
  1303                                  "startedAt": "2022-06-16T10:25:56Z",
  1304                                  "finishedAt": "2022-06-16T10:26:04Z",
  1305                                  "containerID": "cri-o://d4f989d5ea71bccae866ca8f75cfc98c9b8a828bdfdbec8754a71851e7a2e79e"
  1306                              }
  1307                          },
  1308                          "lastState": {},
  1309                          "ready": false,
  1310                          "restartCount": 0,
  1311                          "image": "docker.io/rancher/shell:v0.1.16",
  1312                          "imageID": "docker.io/rancher/shell@sha256:0d6de68c4291f97c358c46fc511a9a651b3d6f371d8c254edbc443a146344583",
  1313                          "containerID": "cri-o://d4f989d5ea71bccae866ca8f75cfc98c9b8a828bdfdbec8754a71851e7a2e79e",
  1314                          "started": false
  1315                      }
  1316                  ],
  1317                  "qosClass": "BestEffort"
  1318              }
  1319          },
  1320          {
  1321              "metadata": {
  1322                  "name": "rancher-649dc876b-dt67w",
  1323                  "generateName": "rancher-649dc876b-",
  1324                  "namespace": "cattle-system",
  1325                  "uid": "9402adfd-c588-4125-a1f8-86640c10ccee",
  1326                  "resourceVersion": "8147",
  1327                  "creationTimestamp": "2022-06-16T10:21:29Z",
  1328                  "labels": {
  1329                      "app": "rancher",
  1330                      "pod-template-hash": "649dc876b",
  1331                      "release": "rancher"
  1332                  },
  1333                  "ownerReferences": [
  1334                      {
  1335                          "apiVersion": "apps/v1",
  1336                          "kind": "ReplicaSet",
  1337                          "name": "rancher-649dc876b",
  1338                          "uid": "35968210-3da3-46c8-ac87-49bbfa208001",
  1339                          "controller": true,
  1340                          "blockOwnerDeletion": true
  1341                      }
  1342                  ]
  1343              },
  1344              "spec": {
  1345                  "volumes": [
  1346                      {
  1347                          "name": "tls-ca-volume",
  1348                          "secret": {
  1349                              "secretName": "tls-ca",
  1350                              "defaultMode": 256
  1351                          }
  1352                      },
  1353                      {
  1354                          "name": "kube-api-access-5lv5q",
  1355                          "projected": {
  1356                              "sources": [
  1357                                  {
  1358                                      "serviceAccountToken": {
  1359                                          "expirationSeconds": 3607,
  1360                                          "path": "token"
  1361                                      }
  1362                                  },
  1363                                  {
  1364                                      "configMap": {
  1365                                          "name": "kube-root-ca.crt",
  1366                                          "items": [
  1367                                              {
  1368                                                  "key": "ca.crt",
  1369                                                  "path": "ca.crt"
  1370                                              }
  1371                                          ]
  1372                                      }
  1373                                  },
  1374                                  {
  1375                                      "downwardAPI": {
  1376                                          "items": [
  1377                                              {
  1378                                                  "path": "namespace",
  1379                                                  "fieldRef": {
  1380                                                      "apiVersion": "v1",
  1381                                                      "fieldPath": "metadata.namespace"
  1382                                                  }
  1383                                              }
  1384                                          ]
  1385                                      }
  1386                                  }
  1387                              ],
  1388                              "defaultMode": 420
  1389                          }
  1390                      }
  1391                  ],
  1392                  "containers": [
  1393                      {
  1394                          "name": "rancher",
  1395                          "image": "ghcr.io/verrazzano/rancher:v2.6.4-20220504205847-7131173f2",
  1396                          "args": [
  1397                              "--http-listen-port=80",
  1398                              "--https-listen-port=443",
  1399                              "--add-local=true"
  1400                          ],
  1401                          "ports": [
  1402                              {
  1403                                  "containerPort": 80,
  1404                                  "protocol": "TCP"
  1405                              }
  1406                          ],
  1407                          "env": [
  1408                              {
  1409                                  "name": "CATTLE_NAMESPACE",
  1410                                  "value": "cattle-system"
  1411                              },
  1412                              {
  1413                                  "name": "CATTLE_PEER_SERVICE",
  1414                                  "value": "rancher"
  1415                              },
  1416                              {
  1417                                  "name": "CATTLE_SYSTEM_CATALOG",
  1418                                  "value": "bundled"
  1419                              }
  1420                          ],
  1421                          "resources": {},
  1422                          "volumeMounts": [
  1423                              {
  1424                                  "name": "tls-ca-volume",
  1425                                  "readOnly": true,
  1426                                  "mountPath": "/etc/rancher/ssl/cacerts.pem",
  1427                                  "subPath": "cacerts.pem"
  1428                              },
  1429                              {
  1430                                  "name": "kube-api-access-5lv5q",
  1431                                  "readOnly": true,
  1432                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
  1433                              }
  1434                          ],
  1435                          "livenessProbe": {
  1436                              "httpGet": {
  1437                                  "path": "/healthz",
  1438                                  "port": 80,
  1439                                  "scheme": "HTTP"
  1440                              },
  1441                              "initialDelaySeconds": 60,
  1442                              "timeoutSeconds": 1,
  1443                              "periodSeconds": 30,
  1444                              "successThreshold": 1,
  1445                              "failureThreshold": 3
  1446                          },
  1447                          "readinessProbe": {
  1448                              "httpGet": {
  1449                                  "path": "/healthz",
  1450                                  "port": 80,
  1451                                  "scheme": "HTTP"
  1452                              },
  1453                              "initialDelaySeconds": 5,
  1454                              "timeoutSeconds": 1,
  1455                              "periodSeconds": 30,
  1456                              "successThreshold": 1,
  1457                              "failureThreshold": 3
  1458                          },
  1459                          "terminationMessagePath": "/dev/termination-log",
  1460                          "terminationMessagePolicy": "File",
  1461                          "imagePullPolicy": "IfNotPresent",
  1462                          "securityContext": {
  1463                              "capabilities": {
  1464                                  "add": [
  1465                                      "MKNOD"
  1466                                  ]
  1467                              }
  1468                          }
  1469                      }
  1470                  ],
  1471                  "restartPolicy": "Always",
  1472                  "terminationGracePeriodSeconds": 30,
  1473                  "dnsPolicy": "ClusterFirst",
  1474                  "serviceAccountName": "rancher",
  1475                  "serviceAccount": "rancher",
  1476                  "nodeName": "REDACTED-IP4-ADDRESS",
  1477                  "securityContext": {},
  1478                  "imagePullSecrets": [
  1479                      {
  1480                          "name": "verrazzano-container-registry"
  1481                      }
  1482                  ],
  1483                  "affinity": {
  1484                      "nodeAffinity": {
  1485                          "requiredDuringSchedulingIgnoredDuringExecution": {
  1486                              "nodeSelectorTerms": [
  1487                                  {
  1488                                      "matchExpressions": [
  1489                                          {
  1490                                              "key": "kubernetes.io/os",
  1491                                              "operator": "NotIn",
  1492                                              "values": [
  1493                                                  "windows"
  1494                                              ]
  1495                                          }
  1496                                      ]
  1497                                  }
  1498                              ]
  1499                          }
  1500                      },
  1501                      "podAntiAffinity": {
  1502                          "preferredDuringSchedulingIgnoredDuringExecution": [
  1503                              {
  1504                                  "weight": 100,
  1505                                  "podAffinityTerm": {
  1506                                      "labelSelector": {
  1507                                          "matchExpressions": [
  1508                                              {
  1509                                                  "key": "app",
  1510                                                  "operator": "In",
  1511                                                  "values": [
  1512                                                      "rancher"
  1513                                                  ]
  1514                                              }
  1515                                          ]
  1516                                      },
  1517                                      "topologyKey": "kubernetes.io/hostname"
  1518                                  }
  1519                              }
  1520                          ]
  1521                      }
  1522                  },
  1523                  "schedulerName": "default-scheduler",
  1524                  "tolerations": [
  1525                      {
  1526                          "key": "cattle.io/os",
  1527                          "operator": "Equal",
  1528                          "value": "linux",
  1529                          "effect": "NoSchedule"
  1530                      },
  1531                      {
  1532                          "key": "node.kubernetes.io/not-ready",
  1533                          "operator": "Exists",
  1534                          "effect": "NoExecute",
  1535                          "tolerationSeconds": 300
  1536                      },
  1537                      {
  1538                          "key": "node.kubernetes.io/unreachable",
  1539                          "operator": "Exists",
  1540                          "effect": "NoExecute",
  1541                          "tolerationSeconds": 300
  1542                      }
  1543                  ],
  1544                  "priority": 0,
  1545                  "enableServiceLinks": true,
  1546                  "preemptionPolicy": "PreemptLowerPriority"
  1547              },
  1548              "status": {
  1549                  "phase": "Running",
  1550                  "conditions": [
  1551                      {
  1552                          "type": "Initialized",
  1553                          "status": "True",
  1554                          "lastProbeTime": null,
  1555                          "lastTransitionTime": "2022-06-16T10:21:29Z"
  1556                      },
  1557                      {
  1558                          "type": "Ready",
  1559                          "status": "True",
  1560                          "lastProbeTime": null,
  1561                          "lastTransitionTime": "2022-06-16T10:24:29Z"
  1562                      },
  1563                      {
  1564                          "type": "ContainersReady",
  1565                          "status": "True",
  1566                          "lastProbeTime": null,
  1567                          "lastTransitionTime": "2022-06-16T10:24:29Z"
  1568                      },
  1569                      {
  1570                          "type": "PodScheduled",
  1571                          "status": "True",
  1572                          "lastProbeTime": null,
  1573                          "lastTransitionTime": "2022-06-16T10:21:29Z"
  1574                      }
  1575                  ],
  1576                  "hostIP": "REDACTED-IP4-ADDRESS",
  1577                  "podIP": "REDACTED-IP4-ADDRESS",
  1578                  "podIPs": [
  1579                      {
  1580                          "ip": "REDACTED-IP4-ADDRESS"
  1581                      }
  1582                  ],
  1583                  "startTime": "2022-06-16T10:21:29Z",
  1584                  "containerStatuses": [
  1585                      {
  1586                          "name": "rancher",
  1587                          "state": {
  1588                              "running": {
  1589                                  "startedAt": "2022-06-16T10:23:01Z"
  1590                              }
  1591                          },
  1592                          "lastState": {
  1593                              "terminated": {
  1594                                  "exitCode": 1,
  1595                                  "reason": "Error",
  1596                                  "startedAt": "2022-06-16T10:22:59Z",
  1597                                  "finishedAt": "2022-06-16T10:23:00Z",
  1598                                  "containerID": "cri-o://96bcc38715af00a5bb6ad03126b669b2955525060032859835cb70ae4a6498f3"
  1599                              }
  1600                          },
  1601                          "ready": true,
  1602                          "restartCount": 1,
  1603                          "image": "ghcr.io/verrazzano/rancher:v2.6.4-20220504205847-7131173f2",
  1604                          "imageID": "ghcr.io/verrazzano/rancher@sha256:e6b8829a7d0210202d9e129cd6d74b56e7a5d218729335f5718b17ec583d6760",
  1605                          "containerID": "cri-o://847dc2aacf9a9f4ce845e96c74b6791f87b15c1a1d13751ba08a7ff957604d0e",
  1606                          "started": true
  1607                      }
  1608                  ],
  1609                  "qosClass": "BestEffort"
  1610              }
  1611          },
  1612          {
  1613              "metadata": {
  1614                  "name": "rancher-649dc876b-dwqjg",
  1615                  "generateName": "rancher-649dc876b-",
  1616                  "namespace": "cattle-system",
  1617                  "uid": "7aeedd98-b5cf-45f4-afe1-00306239bcdb",
  1618                  "resourceVersion": "9455",
  1619                  "creationTimestamp": "2022-06-16T10:24:19Z",
  1620                  "labels": {
  1621                      "app": "rancher",
  1622                      "pod-template-hash": "649dc876b",
  1623                      "release": "rancher"
  1624                  },
  1625                  "ownerReferences": [
  1626                      {
  1627                          "apiVersion": "apps/v1",
  1628                          "kind": "ReplicaSet",
  1629                          "name": "rancher-649dc876b",
  1630                          "uid": "35968210-3da3-46c8-ac87-49bbfa208001",
  1631                          "controller": true,
  1632                          "blockOwnerDeletion": true
  1633                      }
  1634                  ]
  1635              },
  1636              "spec": {
  1637                  "volumes": [
  1638                      {
  1639                          "name": "tls-ca-volume",
  1640                          "secret": {
  1641                              "secretName": "tls-ca",
  1642                              "defaultMode": 256
  1643                          }
  1644                      },
  1645                      {
  1646                          "name": "kube-api-access-fxg6g",
  1647                          "projected": {
  1648                              "sources": [
  1649                                  {
  1650                                      "serviceAccountToken": {
  1651                                          "expirationSeconds": 3607,
  1652                                          "path": "token"
  1653                                      }
  1654                                  },
  1655                                  {
  1656                                      "configMap": {
  1657                                          "name": "kube-root-ca.crt",
  1658                                          "items": [
  1659                                              {
  1660                                                  "key": "ca.crt",
  1661                                                  "path": "ca.crt"
  1662                                              }
  1663                                          ]
  1664                                      }
  1665                                  },
  1666                                  {
  1667                                      "downwardAPI": {
  1668                                          "items": [
  1669                                              {
  1670                                                  "path": "namespace",
  1671                                                  "fieldRef": {
  1672                                                      "apiVersion": "v1",
  1673                                                      "fieldPath": "metadata.namespace"
  1674                                                  }
  1675                                              }
  1676                                          ]
  1677                                      }
  1678                                  }
  1679                              ],
  1680                              "defaultMode": 420
  1681                          }
  1682                      }
  1683                  ],
  1684                  "containers": [
  1685                      {
  1686                          "name": "rancher",
  1687                          "image": "ghcr.io/verrazzano/rancher:v2.6.4-20220504205847-7131173f2",
  1688                          "args": [
  1689                              "--http-listen-port=80",
  1690                              "--https-listen-port=443",
  1691                              "--add-local=true"
  1692                          ],
  1693                          "ports": [
  1694                              {
  1695                                  "containerPort": 80,
  1696                                  "protocol": "TCP"
  1697                              }
  1698                          ],
  1699                          "env": [
  1700                              {
  1701                                  "name": "CATTLE_NAMESPACE",
  1702                                  "value": "cattle-system"
  1703                              },
  1704                              {
  1705                                  "name": "CATTLE_PEER_SERVICE",
  1706                                  "value": "rancher"
  1707                              },
  1708                              {
  1709                                  "name": "CATTLE_SYSTEM_CATALOG",
  1710                                  "value": "bundled"
  1711                              }
  1712                          ],
  1713                          "resources": {},
  1714                          "volumeMounts": [
  1715                              {
  1716                                  "name": "tls-ca-volume",
  1717                                  "readOnly": true,
  1718                                  "mountPath": "/etc/rancher/ssl/cacerts.pem",
  1719                                  "subPath": "cacerts.pem"
  1720                              },
  1721                              {
  1722                                  "name": "kube-api-access-fxg6g",
  1723                                  "readOnly": true,
  1724                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
  1725                              }
  1726                          ],
  1727                          "livenessProbe": {
  1728                              "httpGet": {
  1729                                  "path": "/healthz",
  1730                                  "port": 80,
  1731                                  "scheme": "HTTP"
  1732                              },
  1733                              "initialDelaySeconds": 60,
  1734                              "timeoutSeconds": 1,
  1735                              "periodSeconds": 30,
  1736                              "successThreshold": 1,
  1737                              "failureThreshold": 3
  1738                          },
  1739                          "readinessProbe": {
  1740                              "httpGet": {
  1741                                  "path": "/healthz",
  1742                                  "port": 80,
  1743                                  "scheme": "HTTP"
  1744                              },
  1745                              "initialDelaySeconds": 5,
  1746                              "timeoutSeconds": 1,
  1747                              "periodSeconds": 30,
  1748                              "successThreshold": 1,
  1749                              "failureThreshold": 3
  1750                          },
  1751                          "terminationMessagePath": "/dev/termination-log",
  1752                          "terminationMessagePolicy": "File",
  1753                          "imagePullPolicy": "IfNotPresent",
  1754                          "securityContext": {
  1755                              "capabilities": {
  1756                                  "add": [
  1757                                      "MKNOD"
  1758                                  ]
  1759                              }
  1760                          }
  1761                      }
  1762                  ],
  1763                  "restartPolicy": "Always",
  1764                  "terminationGracePeriodSeconds": 30,
  1765                  "dnsPolicy": "ClusterFirst",
  1766                  "serviceAccountName": "rancher",
  1767                  "serviceAccount": "rancher",
  1768                  "nodeName": "REDACTED-IP4-ADDRESS",
  1769                  "securityContext": {},
  1770                  "imagePullSecrets": [
  1771                      {
  1772                          "name": "verrazzano-container-registry"
  1773                      }
  1774                  ],
  1775                  "affinity": {
  1776                      "nodeAffinity": {
  1777                          "requiredDuringSchedulingIgnoredDuringExecution": {
  1778                              "nodeSelectorTerms": [
  1779                                  {
  1780                                      "matchExpressions": [
  1781                                          {
  1782                                              "key": "kubernetes.io/os",
  1783                                              "operator": "NotIn",
  1784                                              "values": [
  1785                                                  "windows"
  1786                                              ]
  1787                                          }
  1788                                      ]
  1789                                  }
  1790                              ]
  1791                          }
  1792                      },
  1793                      "podAntiAffinity": {
  1794                          "preferredDuringSchedulingIgnoredDuringExecution": [
  1795                              {
  1796                                  "weight": 100,
  1797                                  "podAffinityTerm": {
  1798                                      "labelSelector": {
  1799                                          "matchExpressions": [
  1800                                              {
  1801                                                  "key": "app",
  1802                                                  "operator": "In",
  1803                                                  "values": [
  1804                                                      "rancher"
  1805                                                  ]
  1806                                              }
  1807                                          ]
  1808                                      },
  1809                                      "topologyKey": "kubernetes.io/hostname"
  1810                                  }
  1811                              }
  1812                          ]
  1813                      }
  1814                  },
  1815                  "schedulerName": "default-scheduler",
  1816                  "tolerations": [
  1817                      {
  1818                          "key": "cattle.io/os",
  1819                          "operator": "Equal",
  1820                          "value": "linux",
  1821                          "effect": "NoSchedule"
  1822                      },
  1823                      {
  1824                          "key": "node.kubernetes.io/not-ready",
  1825                          "operator": "Exists",
  1826                          "effect": "NoExecute",
  1827                          "tolerationSeconds": 300
  1828                      },
  1829                      {
  1830                          "key": "node.kubernetes.io/unreachable",
  1831                          "operator": "Exists",
  1832                          "effect": "NoExecute",
  1833                          "tolerationSeconds": 300
  1834                      }
  1835                  ],
  1836                  "priority": 0,
  1837                  "enableServiceLinks": true,
  1838                  "preemptionPolicy": "PreemptLowerPriority"
  1839              },
  1840              "status": {
  1841                  "phase": "Running",
  1842                  "conditions": [
  1843                      {
  1844                          "type": "Initialized",
  1845                          "status": "True",
  1846                          "lastProbeTime": null,
  1847                          "lastTransitionTime": "2022-06-16T10:24:20Z"
  1848                      },
  1849                      {
  1850                          "type": "Ready",
  1851                          "status": "True",
  1852                          "lastProbeTime": null,
  1853                          "lastTransitionTime": "2022-06-16T10:25:50Z"
  1854                      },
  1855                      {
  1856                          "type": "ContainersReady",
  1857                          "status": "True",
  1858                          "lastProbeTime": null,
  1859                          "lastTransitionTime": "2022-06-16T10:25:50Z"
  1860                      },
  1861                      {
  1862                          "type": "PodScheduled",
  1863                          "status": "True",
  1864                          "lastProbeTime": null,
  1865                          "lastTransitionTime": "2022-06-16T10:24:19Z"
  1866                      }
  1867                  ],
  1868                  "hostIP": "REDACTED-IP4-ADDRESS",
  1869                  "podIP": "REDACTED-IP4-ADDRESS",
  1870                  "podIPs": [
  1871                      {
  1872                          "ip": "REDACTED-IP4-ADDRESS"
  1873                      }
  1874                  ],
  1875                  "startTime": "2022-06-16T10:24:20Z",
  1876                  "containerStatuses": [
  1877                      {
  1878                          "name": "rancher",
  1879                          "state": {
  1880                              "running": {
  1881                                  "startedAt": "2022-06-16T10:24:39Z"
  1882                              }
  1883                          },
  1884                          "lastState": {},
  1885                          "ready": true,
  1886                          "restartCount": 0,
  1887                          "image": "ghcr.io/verrazzano/rancher:v2.6.4-20220504205847-7131173f2",
  1888                          "imageID": "ghcr.io/verrazzano/rancher@sha256:e6b8829a7d0210202d9e129cd6d74b56e7a5d218729335f5718b17ec583d6760",
  1889                          "containerID": "cri-o://0dcbe2470781a093a57b9483026d8d081dbb6edb1668cc359b0e6a0869ab7b2a",
  1890                          "started": true
  1891                      }
  1892                  ],
  1893                  "qosClass": "BestEffort"
  1894              }
  1895          },
  1896          {
  1897              "metadata": {
  1898                  "name": "rancher-649dc876b-kdrb2",
  1899                  "generateName": "rancher-649dc876b-",
  1900                  "namespace": "cattle-system",
  1901                  "uid": "1f36ef0a-c41b-4882-b91d-94313742cf76",
  1902                  "resourceVersion": "7811",
  1903                  "creationTimestamp": "2022-06-16T10:21:29Z",
  1904                  "labels": {
  1905                      "app": "rancher",
  1906                      "pod-template-hash": "649dc876b",
  1907                      "release": "rancher"
  1908                  },
  1909                  "ownerReferences": [
  1910                      {
  1911                          "apiVersion": "apps/v1",
  1912                          "kind": "ReplicaSet",
  1913                          "name": "rancher-649dc876b",
  1914                          "uid": "35968210-3da3-46c8-ac87-49bbfa208001",
  1915                          "controller": true,
  1916                          "blockOwnerDeletion": true
  1917                      }
  1918                  ]
  1919              },
  1920              "spec": {
  1921                  "volumes": [
  1922                      {
  1923                          "name": "tls-ca-volume",
  1924                          "secret": {
  1925                              "secretName": "tls-ca",
  1926                              "defaultMode": 256
  1927                          }
  1928                      },
  1929                      {
  1930                          "name": "kube-api-access-gljbv",
  1931                          "projected": {
  1932                              "sources": [
  1933                                  {
  1934                                      "serviceAccountToken": {
  1935                                          "expirationSeconds": 3607,
  1936                                          "path": "token"
  1937                                      }
  1938                                  },
  1939                                  {
  1940                                      "configMap": {
  1941                                          "name": "kube-root-ca.crt",
  1942                                          "items": [
  1943                                              {
  1944                                                  "key": "ca.crt",
  1945                                                  "path": "ca.crt"
  1946                                              }
  1947                                          ]
  1948                                      }
  1949                                  },
  1950                                  {
  1951                                      "downwardAPI": {
  1952                                          "items": [
  1953                                              {
  1954                                                  "path": "namespace",
  1955                                                  "fieldRef": {
  1956                                                      "apiVersion": "v1",
  1957                                                      "fieldPath": "metadata.namespace"
  1958                                                  }
  1959                                              }
  1960                                          ]
  1961                                      }
  1962                                  }
  1963                              ],
  1964                              "defaultMode": 420
  1965                          }
  1966                      }
  1967                  ],
  1968                  "containers": [
  1969                      {
  1970                          "name": "rancher",
  1971                          "image": "ghcr.io/verrazzano/rancher:v2.6.4-20220504205847-7131173f2",
  1972                          "args": [
  1973                              "--http-listen-port=80",
  1974                              "--https-listen-port=443",
  1975                              "--add-local=true"
  1976                          ],
  1977                          "ports": [
  1978                              {
  1979                                  "containerPort": 80,
  1980                                  "protocol": "TCP"
  1981                              }
  1982                          ],
  1983                          "env": [
  1984                              {
  1985                                  "name": "CATTLE_NAMESPACE",
  1986                                  "value": "cattle-system"
  1987                              },
  1988                              {
  1989                                  "name": "CATTLE_PEER_SERVICE",
  1990                                  "value": "rancher"
  1991                              },
  1992                              {
  1993                                  "name": "CATTLE_SYSTEM_CATALOG",
  1994                                  "value": "bundled"
  1995                              }
  1996                          ],
  1997                          "resources": {},
  1998                          "volumeMounts": [
  1999                              {
  2000                                  "name": "tls-ca-volume",
  2001                                  "readOnly": true,
  2002                                  "mountPath": "/etc/rancher/ssl/cacerts.pem",
  2003                                  "subPath": "cacerts.pem"
  2004                              },
  2005                              {
  2006                                  "name": "kube-api-access-gljbv",
  2007                                  "readOnly": true,
  2008                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
  2009                              }
  2010                          ],
  2011                          "livenessProbe": {
  2012                              "httpGet": {
  2013                                  "path": "/healthz",
  2014                                  "port": 80,
  2015                                  "scheme": "HTTP"
  2016                              },
  2017                              "initialDelaySeconds": 60,
  2018                              "timeoutSeconds": 1,
  2019                              "periodSeconds": 30,
  2020                              "successThreshold": 1,
  2021                              "failureThreshold": 3
  2022                          },
  2023                          "readinessProbe": {
  2024                              "httpGet": {
  2025                                  "path": "/healthz",
  2026                                  "port": 80,
  2027                                  "scheme": "HTTP"
  2028                              },
  2029                              "initialDelaySeconds": 5,
  2030                              "timeoutSeconds": 1,
  2031                              "periodSeconds": 30,
  2032                              "successThreshold": 1,
  2033                              "failureThreshold": 3
  2034                          },
  2035                          "terminationMessagePath": "/dev/termination-log",
  2036                          "terminationMessagePolicy": "File",
  2037                          "imagePullPolicy": "IfNotPresent",
  2038                          "securityContext": {
  2039                              "capabilities": {
  2040                                  "add": [
  2041                                      "MKNOD"
  2042                                  ]
  2043                              }
  2044                          }
  2045                      }
  2046                  ],
  2047                  "restartPolicy": "Always",
  2048                  "terminationGracePeriodSeconds": 30,
  2049                  "dnsPolicy": "ClusterFirst",
  2050                  "serviceAccountName": "rancher",
  2051                  "serviceAccount": "rancher",
  2052                  "nodeName": "REDACTED-IP4-ADDRESS",
  2053                  "securityContext": {},
  2054                  "imagePullSecrets": [
  2055                      {
  2056                          "name": "verrazzano-container-registry"
  2057                      }
  2058                  ],
  2059                  "affinity": {
  2060                      "nodeAffinity": {
  2061                          "requiredDuringSchedulingIgnoredDuringExecution": {
  2062                              "nodeSelectorTerms": [
  2063                                  {
  2064                                      "matchExpressions": [
  2065                                          {
  2066                                              "key": "kubernetes.io/os",
  2067                                              "operator": "NotIn",
  2068                                              "values": [
  2069                                                  "windows"
  2070                                              ]
  2071                                          }
  2072                                      ]
  2073                                  }
  2074                              ]
  2075                          }
  2076                      },
  2077                      "podAntiAffinity": {
  2078                          "preferredDuringSchedulingIgnoredDuringExecution": [
  2079                              {
  2080                                  "weight": 100,
  2081                                  "podAffinityTerm": {
  2082                                      "labelSelector": {
  2083                                          "matchExpressions": [
  2084                                              {
  2085                                                  "key": "app",
  2086                                                  "operator": "In",
  2087                                                  "values": [
  2088                                                      "rancher"
  2089                                                  ]
  2090                                              }
  2091                                          ]
  2092                                      },
  2093                                      "topologyKey": "kubernetes.io/hostname"
  2094                                  }
  2095                              }
  2096                          ]
  2097                      }
  2098                  },
  2099                  "schedulerName": "default-scheduler",
  2100                  "tolerations": [
  2101                      {
  2102                          "key": "cattle.io/os",
  2103                          "operator": "Equal",
  2104                          "value": "linux",
  2105                          "effect": "NoSchedule"
  2106                      },
  2107                      {
  2108                          "key": "node.kubernetes.io/not-ready",
  2109                          "operator": "Exists",
  2110                          "effect": "NoExecute",
  2111                          "tolerationSeconds": 300
  2112                      },
  2113                      {
  2114                          "key": "node.kubernetes.io/unreachable",
  2115                          "operator": "Exists",
  2116                          "effect": "NoExecute",
  2117                          "tolerationSeconds": 300
  2118                      }
  2119                  ],
  2120                  "priority": 0,
  2121                  "enableServiceLinks": true,
  2122                  "preemptionPolicy": "PreemptLowerPriority"
  2123              },
  2124              "status": {
  2125                  "phase": "Running",
  2126                  "conditions": [
  2127                      {
  2128                          "type": "Initialized",
  2129                          "status": "True",
  2130                          "lastProbeTime": null,
  2131                          "lastTransitionTime": "2022-06-16T10:21:29Z"
  2132                      },
  2133                      {
  2134                          "type": "Ready",
  2135                          "status": "True",
  2136                          "lastProbeTime": null,
  2137                          "lastTransitionTime": "2022-06-16T10:24:18Z"
  2138                      },
  2139                      {
  2140                          "type": "ContainersReady",
  2141                          "status": "True",
  2142                          "lastProbeTime": null,
  2143                          "lastTransitionTime": "2022-06-16T10:24:18Z"
  2144                      },
  2145                      {
  2146                          "type": "PodScheduled",
  2147                          "status": "True",
  2148                          "lastProbeTime": null,
  2149                          "lastTransitionTime": "2022-06-16T10:21:29Z"
  2150                      }
  2151                  ],
  2152                  "hostIP": "REDACTED-IP4-ADDRESS",
  2153                  "podIP": "REDACTED-IP4-ADDRESS",
  2154                  "podIPs": [
  2155                      {
  2156                          "ip": "REDACTED-IP4-ADDRESS"
  2157                      }
  2158                  ],
  2159                  "startTime": "2022-06-16T10:21:29Z",
  2160                  "containerStatuses": [
  2161                      {
  2162                          "name": "rancher",
  2163                          "state": {
  2164                              "running": {
  2165                                  "startedAt": "2022-06-16T10:23:02Z"
  2166                              }
  2167                          },
  2168                          "lastState": {},
  2169                          "ready": true,
  2170                          "restartCount": 0,
  2171                          "image": "ghcr.io/verrazzano/rancher:v2.6.4-20220504205847-7131173f2",
  2172                          "imageID": "ghcr.io/verrazzano/rancher@sha256:e6b8829a7d0210202d9e129cd6d74b56e7a5d218729335f5718b17ec583d6760",
  2173                          "containerID": "cri-o://d5bbdd4aff7fba05b12c1bf44df625ac1f9945e6c576fd6e1a653358cb69a36d",
  2174                          "started": true
  2175                      }
  2176                  ],
  2177                  "qosClass": "BestEffort"
  2178              }
  2179          },
  2180          {
  2181              "metadata": {
  2182                  "name": "rancher-webhook-6958cfcddf-7wchz",
  2183                  "generateName": "rancher-webhook-6958cfcddf-",
  2184                  "namespace": "cattle-system",
  2185                  "uid": "ab33f42d-d545-4c24-864e-c93b73593fa8",
  2186                  "resourceVersion": "10616",
  2187                  "creationTimestamp": "2022-06-16T10:27:13Z",
  2188                  "labels": {
  2189                      "app": "rancher-webhook",
  2190                      "pod-template-hash": "6958cfcddf"
  2191                  },
  2192                  "ownerReferences": [
  2193                      {
  2194                          "apiVersion": "apps/v1",
  2195                          "kind": "ReplicaSet",
  2196                          "name": "rancher-webhook-6958cfcddf",
  2197                          "uid": "de6341d4-4b04-4f6f-9f8e-99b5949e314e",
  2198                          "controller": true,
  2199                          "blockOwnerDeletion": true
  2200                      }
  2201                  ]
  2202              },
  2203              "spec": {
  2204                  "volumes": [
  2205                      {
  2206                          "name": "tls",
  2207                          "secret": {
  2208                              "secretName": "rancher-webhook-tls",
  2209                              "defaultMode": 420
  2210                          }
  2211                      },
  2212                      {
  2213                          "name": "kube-api-access-xtpxg",
  2214                          "projected": {
  2215                              "sources": [
  2216                                  {
  2217                                      "serviceAccountToken": {
  2218                                          "expirationSeconds": 3607,
  2219                                          "path": "token"
  2220                                      }
  2221                                  },
  2222                                  {
  2223                                      "configMap": {
  2224                                          "name": "kube-root-ca.crt",
  2225                                          "items": [
  2226                                              {
  2227                                                  "key": "ca.crt",
  2228                                                  "path": "ca.crt"
  2229                                              }
  2230                                          ]
  2231                                      }
  2232                                  },
  2233                                  {
  2234                                      "downwardAPI": {
  2235                                          "items": [
  2236                                              {
  2237                                                  "path": "namespace",
  2238                                                  "fieldRef": {
  2239                                                      "apiVersion": "v1",
  2240                                                      "fieldPath": "metadata.namespace"
  2241                                                  }
  2242                                              }
  2243                                          ]
  2244                                      }
  2245                                  }
  2246                              ],
  2247                              "defaultMode": 420
  2248                          }
  2249                      }
  2250                  ],
  2251                  "containers": [
  2252                      {
  2253                          "name": "rancher-webhook",
  2254                          "image": "rancher/rancher-webhook:v0.2.5",
  2255                          "ports": [
  2256                              {
  2257                                  "name": "https",
  2258                                  "containerPort": 9443,
  2259                                  "protocol": "TCP"
  2260                              },
  2261                              {
  2262                                  "name": "capi-https",
  2263                                  "containerPort": 8777,
  2264                                  "protocol": "TCP"
  2265                              }
  2266                          ],
  2267                          "env": [
  2268                              {
  2269                                  "name": "STAMP"
  2270                              },
  2271                              {
  2272                                  "name": "ENABLE_CAPI",
  2273                                  "value": "true"
  2274                              },
  2275                              {
  2276                                  "name": "ENABLE_MCM",
  2277                                  "value": "true"
  2278                              },
  2279                              {
  2280                                  "name": "NAMESPACE",
  2281                                  "valueFrom": {
  2282                                      "fieldRef": {
  2283                                          "apiVersion": "v1",
  2284                                          "fieldPath": "metadata.namespace"
  2285                                      }
  2286                                  }
  2287                              }
  2288                          ],
  2289                          "resources": {},
  2290                          "volumeMounts": [
  2291                              {
  2292                                  "name": "tls",
  2293                                  "mountPath": "/tmp/k8s-webhook-server/serving-certs"
  2294                              },
  2295                              {
  2296                                  "name": "kube-api-access-xtpxg",
  2297                                  "readOnly": true,
  2298                                  "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
  2299                              }
  2300                          ],
  2301                          "terminationMessagePath": "/dev/termination-log",
  2302                          "terminationMessagePolicy": "File",
  2303                          "imagePullPolicy": "IfNotPresent"
  2304                      }
  2305                  ],
  2306                  "restartPolicy": "Always",
  2307                  "terminationGracePeriodSeconds": 30,
  2308                  "dnsPolicy": "ClusterFirst",
  2309                  "serviceAccountName": "rancher-webhook",
  2310                  "serviceAccount": "rancher-webhook",
  2311                  "nodeName": "REDACTED-IP4-ADDRESS",
  2312                  "securityContext": {},
  2313                  "schedulerName": "default-scheduler",
  2314                  "tolerations": [
  2315                      {
  2316                          "key": "node.kubernetes.io/not-ready",
  2317                          "operator": "Exists",
  2318                          "effect": "NoExecute",
  2319                          "tolerationSeconds": 300
  2320                      },
  2321                      {
  2322                          "key": "node.kubernetes.io/unreachable",
  2323                          "operator": "Exists",
  2324                          "effect": "NoExecute",
  2325                          "tolerationSeconds": 300
  2326                      }
  2327                  ],
  2328                  "priority": 0,
  2329                  "enableServiceLinks": true,
  2330                  "preemptionPolicy": "PreemptLowerPriority"
  2331              },
  2332              "status": {
  2333                  "phase": "Running",
  2334                  "conditions": [
  2335                      {
  2336                          "type": "Initialized",
  2337                          "status": "True",
  2338                          "lastProbeTime": null,
  2339                          "lastTransitionTime": "2022-06-16T10:27:13Z"
  2340                      },
  2341                      {
  2342                          "type": "Ready",
  2343                          "status": "True",
  2344                          "lastProbeTime": null,
  2345                          "lastTransitionTime": "2022-06-16T10:27:23Z"
  2346                      },
  2347                      {
  2348                          "type": "ContainersReady",
  2349                          "status": "True",
  2350                          "lastProbeTime": null,
  2351                          "lastTransitionTime": "2022-06-16T10:27:23Z"
  2352                      },
  2353                      {
  2354                          "type": "PodScheduled",
  2355                          "status": "True",
  2356                          "lastProbeTime": null,
  2357                          "lastTransitionTime": "2022-06-16T10:27:13Z"
  2358                      }
  2359                  ],
  2360                  "hostIP": "REDACTED-IP4-ADDRESS",
  2361                  "podIP": "REDACTED-IP4-ADDRESS",
  2362                  "podIPs": [
  2363                      {
  2364                          "ip": "REDACTED-IP4-ADDRESS"
  2365                      }
  2366                  ],
  2367                  "startTime": "2022-06-16T10:27:13Z",
  2368                  "containerStatuses": [
  2369                      {
  2370                          "name": "rancher-webhook",
  2371                          "state": {
  2372                              "running": {
  2373                                  "startedAt": "2022-06-16T10:27:23Z"
  2374                              }
  2375                          },
  2376                          "lastState": {},
  2377                          "ready": true,
  2378                          "restartCount": 0,
  2379                          "image": "docker.io/rancher/rancher-webhook:v0.2.5",
  2380                          "imageID": "docker.io/rancher/rancher-webhook@sha256:20ad2928f97845cd07da32493c8253ef7a234a3447e0ba81df9c53df3b18a73e",
  2381                          "containerID": "cri-o://c9960171d868d14c747345e705f9d54fdf3e1c9fb23c997d65ed0272a672add8",
  2382                          "started": true
  2383                      }
  2384                  ],
  2385                  "qosClass": "BestEffort"
  2386              }
  2387          }
  2388      ]
  2389  }