mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Merge pull request #40549 from jessfraz/40433-reenable-cascading-deployment
Automatic merge from submit-queue re-enable cascading deployment I couldn't reproduce #40433 locally sooo trying on the test infra to make sure I'm not crazy
This commit is contained in:
@@ -2161,12 +2161,7 @@ run_deployment_tests() {
|
|||||||
# Deletion of both deployments should not be blocked
|
# Deletion of both deployments should not be blocked
|
||||||
kubectl delete deployment nginx2 "${kube_flags[@]}"
|
kubectl delete deployment nginx2 "${kube_flags[@]}"
|
||||||
# Clean up
|
# Clean up
|
||||||
# TODO: cascading deletion of deployments is failing.
|
kubectl delete deployment nginx "${kube_flags[@]}"
|
||||||
# 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[@]}"
|
|
||||||
|
|
||||||
### Set image of a deployment
|
### Set image of a deployment
|
||||||
# Pre-condition: no deployment exists
|
# Pre-condition: no deployment exists
|
||||||
|
|||||||
Reference in New Issue
Block a user