add script to install helm and k8s + common templates

This commit is contained in:
Erik Foris 2024-02-27 16:51:58 +01:00
parent 79368c6515
commit 0e0b9e75b0

10
install_k8s_and_helm Executable file
View File

@ -0,0 +1,10 @@
#!/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