kube-proxy-9hcqr created 2026-09-18 20:54:15, version 581

Spec

affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchFields:
        - key: metadata.name
          operator: In
          values:
          - csfarm-controlplane-02
containers:
- command:
  - /usr/local/bin/kube-proxy
  - --cluster-cidr=10.244.0.0/16
  - --conntrack-max-per-core=0
  - --hostname-override=$(NODE_NAME)
  - --kubeconfig=/etc/kubernetes/kubeconfig
  - --proxy-mode=nftables
  env:
  - name: NODE_NAME
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: spec.nodeName
  - name: POD_IP
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: status.podIP
  image: registry.k8s.io/kube-proxy:v1.36.4
  imagePullPolicy: IfNotPresent
  name: kube-proxy
  resources: {}
  securityContext:
    privileged: true
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /lib/modules
    name: lib-modules
    readOnly: true
  - mountPath: /etc/ssl/certs
    name: ssl-certs-host
    readOnly: true
  - mountPath: /etc/kubernetes
    name: kubeconfig
    readOnly: true
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-rqbzp
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
hostNetwork: true
nodeName: csfarm-controlplane-02
preemptionPolicy: PreemptLowerPriority
priority: 2000000000
priorityClassName: system-cluster-critical
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: kube-proxy
serviceAccountName: kube-proxy
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoSchedule
  operator: Exists
- effect: NoExecute
  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:
- hostPath:
    path: /usr/lib/modules
    type: ''
  name: lib-modules
- hostPath:
    path: /etc/ssl/certs
    type: ''
  name: ssl-certs-host
- configMap:
    defaultMode: 420
    name: kubeconfig-in-cluster
  name: kubeconfig
- name: kube-api-access-rqbzp
  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-18T20:54:16Z'
  observedGeneration: 1
  status: 'True'
  type: PodReadyToStartContainers
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:15Z'
  observedGeneration: 1
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:16Z'
  observedGeneration: 1
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:16Z'
  observedGeneration: 1
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:15Z'
  observedGeneration: 1
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://0e81dc29e23e72f22e53019cf01d3dbbb80c25ee06ea7797c30bba5c7fc3dd6a
  image: registry.k8s.io/kube-proxy:v1.36.4
  imageID: registry.k8s.io/kube-proxy@sha256:b33fcdd8319290736e566f5fc2225ca07d3c2dfc025fb006342791aa31be4603
  lastState: {}
  name: kube-proxy
  ready: true
  resources: {}
  restartCount: 0
  started: true
  state:
    running:
      startedAt: '2026-09-18T20:54:16Z'
  user:
    linux:
      gid: 0
      supplementalGroups:
      - 0
      uid: 0
  volumeMounts:
  - mountPath: /lib/modules
    name: lib-modules
    readOnly: true
    recursiveReadOnly: Disabled
  - mountPath: /etc/ssl/certs
    name: ssl-certs-host
    readOnly: true
    recursiveReadOnly: Disabled
  - mountPath: /etc/kubernetes
    name: kubeconfig
    readOnly: true
    recursiveReadOnly: Disabled
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-rqbzp
    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-18T20:54:15Z'

Events

Type Reason Age From Message
No events found.