Update installation scripts
[nonrtric/plt/rappmanager.git] / scripts / install / install-base.sh
index 0456e3f..cee2211 100755 (executable)
@@ -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
+