@@ -396,10 +396,10 @@ should render when resource limits are provided:
396
396
cpu : 50m
397
397
memory : 50Mi
398
398
securityContext :
399
- allowPrivilegeEscalation : true
400
399
capabilities :
401
400
add :
402
401
- SYS_ADMIN
402
+ - CHOWN
403
403
privileged : true
404
404
volumeMounts :
405
405
- mountPath : / var /lib/csi/sockets/pluginproxy/
@@ -411,6 +411,12 @@ should render when resource limits are provided:
411
411
name : quobyte - mounts
412
412
- mountPath : / etc / ssl / certs /
413
413
name : certs
414
+ - mountPath : / etc / passwd
415
+ mountPropagation : HostToContainer
416
+ name : users
417
+ - mountPath : / etc / group
418
+ mountPropagation : HostToContainer
419
+ name : groups
414
420
priorityClassName : system - cluster - critical
415
421
serviceAccount : quobyte - csi - controller - sa - csi - quobyte - com
416
422
volumes :
@@ -428,6 +434,14 @@ should render when resource limits are provided:
428
434
path : / etc / ssl / certs /
429
435
type : Directory
430
436
name : certs
437
+ - hostPath :
438
+ path : / etc / passwd
439
+ type : File
440
+ name : users
441
+ - hostPath :
442
+ path : / etc / group
443
+ type : File
444
+ name : groups
431
445
12 : |
432
446
apiVersion : v1
433
447
kind : ServiceAccount
@@ -573,6 +587,12 @@ should render when resource limits are provided:
573
587
name : log - dir
574
588
- mountPath : / etc / ssl / certs /
575
589
name : certs
590
+ - mountPath : / etc / passwd
591
+ mountPropagation : HostToContainer
592
+ name : users
593
+ - mountPath : / etc / group
594
+ mountPropagation : HostToContainer
595
+ name : groups
576
596
- args :
577
597
- -- node_name = $ (KUBE_NODE_NAME )
578
598
- -- driver_name = csi .quobyte .com
@@ -633,6 +653,14 @@ should render when resource limits are provided:
633
653
path : / etc / ssl / certs /
634
654
type : Directory
635
655
name : certs
656
+ - hostPath :
657
+ path : / etc / passwd
658
+ type : File
659
+ name : users
660
+ - hostPath :
661
+ path : / etc / group
662
+ type : File
663
+ name : groups
636
664
16 : |
637
665
apiVersion : v1
638
666
kind : ServiceAccount
@@ -1022,10 +1050,10 @@ should render when tolerations are provided:
1022
1050
imagePullPolicy : IfNotPresent
1023
1051
name : quobyte - csi - driver
1024
1052
securityContext :
1025
- allowPrivilegeEscalation : true
1026
1053
capabilities :
1027
1054
add :
1028
1055
- SYS_ADMIN
1056
+ - CHOWN
1029
1057
privileged : true
1030
1058
volumeMounts :
1031
1059
- mountPath : / var /lib/csi/sockets/pluginproxy/
@@ -1037,6 +1065,12 @@ should render when tolerations are provided:
1037
1065
name : quobyte - mounts
1038
1066
- mountPath : / etc / ssl / certs /
1039
1067
name : certs
1068
+ - mountPath : / etc / passwd
1069
+ mountPropagation : HostToContainer
1070
+ name : users
1071
+ - mountPath : / etc / group
1072
+ mountPropagation : HostToContainer
1073
+ name : groups
1040
1074
priorityClassName : system - cluster - critical
1041
1075
serviceAccount : quobyte - csi - controller - sa - csi - quobyte - com
1042
1076
tolerations :
@@ -1058,6 +1092,14 @@ should render when tolerations are provided:
1058
1092
path : / etc / ssl / certs /
1059
1093
type : Directory
1060
1094
name : certs
1095
+ - hostPath :
1096
+ path : / etc / passwd
1097
+ type : File
1098
+ name : users
1099
+ - hostPath :
1100
+ path : / etc / group
1101
+ type : File
1102
+ name : groups
1061
1103
10 : |
1062
1104
apiVersion : v1
1063
1105
kind : ServiceAccount
@@ -1195,6 +1237,12 @@ should render when tolerations are provided:
1195
1237
name : log - dir
1196
1238
- mountPath : / etc / ssl / certs /
1197
1239
name : certs
1240
+ - mountPath : / etc / passwd
1241
+ mountPropagation : HostToContainer
1242
+ name : users
1243
+ - mountPath : / etc / group
1244
+ mountPropagation : HostToContainer
1245
+ name : groups
1198
1246
- args :
1199
1247
- -- node_name = $ (KUBE_NODE_NAME )
1200
1248
- -- driver_name = csi .quobyte .com
@@ -1255,6 +1303,14 @@ should render when tolerations are provided:
1255
1303
path : / etc / ssl / certs /
1256
1304
type : Directory
1257
1305
name : certs
1306
+ - hostPath :
1307
+ path : / etc / passwd
1308
+ type : File
1309
+ name : users
1310
+ - hostPath :
1311
+ path : / etc / group
1312
+ type : File
1313
+ name : groups
1258
1314
14 : |
1259
1315
apiVersion : v1
1260
1316
kind : ServiceAccount
@@ -1644,10 +1700,10 @@ should render with default values:
1644
1700
imagePullPolicy : IfNotPresent
1645
1701
name : quobyte - csi - driver
1646
1702
securityContext :
1647
- allowPrivilegeEscalation : true
1648
1703
capabilities :
1649
1704
add :
1650
1705
- SYS_ADMIN
1706
+ - CHOWN
1651
1707
privileged : true
1652
1708
volumeMounts :
1653
1709
- mountPath : / var /lib/csi/sockets/pluginproxy/
@@ -1659,6 +1715,12 @@ should render with default values:
1659
1715
name : quobyte - mounts
1660
1716
- mountPath : / etc / ssl / certs /
1661
1717
name : certs
1718
+ - mountPath : / etc / passwd
1719
+ mountPropagation : HostToContainer
1720
+ name : users
1721
+ - mountPath : / etc / group
1722
+ mountPropagation : HostToContainer
1723
+ name : groups
1662
1724
priorityClassName : system - cluster - critical
1663
1725
serviceAccount : quobyte - csi - controller - sa - csi - quobyte - com
1664
1726
volumes :
@@ -1676,6 +1738,14 @@ should render with default values:
1676
1738
path : / etc / ssl / certs /
1677
1739
type : Directory
1678
1740
name : certs
1741
+ - hostPath :
1742
+ path : / etc / passwd
1743
+ type : File
1744
+ name : users
1745
+ - hostPath :
1746
+ path : / etc / group
1747
+ type : File
1748
+ name : groups
1679
1749
10 : |
1680
1750
apiVersion : v1
1681
1751
kind : ServiceAccount
@@ -1813,6 +1883,12 @@ should render with default values:
1813
1883
name : log - dir
1814
1884
- mountPath : / etc / ssl / certs /
1815
1885
name : certs
1886
+ - mountPath : / etc / passwd
1887
+ mountPropagation : HostToContainer
1888
+ name : users
1889
+ - mountPath : / etc / group
1890
+ mountPropagation : HostToContainer
1891
+ name : groups
1816
1892
- args :
1817
1893
- -- node_name = $ (KUBE_NODE_NAME )
1818
1894
- -- driver_name = csi .quobyte .com
@@ -1869,6 +1945,14 @@ should render with default values:
1869
1945
path : / etc / ssl / certs /
1870
1946
type : Directory
1871
1947
name : certs
1948
+ - hostPath :
1949
+ path : / etc / passwd
1950
+ type : File
1951
+ name : users
1952
+ - hostPath :
1953
+ path : / etc / group
1954
+ type : File
1955
+ name : groups
1872
1956
14 : |
1873
1957
apiVersion : v1
1874
1958
kind : ServiceAccount
0 commit comments