-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update(pod-delete): Adding type casting in pod-delete experiment (#1503) Signed-off-by: shubhamchaudhary <[email protected]> * feat(disk-fill): Adding Dynamic Variable for Container Path (#1502) * (feat) Adding Dynamic Variable for Container Path Signed-off-by: Rahul M Chheda <[email protected]> * Adding appropriate comments Signed-off-by: Rahul M Chheda <[email protected]> * feat(image): Using a comman image for stress-ng commands (#1462) Signed-off-by: Udit Gaurav <[email protected]> Co-authored-by: Rahul M Chheda <[email protected]> Co-authored-by: UDIT GAURAV <[email protected]>
- Loading branch information
1 parent
81bc298
commit 80c61b1
Showing
7 changed files
with
11 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ spec: | |
volumes: | ||
- name: udev | ||
hostPath: | ||
path: /var/lib/docker/containers | ||
path: {{ container_path }} |
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
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
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