Commit 03e1711
Allow example to run as script
Doing apply, logs, delete in sequence as fast as a script does
has the unfortuante effect that it does logs before the pod is
ready.
Adding a wait sorts that.
Sending ctrl+c to break logs will however terminate bash before
delete can run.
Putting delete in a trap sorts that.1 parent df2c42a commit 03e1711
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
119 | 123 | | |
120 | | - | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments