mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #4320 from justinsb/cleanup_after_update_e2e
Stop both replication controllers in update-demo
This commit is contained in:
commit
8953ddf617
@ -24,5 +24,9 @@ export KUBECTL=${KUBE_ROOT}/cluster/kubectl.sh
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
rc="update-demo-kitten"
|
rc="update-demo-kitten"
|
||||||
|
echo "Stopping replicationController ${rc}"
|
||||||
|
$KUBECTL stop rc ${rc} || true
|
||||||
|
|
||||||
$KUBECTL stop rc ${rc}
|
rc="update-demo-nautilus"
|
||||||
|
echo "Stopping replicationController ${rc}"
|
||||||
|
$KUBECTL stop rc ${rc} || true
|
||||||
|
Loading…
Reference in New Issue
Block a user