Skip to content

Commit

Permalink
re-enable cascading deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@google.com>
  • Loading branch information
jessfraz committed Jan 26, 2017
1 parent 5b75980 commit 00cdc06
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hack/make-rules/test-cmd-util.sh
Expand Up @@ -2094,12 +2094,7 @@ run_deployment_tests() {
# Deletion of both deployments should not be blocked
kubectl delete deployment nginx2 "${kube_flags[@]}"
# Clean up
# TODO: cascading deletion of deployments is failing.
# TODO: re-enable this once https://github.com/kubernetes/kubernetes/issues/40433 is fixed
# kubectl delete deployment nginx "${kube_flags[@]}"
# TODO: remove these once https://github.com/kubernetes/kubernetes/issues/40433 is fixed
kubectl delete deployment nginx --cascade=false "${kube_flags[@]}"
kubectl delete replicaset --all "${kube_flags[@]}"
kubectl delete deployment nginx "${kube_flags[@]}"

### Set image of a deployment
# Pre-condition: no deployment exists
Expand Down

0 comments on commit 00cdc06

Please sign in to comment.