Last active
August 27, 2018 16:25
-
-
Save joejulian/80d19e4b4e3866cbcc647e17a00ca11f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: StorageClass | |
apiVersion: storage.k8s.io/v1 | |
metadata: | |
name: gluster.kube | |
namespace: kube-system | |
annotations: | |
storageclass.kubernetes.io/is-default-class: 'true' | |
provisioner: kubernetes.io/host-path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ls -l /tmp/hostpath_pv | |
total 72 | |
drw-r--r-- 1 root root 4096 Aug 27 06:29 0588f0ec-cc26-11e7-9359-b827eba75068 | |
drw-r--r-- 1 root root 4096 Aug 27 06:29 058ba699-cc26-11e7-9359-b827eba75068 | |
drwxr-xr-x 1 root root 4096 Aug 21 17:15 156fd3f7-9c11-11e7-a787-b827eb319397 | |
drwxr-xr-x 1 root root 4096 Aug 21 17:15 19e51206-9c11-11e7-a787-b827eb319397 | |
drw-r--r-- 1 nobody nobody 4096 Aug 18 17:50 2c89a789-95f7-11e7-a787-b827eb319397 | |
drwxr-xr-x 1 root root 4096 Aug 21 17:15 37cddc3b-c828-11e7-9359-b827eba75068 | |
drw-r--r-- 1 root root 4096 Aug 27 06:29 471ff5b5-84d7-11e7-a5f5-b827eb900888 | |
drwxrwxr-x 1 nobody nobody 4096 Aug 27 06:29 4df53fcd-a15b-11e7-a787-b827eb319397 | |
drwx------ 1 systemd-journal-remote root 4096 Aug 27 06:29 6b6b8601-cb60-11e7-9359-b827eba75068 | |
drwxr-xr-x 1 439 439 4096 Aug 27 07:47 72e9e383-4cfd-11e8-a1e0-b827eba75068 | |
drw-r--r-- 1 root root 4096 Aug 18 17:39 af5d033e-cc29-11e7-9359-b827eba75068 | |
drw-r--r-- 1 root root 4096 Aug 27 06:33 b671750e-ea9b-11e7-bd33-b827eb900888 | |
drw-r--r-- 1 nobody nobody 4096 Aug 20 02:39 c5116e85-9bf8-11e7-a787-b827eb319397 | |
drw-r--r-- 1 root root 4096 Aug 20 02:38 d4ff6c37-c71c-11e7-a787-b827eb319397 | |
drwxr-xr-x 1 root root 4096 Aug 21 17:15 e23841e6-9bc4-11e7-a787-b827eb319397 | |
drwxr-xr-x 1 root root 4096 Aug 21 17:15 e2aaf436-977c-11e7-a787-b827eb319397 | |
drwxr-xr-x 1 root root 4096 Aug 21 17:15 f074a978-9c10-11e7-a787-b827eb319397 | |
drw-r--r-- 1 root root 4096 Aug 20 02:38 fcffbf0b-f416-11e7-9a4d-b827eba75068 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment