X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fk8s_conn.py;h=4fdaee8df0686052ecd882ed2d738cf56245bdb2;hp=11fb43e338a7243bdbc79647408fe9473485f969;hb=2ce889dd990cb4e20a1de19dc1a1f974be31d70d;hpb=43c2e79e783aa65dba1234ae4c299944c5f1702e diff --git a/n2vc/k8s_conn.py b/n2vc/k8s_conn.py index 11fb43e..4fdaee8 100644 --- a/n2vc/k8s_conn.py +++ b/n2vc/k8s_conn.py @@ -71,7 +71,8 @@ class K8sConnector(abc.ABC, Loggable): server (Tiller/Charm) :param k8s_creds: credentials to access a given K8s cluster, i.e. a valid '.kube/config' - :param namespace: optional namespace for helm tiller. By default, 'kube-system' will be used + :param namespace: optional namespace to be used for the K8s engine (helm tiller, juju). + By default, 'kube-system' will be used :param reuse_cluster_uuid: existing cluster uuid for reuse :return: uuid of the K8s cluster and True if connector has installed some software in the cluster (on error, an exception will be raised)