Install_OSC_O-RAN_deployment/install_k8s_and_helm

11 lines
263 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
#TODO: buld check for root
#
#Install k8s and helm with https://gerrit.o-ran-sc.org/r/ric-plt/ric-dep repo
cd /opt
git clone https://gerrit.o-ran-sc.org/r/ric-plt/ric-dep
cd ric-dep/bin
./install_k8s_and_helm.sh
./install_common_templates_to_helm.sh