autoscaler-hpa-76d88554b8-tq5xb created 2022-02-26 23:53:39, version 3508118922

apiVersion: v1
kind: Pod
metadata:
  annotations:
    cluster-autoscaler.kubernetes.io/safe-to-evict: 'true'
    cni.projectcalico.org/podIP: 172.18.117.234/32
    cni.projectcalico.org/podIPs: 172.18.117.234/32
  creationTimestamp: '2022-02-26T23:53:39Z'
  generateName: autoscaler-hpa-76d88554b8-
  labels:
    app: autoscaler-hpa
    pod-template-hash: 76d88554b8
    serving.knative.dev/release: v0.24.0
  managedFields:
  - apiVersion: v1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          f:cni.projectcalico.org/podIP: {}
          f:cni.projectcalico.org/podIPs: {}
    manager: calico
    operation: Update
    time: '2022-02-26T23:53:45Z'
  - apiVersion: v1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .: {}
          f:cluster-autoscaler.kubernetes.io/safe-to-evict: {}
        f:generateName: {}
        f:labels:
          .: {}
          f:app: {}
          f:pod-template-hash: {}
          f:serving.knative.dev/release: {}
        f:ownerReferences:
          .: {}
          k:{"uid":"ee0525a1-99c9-43f0-b6d6-d6b2fa5b840f"}:
            .: {}
            f:apiVersion: {}
            f:blockOwnerDeletion: {}
            f:controller: {}
            f:kind: {}
            f:name: {}
            f:uid: {}
      f:spec:
        f:affinity:
          .: {}
          f:podAntiAffinity:
            .: {}
            f:preferredDuringSchedulingIgnoredDuringExecution: {}
        f:containers:
          k:{"name":"autoscaler-hpa"}:
            .: {}
            f:env:
              .: {}
              k:{"name":"CONFIG_LOGGING_NAME"}:
                .: {}
                f:name: {}
                f:value: {}
              k:{"name":"CONFIG_OBSERVABILITY_NAME"}:
                .: {}
                f:name: {}
                f:value: {}
              k:{"name":"METRICS_DOMAIN"}:
                .: {}
                f:name: {}
                f:value: {}
              k:{"name":"SYSTEM_NAMESPACE"}:
                .: {}
                f:name: {}
                f:valueFrom:
                  .: {}
                  f:fieldRef:
                    .: {}
                    f:apiVersion: {}
                    f:fieldPath: {}
            f:image: {}
            f:imagePullPolicy: {}
            f:name: {}
            f:ports:
              .: {}
              k:{"containerPort":8008,"protocol":"TCP"}:
                .: {}
                f:containerPort: {}
                f:name: {}
                f:protocol: {}
              k:{"containerPort":9090,"protocol":"TCP"}:
                .: {}
                f:containerPort: {}
                f:name: {}
                f:protocol: {}
            f:resources:
              .: {}
              f:limits:
                .: {}
                f:cpu: {}
                f:memory: {}
              f:requests:
                .: {}
                f:cpu: {}
                f:memory: {}
            f:securityContext:
              .: {}
              f:allowPrivilegeEscalation: {}
              f:capabilities:
                .: {}
                f:drop: {}
              f:readOnlyRootFilesystem: {}
              f:runAsNonRoot: {}
            f:terminationMessagePath: {}
            f:terminationMessagePolicy: {}
        f:dnsPolicy: {}
        f:enableServiceLinks: {}
        f:restartPolicy: {}
        f:schedulerName: {}
        f:securityContext: {}
        f:serviceAccount: {}
        f:serviceAccountName: {}
        f:terminationGracePeriodSeconds: {}
      f:status:
        f:conditions:
          k:{"type":"ContainersReady"}:
            .: {}
            f:lastProbeTime: {}
            f:lastTransitionTime: {}
            f:status: {}
            f:type: {}
          k:{"type":"Initialized"}:
            .: {}
            f:lastProbeTime: {}
            f:lastTransitionTime: {}
            f:status: {}
            f:type: {}
          k:{"type":"Ready"}:
            .: {}
            f:lastProbeTime: {}
            f:lastTransitionTime: {}
            f:status: {}
            f:type: {}
        f:containerStatuses: {}
        f:hostIP: {}
        f:phase: {}
        f:podIP: {}
        f:podIPs:
          .: {}
          k:{"ip":"172.18.117.234"}:
            .: {}
            f:ip: {}
        f:startTime: {}
    manager: k3s
    operation: Update
    time: '2025-10-19T10:16:38Z'
  name: autoscaler-hpa-76d88554b8-tq5xb
  namespace: knative-serving
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: autoscaler-hpa-76d88554b8
    uid: ee0525a1-99c9-43f0-b6d6-d6b2fa5b840f
  resourceVersion: '3508118922'
  uid: eddf5d72-fffc-46f7-b438-9257cf1c0111
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchLabels:
              app: autoscaler-hpa
          topologyKey: kubernetes.io/hostname
        weight: 100
  containers:
  - env:
    - name: SYSTEM_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: CONFIG_LOGGING_NAME
      value: config-logging
    - name: CONFIG_OBSERVABILITY_NAME
      value: config-observability
    - name: METRICS_DOMAIN
      value: knative.dev/serving
    image: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler-hpa@sha256:81aea5b98d938b3762371e28387d4c3d0709e05d08c44ae56a13d0dfd7dc210a
    imagePullPolicy: IfNotPresent
    name: autoscaler-hpa
    ports:
    - containerPort: 9090
      name: metrics
      protocol: TCP
    - containerPort: 8008
      name: profiling
      protocol: TCP
    resources:
      limits:
        cpu: 300m
        memory: 400Mi
      requests:
        cpu: 30m
        memory: 40Mi
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - all
      readOnlyRootFilesystem: true
      runAsNonRoot: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-krk7p
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: sed-infra-server-master-mcg58ax2-aa1e3892
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: controller
  serviceAccountName: controller
  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-krk7p
    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: '2022-02-26T23:53:39Z'
    status: 'True'
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: '2025-10-19T10:16:13Z'
    status: 'True'
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: '2025-10-19T10:16:13Z'
    status: 'True'
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: '2022-02-26T23:53:39Z'
    status: 'True'
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://7dee66a1a6492ee2274be8eb867545814d57ce89954023328935673c9175af62
    image: sha256:5fae63fee9c8c388ca0447c061598ac98d3b7bde6228a7bb680385c2f80ea3be
    imageID: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler-hpa@sha256:81aea5b98d938b3762371e28387d4c3d0709e05d08c44ae56a13d0dfd7dc210a
    lastState:
      terminated:
        containerID: containerd://43de44350730096d64b0df9956d8a8197e78f71081775cf94da1e8222da04eb2
        exitCode: 255
        finishedAt: '2025-10-19T10:15:24Z'
        reason: Unknown
        startedAt: '2025-10-10T05:12:37Z'
    name: autoscaler-hpa
    ready: true
    restartCount: 33
    started: true
    state:
      running:
        startedAt: '2025-10-19T10:16:12Z'
  hostIP: 192.168.1.3
  phase: Running
  podIP: 172.18.117.234
  podIPs:
  - ip: 172.18.117.234
  qosClass: Burstable
  startTime: '2022-02-26T23:53:39Z'