imc-dispatcher-bb46d5779-fp75w created 2022-06-27 12:45:02, version 3508119501

cni.projectcalico.org/podIP: cni.projectcalico.org/podIPs:

Spec

affinity:
  podAntiAffinity:
    preferredDuringSchedulingIgnoredDuringExecution:
    - podAffinityTerm:
        labelSelector:
          matchLabels:
            messaging.knative.dev/channel: in-memory-channel
            messaging.knative.dev/role: dispatcher
        topologyKey: kubernetes.io/hostname
      weight: 100
containers:
- env:
  - name: CONFIG_LOGGING_NAME
    value: config-logging
  - name: CONFIG_OBSERVABILITY_NAME
    value: config-observability
  - name: METRICS_DOMAIN
    value: knative.dev/inmemorychannel-dispatcher
  - name: SYSTEM_NAMESPACE
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: metadata.namespace
  - name: POD_NAME
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: metadata.name
  - name: CONTAINER_NAME
    value: dispatcher
  - name: MAX_IDLE_CONNS
    value: '1000'
  - name: MAX_IDLE_CONNS_PER_HOST
    value: '1000'
  image: gcr.io/knative-releases/knative.dev/eventing/cmd/in_memory/channel_dispatcher@sha256:6e6ed26ea6427e9fa34fb7ab6b7de6a8ae301f8d107e83aaff2f5986deab397e
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 3
    httpGet:
      path: /healthz
      port: 8080
      scheme: HTTP
    initialDelaySeconds: 5
    periodSeconds: 2
    successThreshold: 1
    timeoutSeconds: 1
  name: dispatcher
  ports:
  - containerPort: 8080
    name: http
    protocol: TCP
  - containerPort: 9090
    name: metrics
    protocol: TCP
  readinessProbe:
    failureThreshold: 3
    httpGet:
      path: /healthz
      port: 8080
      scheme: HTTP
    periodSeconds: 2
    successThreshold: 1
    timeoutSeconds: 1
  resources: {}
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-wbb5c
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: false
nodeName: sed-infra-server-master-mcg58ax2-aa1e3892
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: imc-dispatcher
serviceAccountName: imc-dispatcher
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-wbb5c
  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-06-27T12:45:02Z'
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:16:50Z'
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:16:50Z'
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2022-06-27T12:45:02Z'
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://3a6ef80feef42379e9448bcf3ac7505fb978730e3ad1ddc2f41901283129c687
  image: sha256:e293f5353f52cbb36a927cf8c304c221c86737d46fc9cf6bc178ccd47821bc26
  imageID: gcr.io/knative-releases/knative.dev/eventing/cmd/in_memory/channel_dispatcher@sha256:6e6ed26ea6427e9fa34fb7ab6b7de6a8ae301f8d107e83aaff2f5986deab397e
  lastState:
    terminated:
      containerID: containerd://200e7682e66eb60880cbf6ba5000efef82393c4396503e42aa855afcbd4188a5
      exitCode: 1
      finishedAt: '2025-10-19T10:16:21Z'
      reason: Error
      startedAt: '2025-10-19T10:16:06Z'
  name: dispatcher
  ready: true
  restartCount: 44
  started: true
  state:
    running:
      startedAt: '2025-10-19T10:16:49Z'
hostIP: 192.168.1.3
phase: Running
podIP: 172.18.117.241
podIPs:
- ip: 172.18.117.241
qosClass: BestEffort
startTime: '2022-06-27T12:45:02Z'

Events

Type Reason Age From Message
No events found.