-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
override file is added for max volumes per pod test case and emptydir…
… volume type Signed-off-by: Mucahit Kurt <[email protected]>
- Loading branch information
1 parent
2cb5a39
commit 33c3433
Showing
5 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../testing/experimental/storage/pod-startup/ephemeral-volumes/1_node/emptydir/override.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
POD_TEMPLATE_PATH: "emptydir/pod_with_emptydir.yaml" |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...perimental/storage/pod-startup/ephemeral-volumes/1_node/max_volumes_per_pod/override.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
TOTAL_PODS: 1 | ||
VOLUMES_PER_POD: 100 |