Files
tacker/releasenotes/notes/support-k8s-namespace-9e861c87e4aa1aaa.yaml
Yi Feng d423353732 Support specifying namespace for deploying CNF
This patch implements that in the instantiate operation
of ETSI NFV-SOL003 VNF Lifecycle Management 2.6.1, users
can specify the target namespace in InstantiateVnfRequest
to deploy CNF on Kubernetes VIM.

Implements: blueprint k8s-namespace
Change-Id: I292256bc58b54e248da54ccbf3c7e82bd28fd022
2022-03-03 11:15:00 +09:00

8 lines
307 B
YAML

---
features:
- |
The user specifies the target namespace in the InstantiateVnfRequest to
deploy the CNF on the Kubernetes VIM. The additionalParams field provides
the new parameter ``namespace`` for the target namespace. The Kubernetes
resources in the VNF must be in the same namespace.