X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=679e834cb1a109dcf84ab3777583c2907da2bfd4;hb=refs%2Fheads%2Fmaster;hp=e75f29055aa6a74a774fe2d954cb00141afd9946;hpb=1a9a54953221997bea179e63f0075f032a238732;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index e75f2905..ba692c1c 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -423,7 +423,7 @@ function install_k8s_cluster() { $OSM_DEVOPS/installers/install_cluster_addons.sh ${K8SCLUSTER_ADDONS_INSTALL_OPTS} || \ FATAL_TRACK k8scluster "install_cluster_addons.sh failed for kubeadm cluster" elif [ "${K8S_CLUSTER_ENGINE}" == "k3s" ]; then - K3S_INSTALL_OPTS="-D ${OSM_DEVOPS} ${DEBUG_INSTALL}" + K3S_INSTALL_OPTS="-i ${OSM_DEFAULT_IP} -D ${OSM_DEVOPS} ${DEBUG_INSTALL}" # The K3s installation script will automatically take the HTTP_PROXY, HTTPS_PROXY and NO_PROXY, # as well as the CONTAINERD_HTTP_PROXY, CONTAINERD_HTTPS_PROXY and CONTAINERD_NO_PROXY variables # from the shell, if they are present, and write them to the environment file of k3s systemd service,