Kubeintel Logo

Kubeintel

  • Search
  • Pods
  • Deployments
  • Statefulsets
  • jobJobs
  • Daemonsets
  • Namespaces
  • Nodes
  • Services
  • Configmaps
  1. Home
  2. /
  3. namespaces
  4. /
  5. kube-system
  6. /
  7. pods
  8. /
  9. csi-do-node-ls6tw
Summary
Metadata
Containers
Spec
Status
All
Events
Logs
Investigator
Pod Details

Name: csi-do-node-ls6tw

Namespace: kube-system

Status: Running

IP: 10.108.0.3

Node: system-0-65529

Ready: 2/2

Kubectl Commands
  • View
  • Delete
  • Describe
  • Debug
Containers
Name
Image
Ready
Restarts
...
csi-node-driver-registrarregistry.k8s.io/sig-storage/csi-node-dri...Ready-
csi-do-pluginghcr.io/digitalocean-packages/do-csi-plu...Ready-
  • 1
Metadata

Creation Time: 2025-04-17T22:03:56Z

Labels:

  • app: csi-do-node
  • controller-revision-hash: 84f8bd8c7...
  • doks.digitalocean.com/managed: true...
  • pod-template-generation: 4...
  • role: csi-do

Annotation:

  • clusterlint.digitalocean.com/disabled-checks: privileged-container...
  • kubectl.kubernetes.io/default-container: csi-do-plugin...
