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-krt6k
  10. /
  11. logs
Summary
Metadata
Containers
Spec
Status
All
Events
Logs
Investigator
Pod Details

Name: csi-do-node-krt6k

Namespace: kube-system

Status: Running

IP: 10.108.0.2

Node: system-0-655pn

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:04:46Z

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-krt6k
generateName: csi-do-node-
namespace: kube-system
uid: 47007203-76a1-44a3-8949-6d68a5d37b6e
resourceVersion: '92139911'
creationTimestamp: '2025-04-17T22:04:46Z'
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-rbn48
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-rbn48
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-rbn48
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-rbn48
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-rbn48
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-655pn
hostNetwork: true
securityContext: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- system-0-655pn
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:59Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:47Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:59Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:59Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:46Z'
hostIP: 10.108.0.2
podIP: 10.108.0.2
podIPs:
- ip: 10.108.0.2
startTime: '2025-04-17T22:04:47Z'
containerStatuses:
- name: csi-do-plugin
state:
running:
startedAt: '2025-04-17T22:04:58Z'
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://f00309c80b489ee9cd51cea218651dc358179d694e6c8e95859dd74c5e44cf5c
started: true
- name: csi-node-driver-registrar
state:
running:
startedAt: '2025-04-17T22:04:52Z'
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://40911ee15a5d57452e3da9e9373e1efb4c51b045925a893c7825b55caaf72857
started: true
qosClass: BestEffort
metadata:
name: csi-do-node-krt6k
generateName: csi-do-node-
namespace: kube-system
uid: 47007203-76a1-44a3-8949-6d68a5d37b6e
resourceVersion: '92139911'
creationTimestamp: '2025-04-17T22:04:46Z'
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-rbn48
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-rbn48
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-rbn48
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-655pn
hostNetwork: true
securityContext: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- system-0-655pn
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:59Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:47Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:59Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:59Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:46Z'
hostIP: 10.108.0.2
podIP: 10.108.0.2
podIPs:
- ip: 10.108.0.2
startTime: '2025-04-17T22:04:47Z'
containerStatuses:
- name: csi-do-plugin
state:
running:
startedAt: '2025-04-17T22:04:58Z'
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://f00309c80b489ee9cd51cea218651dc358179d694e6c8e95859dd74c5e44cf5c
started: true
- name: csi-node-driver-registrar
state:
running:
startedAt: '2025-04-17T22:04:52Z'
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://40911ee15a5d57452e3da9e9373e1efb4c51b045925a893c7825b55caaf72857
started: true
qosClass: BestEffort
I0417 22:04:52.744933 1 main.go:135] Version: v2.10.1
I0417 22:04:52.745085 1 main.go:136] Running node-driver-registrar in mode=
I0417 22:04:52.745096 1 main.go:157] Attempting to open a gRPC connection with: "/csi/csi.sock"
I0417 22:04:52.745131 1 connection.go:215] Connecting to unix:///csi/csi.sock
I0417 22:04:58.337349 1 main.go:164] Calling CSI driver to discover driver name
I0417 22:04:58.337381 1 connection.go:244] GRPC call: /csi.v1.Identity/GetPluginInfo
I0417 22:04:58.337388 1 connection.go:245] GRPC request: {}
I0417 22:04:58.341891 1 connection.go:251] GRPC response: {"name":"dobs.csi.digitalocean.com","vendor_version":"v4.11.0"}
I0417 22:04:58.341903 1 connection.go:252] GRPC error: <nil>
I0417 22:04:58.341914 1 main.go:173] CSI driver name: "dobs.csi.digitalocean.com"
I0417 22:04:58.341949 1 node_register.go:55] Starting Registration Server at: /registration/dobs.csi.digitalocean.com-reg.sock
I0417 22:04:58.342150 1 node_register.go:64] Registration Server started at: /registration/dobs.csi.digitalocean.com-reg.sock
I0417 22:04:58.342350 1 node_register.go:88] Skipping HTTP server because endpoint is set to: ""
I0417 22:04:58.360435 1 main.go:90] Received GetInfo call: &InfoRequest{}
I0417 22:04:58.392179 1 main.go:101] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:true,Error:,}
csi-node-driver-registrar
I0417 22:04:52.744933 1 main.go:135] Version: v2.10.1
I0417 22:04:52.745085 1 main.go:136] Running node-driver-registrar in mode=
I0417 22:04:52.745096 1 main.go:157] Attempting to open a gRPC connection with: "/csi/csi.sock"
I0417 22:04:52.745131 1 connection.go:215] Connecting to unix:///csi/csi.sock
I0417 22:04:58.337349 1 main.go:164] Calling CSI driver to discover driver name
I0417 22:04:58.337381 1 connection.go:244] GRPC call: /csi.v1.Identity/GetPluginInfo
I0417 22:04:58.337388 1 connection.go:245] GRPC request: {}
I0417 22:04:58.341891 1 connection.go:251] GRPC response: {"name":"dobs.csi.digitalocean.com","vendor_version":"v4.11.0"}
I0417 22:04:58.341903 1 connection.go:252] GRPC error: <nil>
I0417 22:04:58.341914 1 main.go:173] CSI driver name: "dobs.csi.digitalocean.com"
I0417 22:04:58.341949 1 node_register.go:55] Starting Registration Server at: /registration/dobs.csi.digitalocean.com-reg.sock
I0417 22:04:58.342150 1 node_register.go:64] Registration Server started at: /registration/dobs.csi.digitalocean.com-reg.sock
I0417 22:04:58.342350 1 node_register.go:88] Skipping HTTP server because endpoint is set to: ""
I0417 22:04:58.360435 1 main.go:90] Received GetInfo call: &InfoRequest{}
I0417 22:04:58.392179 1 main.go:101] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:true,Error:,}
I0417 22:04:52.744933 1 main.go:135] Version: v2.10.1
I0417 22:04:52.745085 1 main.go:136] Running node-driver-registrar in mode=
I0417 22:04:52.745096 1 main.go:157] Attempting to open a gRPC connection with: "/csi/csi.sock"
I0417 22:04:52.745131 1 connection.go:215] Connecting to unix:///csi/csi.sock
I0417 22:04:58.337349 1 main.go:164] Calling CSI driver to discover driver name
I0417 22:04:58.337381 1 connection.go:244] GRPC call: /csi.v1.Identity/GetPluginInfo
I0417 22:04:58.337388 1 connection.go:245] GRPC request: {}
I0417 22:04:58.341891 1 connection.go:251] GRPC response: {"name":"dobs.csi.digitalocean.com","vendor_version":"v4.11.0"}
I0417 22:04:58.341903 1 connection.go:252] GRPC error: <nil>
I0417 22:04:58.341914 1 main.go:173] CSI driver name: "dobs.csi.digitalocean.com"
I0417 22:04:58.341949 1 node_register.go:55] Starting Registration Server at: /registration/dobs.csi.digitalocean.com-reg.sock
I0417 22:04:58.342150 1 node_register.go:64] Registration Server started at: /registration/dobs.csi.digitalocean.com-reg.sock
I0417 22:04:58.342350 1 node_register.go:88] Skipping HTTP server because endpoint is set to: ""
I0417 22:04:58.360435 1 main.go:90] Received GetInfo call: &InfoRequest{}
I0417 22:04:58.392179 1 main.go:101] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:true,Error:,}
Kubeintel ©2024