metrics-server-687f9dc499-qzzpw created 2026-09-18 20:54:05, version 943

Spec

containers:
- args:
  - --cert-dir=/tmp
  - --secure-port=10250
  - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
  - --kubelet-use-node-status-port
  - --metric-resolution=15s
  image: registry.k8s.io/metrics-server/metrics-server:v0.9.0
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 3
    httpGet:
      path: /livez
      port: https
      scheme: HTTPS
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  name: metrics-server
  ports:
  - containerPort: 10250
    name: https
    protocol: TCP
  readinessProbe:
    failureThreshold: 3
    httpGet:
      path: /readyz
      port: https
      scheme: HTTPS
    initialDelaySeconds: 20
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  resources:
    requests:
      cpu: 100m
      memory: 200Mi
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    readOnlyRootFilesystem: true
    runAsNonRoot: true
    runAsUser: 1000
    seccompProfile:
      type: RuntimeDefault
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /tmp
    name: tmp-dir
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-7kw8f
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: csfarm-worker-01
nodeSelector:
  kubernetes.io/os: linux
preemptionPolicy: PreemptLowerPriority
priority: 2000000000
priorityClassName: system-cluster-critical
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: metrics-server
serviceAccountName: metrics-server
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:
- emptyDir: {}
  name: tmp-dir
- name: kube-api-access-7kw8f
  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

allocatedResources:
  cpu: 100m
  memory: 200Mi
conditions:
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:22Z'
  observedGeneration: 1
  status: 'True'
  type: PodReadyToStartContainers
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:09Z'
  observedGeneration: 1
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:55:01Z'
  observedGeneration: 1
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:55:01Z'
  observedGeneration: 1
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:07Z'
  observedGeneration: 1
  status: 'True'
  type: PodScheduled
containerStatuses:
- allocatedResources:
    cpu: 100m
    memory: 200Mi
  containerID: containerd://d1f1f0a81462b640267b51fde2dd8bfea601bef4e737fafd510887765a68469c
  image: registry.k8s.io/metrics-server/metrics-server:v0.9.0
  imageID: registry.k8s.io/metrics-server/metrics-server@sha256:d9862115e7c7881280d3d75ca26bda8ffc0fc213315979575bf23ce9826205c0
  lastState: {}
  name: metrics-server
  ready: true
  resources:
    requests:
      cpu: 100m
      memory: 200Mi
  restartCount: 0
  started: true
  state:
    running:
      startedAt: '2026-09-18T20:54:31Z'
  user:
    linux:
      gid: 0
      supplementalGroups:
      - 0
      uid: 1000
  volumeMounts:
  - mountPath: /tmp
    name: tmp-dir
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-7kw8f
    readOnly: true
    recursiveReadOnly: Disabled
hostIP: 172.29.21.208
hostIPs:
- ip: 172.29.21.208
observedGeneration: 1
phase: Running
podIP: 10.244.0.4
podIPs:
- ip: 10.244.0.4
qosClass: Burstable
resources:
  requests:
    cpu: 79m
    memory: 200Mi
startTime: '2026-09-18T20:54:09Z'

Events

Type Reason Age From Message
No events found.