apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-03-30T20:41:14Z"
  finalizers:
  - batch.kubernetes.io/job-tracking
  generateName: envoy-gateway-gateway-helm-certgen-
  generation: 1
  labels:
    app: certgen
    batch.kubernetes.io/controller-uid: 852628b0-4894-45cd-bb57-208b16fe4181
    batch.kubernetes.io/job-name: envoy-gateway-gateway-helm-certgen
    controller-uid: 852628b0-4894-45cd-bb57-208b16fe4181
    job-name: envoy-gateway-gateway-helm-certgen
  name: envoy-gateway-gateway-helm-certgen-vnr2j
  namespace: envoy-gateway-system
  ownerReferences:
  - apiVersion: batch/v1
    blockOwnerDeletion: true
    controller: true
    kind: Job
    name: envoy-gateway-gateway-helm-certgen
    uid: 852628b0-4894-45cd-bb57-208b16fe4181
  resourceVersion: "934"
  uid: ec53977a-4ed4-42e9-bb2b-79f62c5dde88
spec:
  containers:
  - command:
    - envoy-gateway
    - certgen
    env:
    - name: ENVOY_GATEWAY_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: KUBERNETES_CLUSTER_DOMAIN
      value: cluster.local
    image: docker.io/envoyproxy/gateway:v1.7.0
    imagePullPolicy: IfNotPresent
    name: envoy-gateway-certgen
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      privileged: false
      readOnlyRootFilesystem: true
      runAsGroup: 65532
      runAsNonRoot: true
      runAsUser: 65532
      seccompProfile:
        type: RuntimeDefault
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-c8zxw
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Never
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: envoy-gateway-gateway-helm-certgen
  serviceAccountName: envoy-gateway-gateway-helm-certgen
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - name: kube-api-access-c8zxw
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-03-30T20:41:14Z"
    message: '0/3 nodes are available: 3 node(s) had untolerated taint {node.kubernetes.io/not-ready:
      }. no new claims to deallocate, preemption: 0/3 nodes are available: 3 Preemption
      is not helpful for scheduling.'
    observedGeneration: 1
    reason: Unschedulable
    status: "False"
    type: PodScheduled
  phase: Pending
  qosClass: BestEffort
