eventing-controller-7995d654c7 created 2021-08-30 18:59:55, version 3508118454

deployment.kubernetes.io/desired-replicas: 1 deployment.kubernetes.io/max-replicas: 2 deployment.kubernetes.io/revision: 1 manifestival: new

Spec

replicas: 1
selector:
  matchLabels:
    app: eventing-controller
    pod-template-hash: 7995d654c7
template:
  metadata:
    creationTimestamp: null
    labels:
      app: eventing-controller
      eventing.knative.dev/release: v0.24.0
      pod-template-hash: 7995d654c7
  spec:
    affinity:
      podAntiAffinity:
        preferredDuringSchedulingIgnoredDuringExecution:
        - podAffinityTerm:
            labelSelector:
              matchLabels:
                app: eventing-controller
            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/eventing
      - name: APISERVER_RA_IMAGE
        value: gcr.io/knative-releases/knative.dev/eventing/cmd/apiserver_receive_adapter@sha256:db4319b3abd44afc9b5df5483013654eabc61c7ff515f7d11842b2f1f1c2823c
      - name: POD_NAME
        valueFrom:
          fieldRef:
            apiVersion: v1
            fieldPath: metadata.name
      image: gcr.io/knative-releases/knative.dev/eventing/cmd/controller@sha256:14a23e86bcb2936fab489fccb4ef33a0d562923aaba1794cd783654e25ab1d59
      imagePullPolicy: IfNotPresent
      name: eventing-controller
      ports:
      - containerPort: 9090
        name: metrics
        protocol: TCP
      - containerPort: 8008
        name: profiling
        protocol: TCP
      resources:
        requests:
          cpu: 100m
          memory: 100Mi
      securityContext:
        allowPrivilegeEscalation: false
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: FallbackToLogsOnError
    dnsPolicy: ClusterFirst
    enableServiceLinks: false
    restartPolicy: Always
    schedulerName: default-scheduler
    securityContext: {}
    serviceAccount: eventing-controller
    serviceAccountName: eventing-controller
    terminationGracePeriodSeconds: 30

Status

availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1

Events

Type Reason Age From Message
No events found.