Files
kubernetes/pkg/kubectl/cmd
Shijiang Wei c0e0dafa4b avoid resource leak when both --rm and --expose are specified
Before this patch, the deployment `leak-test` won't be removed
after the following command exits.
kubectl run --image=nginx:alpine --stdin --attach \
  --rm --expose --port 80 leak-test -- sh
This patch ensures both the deployment and the service are all removed.

Signed-off-by: Shijiang Wei <mountkin@gmail.com>
2018-03-28 11:34:08 +08:00
..
2017-10-15 18:18:13 -07:00
2018-02-21 08:15:22 -05:00
2017-08-16 12:27:36 -07:00
2018-02-26 20:39:07 -03:00
2018-02-21 08:15:22 -05:00
2018-01-05 21:04:44 -06:00
2018-03-13 16:21:30 -04:00
2017-12-25 16:23:38 +08:00
2017-12-25 16:23:38 +08:00
2017-12-25 16:23:38 +08:00
2017-12-25 16:23:38 +08:00
2017-12-25 16:23:38 +08:00
2017-12-25 16:23:38 +08:00
2018-03-01 16:10:04 +08:00
2018-02-21 15:20:20 -05:00
2018-01-25 16:10:31 +01:00
2017-12-25 16:23:38 +08:00
2017-08-16 12:27:36 -07:00
2017-12-25 16:23:38 +08:00
2017-12-25 16:23:38 +08:00
2018-02-21 08:15:22 -05:00
2017-08-16 12:27:36 -07:00