webhook-859796bc7-zxtfb created 2021-08-30 18:59:57, version 3508117666

cluster-autoscaler.kubernetes.io/safe-to-evict: false cni.projectcalico.org/podIP: cni.projectcalico.org/podIPs:

Spec

affinity:
  podAntiAffinity:
    preferredDuringSchedulingIgnoredDuringExecution:
    - podAffinityTerm:
        labelSelector:
          matchLabels:
            app: webhook
        topologyKey: kubernetes.io/hostname
      weight: 100
containers:
- env:
  - name: POD_NAME
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: metadata.name
  - 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: WEBHOOK_NAME
    value: webhook
  - name: WEBHOOK_PORT
    value: '8443'
  - name: METRICS_DOMAIN
    value: knative.dev/internal/serving
  image: gcr.io/knative-releases/knative.dev/serving/cmd/webhook@sha256:e9503135b4b46a3700d91bdb32df60923575aaedbcc5192bdc3e41b64591ee50
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 6
    httpGet:
      httpHeaders:
      - name: k-kubelet-probe
        value: webhook
      path: /
      port: 8443
      scheme: HTTPS
    initialDelaySeconds: 20
    periodSeconds: 1
    successThreshold: 1
    timeoutSeconds: 1
  name: webhook
  ports:
  - containerPort: 9090
    name: metrics
    protocol: TCP
  - containerPort: 8008
    name: profiling
    protocol: TCP
  - containerPort: 8443
    name: https-webhook
    protocol: TCP
  readinessProbe:
    failureThreshold: 3
    httpGet:
      httpHeaders:
      - name: k-kubelet-probe
        value: webhook
      path: /
      port: 8443
      scheme: HTTPS
    periodSeconds: 1
    successThreshold: 1
    timeoutSeconds: 1
  resources:
    limits:
      cpu: 500m
      memory: 500Mi
    requests:
      cpu: 100m
      memory: 100Mi
  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-5l49b
    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: 300
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-5l49b
  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: '2021-08-30T18:59:57Z'
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:15:39Z'
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:15:39Z'
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2021-08-30T18:59:57Z'
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://f101421102d2c9977c3a35d25f79a416c8abf3f49802a68642774f5e6800d41f
  image: sha256:b30de999bb6580cc2d1986b41f422b4fd16af41b528a8f3e7917f1511df24fbc
  imageID: gcr.io/knative-releases/knative.dev/serving/cmd/webhook@sha256:e9503135b4b46a3700d91bdb32df60923575aaedbcc5192bdc3e41b64591ee50
  lastState:
    terminated:
      containerID: containerd://89988726932a09c9896466662e121bbdca99d4c346f7b7227bba05aa23a1d967
      exitCode: 255
      finishedAt: '2025-10-19T10:15:24Z'
      reason: Unknown
      startedAt: '2025-10-10T05:12:25Z'
  name: webhook
  ready: true
  restartCount: 237
  started: true
  state:
    running:
      startedAt: '2025-10-19T10:15:38Z'
hostIP: 192.168.1.3
phase: Running
podIP: 172.18.117.242
podIPs:
- ip: 172.18.117.242
qosClass: Burstable
startTime: '2021-08-30T18:59:57Z'

Events

Type Reason Age From Message
No events found.