kubernetes/docs/api-reference
Kubernetes Submit Queue 3b269e182d
Merge pull request #65499 from krunaljain/bugfix/csi_default_fs_type
Automatic merge from submit-queue (batch tested with PRs 55023, 65499). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Bugfix/csi default fs type

This PR address the issue mentioned in the following ticket https://github.com/kubernetes/kubernetes/issues/65122 
The FSType string will now not be defaulted to ext4. Removes defaulting of CSI file system type to ext4. CSI plugins that depended on this default need to be updated as the fsType would remain an empty string if not provided and would not default to ext4. CSI spec allows for an empty fstype string. This is intended for non-block plugins like nfs and gluster where filesystems are not separately created on the volume. But currently the default file system is overridden to ext4  which makes the above case redundant. This commit prevents such an overridding. 


```release-note  
ACTION REQUIRED: Removes defaulting of CSI file system type to ext4. All the production drivers listed under https://kubernetes-csi.github.io/docs/Drivers.html were tested and work as expected after this change. If you are using a driver not in that list, please test the drivers on an updated test cluster first. ```
2018-07-10 10:18:08 -07:00
..
admissionregistration.k8s.io Run hack/update-all.sh 2018-04-13 10:19:58 -07:00
apps Merge pull request #65499 from krunaljain/bugfix/csi_default_fs_type 2018-07-10 10:18:08 -07:00
authentication.k8s.io Update deletionTimestamp with information about finalizer effect 2017-11-03 10:48:48 +08:00
authorization.k8s.io autogenerated 2017-11-03 13:46:29 -07:00
autoscaling Autogenerated code for HPA external metrics 2018-02-22 14:45:06 +01:00
batch Merge pull request #65499 from krunaljain/bugfix/csi_default_fs_type 2018-07-10 10:18:08 -07:00
certificates.k8s.io/v1beta1 generated 2018-05-18 18:42:39 -07:00
coordination.k8s.io/v1beta1 Autogenerated stuff 2018-06-27 13:31:10 +02:00
events.k8s.io/v1beta1 fix all the typos across the project 2018-02-11 11:04:14 +08:00
extensions/v1beta1 Merge pull request #65499 from krunaljain/bugfix/csi_default_fs_type 2018-07-10 10:18:08 -07:00
networking.k8s.io/v1 Regenerate files 2018-02-28 08:27:39 -05:00
policy/v1beta1 Run make update 2018-06-06 00:12:40 +02:00
rbac.authorization.k8s.io Indicate clusterrolebinding, rolebinding subjects are optional fields 2018-03-02 16:04:57 +09:00
scheduling.k8s.io Remove some completed TODOs 2018-05-22 11:02:57 -07:00
settings.k8s.io/v1alpha1 Merge pull request #65499 from krunaljain/bugfix/csi_default_fs_type 2018-07-10 10:18:08 -07:00
storage.k8s.io generated files 2018-06-05 09:44:10 +08:00
v1 Merge pull request #65499 from krunaljain/bugfix/csi_default_fs_type 2018-07-10 10:18:08 -07:00
OWNERS Create api-{approvers,reviewers} alias 2017-10-18 10:54:28 -07:00