Skip to content

Commit 742ce6d

Browse files
KEP-989: Fix typo in README.md
kuberenetes >>> kubernetes
1 parent fa9cec6 commit 742ce6d

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-storage/989-extend-datasource

1 file changed

+1
-1
lines changed

keps/sig-storage/989-extend-datasource/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Require addition of E2E tests using the clone feature of the CSI host provisione
129129

130130
Currently the only feature gate related to DataSources is the VolumeSnapshotDataSource gate. This KEP would require an additional Data Source related feature gate `VolumeDataSource`. Going forward we may continue to add additional feature gates for new DataSource types. This KEP proposes that feature for Alpha, then following through the standard process for graduation based on feedback and stability during it's alpha release cycle.
131131

132-
Given that the only implementation changes in Kuberenetes is to enable the feature in the API (all of the actual Clone implementation is handled by the CSI Plugin and back end device) the main criteria for completion will be successful implementation and agreement from the CSI community regarding the Kubernetes API.
132+
Given that the only implementation changes in Kubernetes is to enable the feature in the API (all of the actual Clone implementation is handled by the CSI Plugin and back end device) the main criteria for completion will be successful implementation and agreement from the CSI community regarding the Kubernetes API.
133133

134134
## Implementation History
135135

0 commit comments

Comments
 (0)