
Implements: blueprint cnf-support-with-etsi-nfv-specs The CNF instantiation/termination * Load CNF definition files in CSAR artifact * Extend Kubernetes infra_driver for general APIs Other modify * update lower-constraints.txt and requirments.txt to satisfy our k8s client usage (kubernets:6.0.0->11.0.0, urllib3:1.22.0->1.24.2) Change-Id: I20ffbaec14ac5fb8236bd61416c2604b7a6590f6
14 lines
281 B
YAML
14 lines
281 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: curry-rolebinding
|
|
namespace: curry-ns
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: curry-role
|
|
subjects:
|
|
- apiGroup: ""
|
|
kind: ServiceAccount
|
|
name: curry-sa
|
|
namespace: default |