/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to scripts/openshift/start-archive-caching.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2020-01-15 01:44:00 UTC
  • Revision ID: csa@suren.me-20200115014400-qi10ii73y18i3yq8
Layout fixes for CALCView

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
. opts.sh
 
4
 
 
5
[ -z "$setup" ] && { echo "Setup must be specified"; exit 1; }
 
6
 
 
7
 
 
8
oc -n $ADEI_NS  scale "dc/adei-${setup}-archive-cacher" --replicas 6