X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fk8s_conn.py;h=3305ac545713ab03ebffaccd3dc15b8407b14dbb;hp=a82919acc5d049bd732f15f236d734524263844a;hb=53555f65a09f086b49618394892798df9b8813d8;hpb=8ff11999e2208889498a88be5db07b2861541cbd diff --git a/n2vc/k8s_conn.py b/n2vc/k8s_conn.py index a82919a..3305ac5 100644 --- a/n2vc/k8s_conn.py +++ b/n2vc/k8s_conn.py @@ -162,7 +162,8 @@ class K8sConnector(abc.ABC, Loggable): timeout: float = 300, params: dict = None, db_dict: dict = None, - kdu_name: str = None + kdu_name: str = None, + namespace: str = None ): """ Deploys of a new KDU instance. It would implicitly rely on the `install` call to deploy the Chart/Bundle @@ -183,6 +184,7 @@ class K8sConnector(abc.ABC, Loggable): It contains a dict with {collection: , filter: {}, path: }, e.g. {collection: "nsrs", filter: {_id: , path: "_admin.deployed.K8S.3"} :param kdu_name: Name of the KDU instance to be installed + :param namespace: K8s namespace to use for the KDU instance :return: True if successful """