Skip to content

Commit

Permalink
WIP: Run upstream e2e test suites with migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Aug 14, 2019
1 parent 3bdb76d commit 68d1a77
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hack/feature-gates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,20 @@
CSIDriverRegistry: "true"
CSINodeInfo: "true"
CSIBlockVolume: "true"
CSIMigration: "true"
CSIMigrationAWS: "true"
VolumeSnapshotDataSource: "true"
kubeControllerManager:
featureGates:
CSIDriverRegistry: "true"
CSINodeInfo: "true"
CSIBlockVolume: "true"
CSIMigration: "true"
CSIMigrationAWS: "true"
kubelet:
featureGates:
CSIDriverRegistry: "true"
CSINodeInfo: "true"
CSIBlockVolume: "true"
CSIMigration: "true"
CSIMigrationAWS: "true"
Loading

0 comments on commit 68d1a77

Please sign in to comment.