name: csi-do-node-ls6tw
generateName: csi-do-node-
namespace: kube-system
uid: d07864ae-0888-4737-938b-9052eefa20ea
resourceVersion: '92139060'
creationTimestamp: '2025-04-17T22:03:56Z'
labels:
app: csi-do-node
controller-revision-hash: 84f8bd8c7
doks.digitalocean.com/managed: 'true'
pod-template-generation: '4'
role: csi-do
annotations:
clusterlint.digitalocean.com/disabled-checks: privileged-containers,non-root-user,resource-requirements,hostpath-volume
kubectl.kubernetes.io/default-container: csi-do-plugin
ownerReferences:
- apiVersion: apps/v1
kind: DaemonSet
name: csi-do-node
uid: 242c4433-ee80-4460-bb4d-ec71efa92ebb
controller: true
blockOwnerDeletion: true
- name: csi-node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
args:
- '--v=5'
- '--csi-address=$(ADDRESS)'
- '--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)'
env:
- name: ADDRESS
value: /csi/csi.sock
- name: DRIVER_REG_SOCK_PATH
value: /var/lib/kubelet/plugins/dobs.csi.digitalocean.com/csi.sock
- name: KUBE_NODE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
resources: {}
volumeMounts:
- name: plugin-dir
mountPath: /csi/
- name: registration-dir
mountPath: /registration/
- name: kube-api-access-xgrtp
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
lifecycle:
preStop:
exec:
command:
- /bin/sh
- '-c'
- >-
rm -rf /registration/dobs.csi.digitalocean.com
/registration/dobs.csi.digitalocean.com-reg.sock
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
- name: csi-do-plugin
image: ghcr.io/digitalocean-packages/do-csi-plugin:v4.11.0
args:
- '--endpoint=$(CSI_ENDPOINT)'
- '--validate-attachment=true'
- '--volume-limit=15'
- '--url=https://api.digitalocean.com'
- '--driver-name=dobs.csi.digitalocean.com'
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
resources: {}
volumeMounts:
- name: plugin-dir
mountPath: /csi
- name: pods-mount-dir
mountPath: /var/lib/kubelet
mountPropagation: Bidirectional
- name: device-dir
mountPath: /dev
- name: kube-api-access-xgrtp
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: Always
securityContext:
capabilities:
add:
- SYS_ADMIN
privileged: true
allowPrivilegeEscalation: true
volumes:
- name: registration-dir
hostPath:
path: /var/lib/kubelet/plugins_registry/
type: DirectoryOrCreate
- name: plugin-dir
hostPath:
path: /var/lib/kubelet/plugins/dobs.csi.digitalocean.com
type: DirectoryOrCreate
- name: pods-mount-dir
hostPath:
path: /var/lib/kubelet
type: Directory
- name: device-dir
hostPath:
path: /dev
type: ''
- name: kube-api-access-xgrtp
projected:
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
name: kube-root-ca.crt
items:
- key: ca.crt
path: ca.crt
- downwardAPI:
items:
- path: namespace
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
defaultMode: 420
containers:
- name: csi-node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
args:
- '--v=5'
- '--csi-address=$(ADDRESS)'
- '--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)'
env:
- name: ADDRESS
value: /csi/csi.sock
- name: DRIVER_REG_SOCK_PATH
value: /var/lib/kubelet/plugins/dobs.csi.digitalocean.com/csi.sock
- name: KUBE_NODE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
resources: {}
volumeMounts:
- name: plugin-dir
mountPath: /csi/
- name: registration-dir
mountPath: /registration/
- name: kube-api-access-xgrtp
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
lifecycle:
preStop:
exec:
command:
- /bin/sh
- '-c'
- >-
rm -rf /registration/dobs.csi.digitalocean.com
/registration/dobs.csi.digitalocean.com-reg.sock
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
- name: csi-do-plugin
image: ghcr.io/digitalocean-packages/do-csi-plugin:v4.11.0
args:
- '--endpoint=$(CSI_ENDPOINT)'
- '--validate-attachment=true'
- '--volume-limit=15'
- '--url=https://api.digitalocean.com'
- '--driver-name=dobs.csi.digitalocean.com'
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
resources: {}
volumeMounts:
- name: plugin-dir
mountPath: /csi
- name: pods-mount-dir
mountPath: /var/lib/kubelet
mountPropagation: Bidirectional
- name: device-dir
mountPath: /dev
- name: kube-api-access-xgrtp
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: Always
securityContext:
capabilities:
add:
- SYS_ADMIN
privileged: true
allowPrivilegeEscalation: true
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
serviceAccountName: csi-do-node-sa
serviceAccount: csi-do-node-sa
nodeName: system-0-65529
hostNetwork: true
securityContext: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- system-0-65529
schedulerName: default-scheduler
tolerations:
- operator: Exists
effect: NoExecute
- operator: Exists
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
- 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
effect: NoSchedule
priorityClassName: system-node-critical
priority: 2000001000
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:09Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:03:58Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:09Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:09Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:03:56Z'
hostIP: 10.108.0.3
podIP: 10.108.0.3
podIPs:
- ip: 10.108.0.3
startTime: '2025-04-17T22:03:58Z'
containerStatuses:
- name: csi-do-plugin
state:
running:
startedAt: '2025-04-17T22:04:09Z'
lastState: {}
ready: true
restartCount: 0
image: ghcr.io/digitalocean-packages/do-csi-plugin:v4.11.0
imageID: >-
ghcr.io/digitalocean-packages/do-csi-plugin@sha256:308ed578f2f94d982a0023db326dd9adeededf73a80736c06219235e3b1a8113
containerID: >-
containerd://8f026c65d46cb24112831ae241bc2f3c6481797dffc4cf64e91bdf437b6dfca2
started: true
- name: csi-node-driver-registrar
state:
running:
startedAt: '2025-04-17T22:04:04Z'
lastState: {}
ready: true
restartCount: 0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
imageID: >-
registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f25af73ee708ff9c82595ae99493cdef9295bd96953366cddf36305f82555dac
containerID: >-
containerd://63bb313795be4ae948dfb7c4eca89ffd741c1b62af24881927e701a4e2f2559e
started: true
qosClass: BestEffort
metadata:
name: csi-do-node-ls6tw
generateName: csi-do-node-
namespace: kube-system
uid: d07864ae-0888-4737-938b-9052eefa20ea
resourceVersion: '92139060'
creationTimestamp: '2025-04-17T22:03:56Z'
labels:
app: csi-do-node
controller-revision-hash: 84f8bd8c7
doks.digitalocean.com/managed: 'true'
pod-template-generation: '4'
role: csi-do
annotations:
clusterlint.digitalocean.com/disabled-checks: privileged-containers,non-root-user,resource-requirements,hostpath-volume
kubectl.kubernetes.io/default-container: csi-do-plugin
ownerReferences:
- apiVersion: apps/v1
kind: DaemonSet
name: csi-do-node
uid: 242c4433-ee80-4460-bb4d-ec71efa92ebb
controller: true
blockOwnerDeletion: true
spec:
volumes:
- name: registration-dir
hostPath:
path: /var/lib/kubelet/plugins_registry/
type: DirectoryOrCreate
- name: plugin-dir
hostPath:
path: /var/lib/kubelet/plugins/dobs.csi.digitalocean.com
type: DirectoryOrCreate
- name: pods-mount-dir
hostPath:
path: /var/lib/kubelet
type: Directory
- name: device-dir
hostPath:
path: /dev
type: ''
- name: kube-api-access-xgrtp
projected:
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
name: kube-root-ca.crt
items:
- key: ca.crt
path: ca.crt
- downwardAPI:
items:
- path: namespace
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
defaultMode: 420
containers:
- name: csi-node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
args:
- '--v=5'
- '--csi-address=$(ADDRESS)'
- '--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)'
env:
- name: ADDRESS
value: /csi/csi.sock
- name: DRIVER_REG_SOCK_PATH
value: /var/lib/kubelet/plugins/dobs.csi.digitalocean.com/csi.sock
- name: KUBE_NODE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
resources: {}
volumeMounts:
- name: plugin-dir
mountPath: /csi/
- name: registration-dir
mountPath: /registration/
- name: kube-api-access-xgrtp
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
lifecycle:
preStop:
exec:
command:
- /bin/sh
- '-c'
- >-
rm -rf /registration/dobs.csi.digitalocean.com
/registration/dobs.csi.digitalocean.com-reg.sock
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
- name: csi-do-plugin
image: ghcr.io/digitalocean-packages/do-csi-plugin:v4.11.0
args:
- '--endpoint=$(CSI_ENDPOINT)'
- '--validate-attachment=true'
- '--volume-limit=15'
- '--url=https://api.digitalocean.com'
- '--driver-name=dobs.csi.digitalocean.com'
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
resources: {}
volumeMounts:
- name: plugin-dir
mountPath: /csi
- name: pods-mount-dir
mountPath: /var/lib/kubelet
mountPropagation: Bidirectional
- name: device-dir
mountPath: /dev
- name: kube-api-access-xgrtp
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: Always
securityContext:
capabilities:
add:
- SYS_ADMIN
privileged: true
allowPrivilegeEscalation: true
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
serviceAccountName: csi-do-node-sa
serviceAccount: csi-do-node-sa
nodeName: system-0-65529
hostNetwork: true
securityContext: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- system-0-65529
schedulerName: default-scheduler
tolerations:
- operator: Exists
effect: NoExecute
- operator: Exists
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
- 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
effect: NoSchedule
priorityClassName: system-node-critical
priority: 2000001000
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
status:
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:09Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:03:58Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:09Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:09Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:03:56Z'
hostIP: 10.108.0.3
podIP: 10.108.0.3
podIPs:
- ip: 10.108.0.3
startTime: '2025-04-17T22:03:58Z'
containerStatuses:
- name: csi-do-plugin
state:
running:
startedAt: '2025-04-17T22:04:09Z'
lastState: {}
ready: true
restartCount: 0
image: ghcr.io/digitalocean-packages/do-csi-plugin:v4.11.0
imageID: >-
ghcr.io/digitalocean-packages/do-csi-plugin@sha256:308ed578f2f94d982a0023db326dd9adeededf73a80736c06219235e3b1a8113
containerID: >-
containerd://8f026c65d46cb24112831ae241bc2f3c6481797dffc4cf64e91bdf437b6dfca2
started: true
- name: csi-node-driver-registrar
state:
running:
startedAt: '2025-04-17T22:04:04Z'
lastState: {}
ready: true
restartCount: 0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
imageID: >-
registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f25af73ee708ff9c82595ae99493cdef9295bd96953366cddf36305f82555dac
containerID: >-
containerd://63bb313795be4ae948dfb7c4eca89ffd741c1b62af24881927e701a4e2f2559e
started: true
qosClass: BestEffort
csi-node-driver-registrar
Kubeintel ©2024