Bump up cri-tools to f1a58d681c056f259802f5cae2fe1fbcc6b28667

We need this to pick up a fix for attach test.
This change brings in changes to the crictl CLI
requiring changes to the integration tests.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2018-01-25 18:06:38 -08:00
parent 4b658672aa
commit d0fd1f5fa8
18 changed files with 224 additions and 224 deletions

View file

@ -419,15 +419,15 @@ sudo crictl rm $CONTAINER_ID
```
```
sudo crictl stops $POD_ID
sudo crictl stopp $POD_ID
```
```
sudo crictl rms $POD_ID
sudo crictl rmp $POD_ID
```
```
sudo crictl sandboxes
sudo crictl pods
```
```