26910f1c27
This patch implements spec Support deployed Kubernetes cluster using the images in a Docker private registry with MgmtDriver in blueprint bp/cir-k8s-cluster. It includes mgmt_driver scripts of deploying a Docker private registry to vm created by openstack_driver. Support instantiate/terminate/heal function. It includes mgmt_driver scripts of deploying kubernetes cluster that can use images in Docker private registry to vm created by openstack_driver. Support instantiate/terminate/scale/heal function. It also includes a shell script that actual install kubernetes cluster and configure environment to support Docker private registry on vm. Implements: blueprint cir-k8s-cluster Change-Id: I7adab1d1eaa491a37399d0b615cbee4c6ae86657
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
---
|
|
features:
|
|
- |
|
|
Functions to enable the use of Docker private registry images in a
|
|
Kubernetes Cluster environment. We provide the sample of MgmtDriver
|
|
which can deploy Docker private registry VNF for Kubernetes cluster
|
|
before deploying Kubernetes cluster VNF, and deploy Kubernetes cluster
|
|
VNF that can support both the Docker private registry created above
|
|
and any others created outside of Tacker.
|
|
|
|
Instantiate operation for Kubernetes cluster with MgmtDriver:
|
|
MgmtDriver configures connections with Docker private registries on
|
|
newly created all Master/Worker VMs.
|
|
|
|
Scale-out operation for Kubernetes cluster Worker-nodes with MgmtDriver:
|
|
MgmtDriver configures connections with Docker private registries on
|
|
newly created Worker VMs.
|
|
|
|
Heal operation for the entire Kubernetes cluster with MgmtDriver:
|
|
MgmtDriver configures connections with Docker private registries on
|
|
the created all Master/Worker VMs.
|
|
|
|
Heal operation for a single node in Kubernetes cluster with MgmtDriver:
|
|
MgmtDriver configures connections with Docker private registries on
|
|
the created Master/Worker VM.
|
|
|
|
|