mirror of https://github.com/k3s-io/k3s
Stop both replication controllers in update-demo
The update test may have failed, and if we leave an RC around it causes subsequent tests to failpull/6/head
parent
c9c98ab19e
commit
c6f32d5a15
|
@ -24,5 +24,9 @@ export KUBECTL=${KUBE_ROOT}/cluster/kubectl.sh
|
|||
set -x
|
||||
|
||||
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