k3s/pkg/volume
Kubernetes Submit Queue 193e2ae1d1 Merge pull request #36386 from sjenning/fix-secret-file-mode
Automatic merge from submit-queue

Avoid setting S_ISGID on files in volumes

Some applications are having issues with setting the S_ISGID bit on files in volumes.  We intend to do this for directories so that the group ID is inherited, but not files for which S_ISGID indicates madatory file locking https://linux.die.net/man/2/stat

xref https://bugzilla.redhat.com/show_bug.cgi?id=1387306

@ncdc @derekwaynecarr @pmorie
2016-11-10 01:19:02 -08:00
..
aws_ebs Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
azure_dd Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
azure_file Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
cephfs Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
cinder Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
configmap Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
downwardapi Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
empty_dir Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
fc Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
flexvolume Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
flocker Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
gce_pd Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
git_repo Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
glusterfs Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
host_path Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
iscsi Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
nfs Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
photon_pd Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
quobyte Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
rbd Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
secret Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
testing Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
util Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
vsphere_volume Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
OWNERS Update pkg/volume/OWNERS to include Jan Safranek 2016-10-20 12:21:06 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics_cached.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_du.go Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
metrics_du_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_errors.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_statfs.go Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
plugins.go Remove GetRootContext from VolumeHost 2016-11-03 12:21:19 -04:00
plugins_test.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
util.go Rename PetSet API to StatefulSet 2016-10-27 17:25:10 -07:00
util_test.go Send recycle events from pod to pv. 2016-09-08 12:57:57 +02:00
volume.go Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
volume_linux.go Avoid setting S_ISGID on files in volumes. 2016-11-07 14:18:32 -06:00
volume_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00