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=refs%2Ftags%2Fv7.0.1rc3;hpb=8d780a9e0414686f0c91be6dc460275fb0155f89 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)