What is the meaning of each kubernetes openshift mount object mentioned in /proc/self/mounts of the node?
Issue
- In
/proc/self/mountsone can see that these are someopenshiftmounts.
# grep /var/lib/origin/openshift /proc/self/mounts
tmpfs /var/lib/origin/openshift.local.volumes/pods/98b96f5c-880f-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/service-catalog-controller-token-4gjsx tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/8669e86a-883d-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/default-token-jjntq tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/ee7436b1-880f-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/serving-cert tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/8ba65a8b-880d-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/sdn-token-jvpvf tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/98b96f5c-880f-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/service-catalog-ssl tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/ee7436b1-880f-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/apiserver-token-kp69r tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/a97a8fd0-8934-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/certs tmpfs rw,seclabel,relatime 0 0
tmpfs /var/lib/origin/openshift.local.volumes/pods/a97a8fd0-8934-11ea-bb12-fa163e5d09cf/volumes/kubernetes.io~secret/aggregated-logging-fluentd-token-z49bs tmpfs rw,seclabel,relatime 0 0
- What is the meaning of each
kubernetesobject comes under the following path/var/lib/origin/openshift.local.volumes/pods/<pod-uid>/volume-subpaths?
Environment
- Red Hat Openshift Container Platform 3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.