From 0e0b9e75b02b017ac9b1ab2e49d2ca382312d033 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Tue, 27 Feb 2024 16:51:58 +0100 Subject: [PATCH] add script to install helm and k8s + common templates --- install_k8s_and_helm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 install_k8s_and_helm diff --git a/install_k8s_and_helm b/install_k8s_and_helm new file mode 100755 index 0000000..99aef24 --- /dev/null +++ b/install_k8s_and_helm @@ -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