X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Finstall%2Finstall-base.sh;h=cee2211a6741e07fbe69dd105b674e9b8a590030;hb=fb46bc57fa0c51612111f45e34c9763ee0188f06;hp=0456e3f95f8774b7421d8ddfe1f76c0db6ec1d4e;hpb=acdf2fef66569640282c560d0ee2823b5f26f268;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/scripts/install/install-base.sh b/scripts/install/install-base.sh index 0456e3f..cee2211 100755 --- a/scripts/install/install-base.sh +++ b/scripts/install/install-base.sh @@ -2,6 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,3 +33,6 @@ echo "Chartmuseum version $CHART_MUSEUM_VERSION is installed." echo "Install yq..." snap install yq +echo "Creating kubernetes namespace..." +kubectl create ns kserve-test +