mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user