metallb-speaker-tpnf4 created 2026-09-19 17:01:27, version 173845

Spec

affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchFields:
        - key: metadata.name
          operator: In
          values:
          - csfarm-controlplane-02
containers:
- args:
  - --port=9120
  - --log-level=info
  env:
  - name: METALLB_NODE_NAME
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: spec.nodeName
  - name: METALLB_HOST
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: status.hostIP
  - name: METALLB_ML_BIND_ADDR
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: status.podIP
  - name: METALLB_ML_LABELS
    value: app.kubernetes.io/name=metallb,app.kubernetes.io/component=speaker
  - name: METALLB_ML_BIND_PORT
    value: '7946'
  - name: METALLB_ML_SECRET_KEY_PATH
    value: /etc/ml_secret_key
  - name: METALLB_POD_NAME
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: metadata.name
  image: quay.io/metallb/speaker:v0.16.1
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 3
    httpGet:
      host: 127.0.0.1
      path: /healthz
      port: 17472
      scheme: HTTP
    initialDelaySeconds: 10
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  name: speaker
  ports:
  - containerPort: 9120
    hostPort: 9120
    name: metricshttps
    protocol: TCP
  - containerPort: 7946
    hostPort: 7946
    name: memberlist-tcp
    protocol: TCP
  - containerPort: 7946
    hostPort: 7946
    name: memberlist-udp
    protocol: UDP
  readinessProbe:
    failureThreshold: 3
    httpGet:
      host: 127.0.0.1
      path: /readyz
      port: 17472
      scheme: HTTP
    initialDelaySeconds: 10
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  resources: {}
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      add:
      - NET_RAW
      drop:
      - ALL
    readOnlyRootFilesystem: true
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /etc/metallb/memberlist
    name: memberlist-config
    readOnly: true
  - mountPath: /etc/ml_secret_key
    name: memberlist
  - mountPath: /etc/metallb
    name: metallb-excludel2
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-xqkcj
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
hostNetwork: true
nodeName: csfarm-controlplane-02
nodeSelector:
  kubernetes.io/os: linux
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: metallb-speaker
serviceAccountName: metallb-speaker
terminationGracePeriodSeconds: 0
tolerations:
- effect: NoSchedule
  key: node-role.kubernetes.io/master
  operator: Exists
- effect: NoSchedule
  key: node-role.kubernetes.io/control-plane
  operator: Exists
- effect: NoExecute
  key: node.kubernetes.io/not-ready
  operator: Exists
- effect: NoExecute
  key: node.kubernetes.io/unreachable
  operator: Exists
- effect: NoSchedule
  key: node.kubernetes.io/disk-pressure
  operator: Exists
- effect: NoSchedule
  key: node.kubernetes.io/memory-pressure
  operator: Exists
- effect: NoSchedule
  key: node.kubernetes.io/pid-pressure
  operator: Exists
- effect: NoSchedule
  key: node.kubernetes.io/unschedulable
  operator: Exists
- effect: NoSchedule
  key: node.kubernetes.io/network-unavailable
  operator: Exists
volumes:
- name: memberlist
  secret:
    defaultMode: 420
    secretName: metallb-memberlist
- configMap:
    defaultMode: 256
    name: metallb-excludel2
  name: metallb-excludel2
- configMap:
    defaultMode: 420
    name: metallb-memberlist-config
    optional: true
  name: memberlist-config
- name: kube-api-access-xqkcj
  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-09-19T17:01:29Z'
  observedGeneration: 1
  status: 'True'
  type: PodReadyToStartContainers
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:01:27Z'
  observedGeneration: 1
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:01:40Z'
  observedGeneration: 1
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:01:40Z'
  observedGeneration: 1
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:01:27Z'
  observedGeneration: 1
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://75e7ada1cff1e386b579dbec218edc10f75fc5d4ae8e59714b202ce660584a9e
  image: quay.io/metallb/speaker:v0.16.1
  imageID: quay.io/metallb/speaker@sha256:16561e96531e1852d5c229ad7fae6e994dcfa983ff7f4de6b6208b34a4e2ddbc
  lastState: {}
  name: speaker
  ready: true
  resources: {}
  restartCount: 0
  started: true
  state:
    running:
      startedAt: '2026-09-19T17:01:30Z'
  user:
    linux:
      gid: 0
      supplementalGroups:
      - 0
      uid: 0
  volumeMounts:
  - mountPath: /etc/metallb/memberlist
    name: memberlist-config
    readOnly: true
    recursiveReadOnly: Disabled
  - mountPath: /etc/ml_secret_key
    name: memberlist
  - mountPath: /etc/metallb
    name: metallb-excludel2
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-xqkcj
    readOnly: true
    recursiveReadOnly: Disabled
hostIP: 172.29.21.217
hostIPs:
- ip: 172.29.21.217
observedGeneration: 1
phase: Running
podIP: 172.29.21.217
podIPs:
- ip: 172.29.21.217
qosClass: BestEffort
resources: {}
startTime: '2026-09-19T17:01:27Z'

Events

Type Reason Age From Message
No events found.