aboutsummarylogtreecommitdiffstats
path: root/4.stop.cluster.sh
blob: 555ba47d17d3792565bfb179d9b53e3325eb753b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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