aboutsummarylogtreecommitdiffstats
path: root/4.stop.cluster.sh
diff options
context:
space:
mode:
authorAndrej Marolt2017-11-04 01:05:15 +0100
committerAndrej Marolt2017-11-04 01:07:20 +0100
commit3740acb81e3af4f6969385bf80bc851efc3bbd60 (patch)
treee4fe4fd37ad8df4899c090640906cd71123b89e4 /4.stop.cluster.sh
parent7f7fa2cf0d9ca687d1120cf62bc82844a21a6728 (diff)
downloadaur-3740acb81e3af4f6969385bf80bc851efc3bbd60.tar.gz
Upgrade due to upstream release. | Remove custom scripts.
Diffstat (limited to '4.stop.cluster.sh')
-rwxr-xr-x4.stop.cluster.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/4.stop.cluster.sh b/4.stop.cluster.sh
deleted file mode 100755
index 555ba47d17d3..000000000000
--- a/4.stop.cluster.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Stop local Docker cluster
-
-# If this cluster had been started by 'oc cluster up', below command would destroy all traces of the cluster.
-# This cluster has been started by '3.start.cluster.sh config.sh'.
-# This method of starting a cluster preserves data among restarts.
-# You will be able to restart it by '3.start.cluster.sh config.sh'.
-
-# This script does not need to be passed any configuration file.
-# It stops the currently running cluster.
-
-oc cluster down