kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

Fix response parsing for rkt stop. #27

Closed yifan-gu closed 8 years ago

yifan-gu commented 8 years ago

Return the result of CLI even there is a error so that we can treat rkt stop on a non-running pod as success.

Can drop this once https://github.com/coreos/rkt/pull/3220 is merged.

lucab commented 8 years ago

coreos/rkt#3220 is merged in CRI branch, refreshing vendoring should do it.

yifan-gu commented 8 years ago

@lucab OK, closing.