From: David Garcia Date: Fri, 23 Oct 2020 08:36:51 +0000 (+0200) Subject: Feature request: Kubernetes VCA in K8s installation X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=79fca56b7054284c4a4854709563f713f2519c4b;p=osm%2FFeatures.git Feature request: Kubernetes VCA in K8s installation Change-Id: I2d6d4c93f76e24ad1d4925ab75ce21968d42e521 Signed-off-by: David Garcia --- diff --git a/Release9/kubernetes_vca_in_k8s_installation.md b/Release9/kubernetes_vca_in_k8s_installation.md new file mode 100644 index 0000000..123a270 --- /dev/null +++ b/Release9/kubernetes_vca_in_k8s_installation.md @@ -0,0 +1,35 @@ +# Kubernetes VCA in K8s installation # + +## Proposer ## +- David García + +## Type ## +**Feature** + +## Target MDG/TF ## +Devops + +## Description ## + +Move the VCA from LXD to K8s in the Kubernetes installation. This is already done for Charmed installation. + +### Implementation + +Currently: + +1. Install LXD +2. Bootstrap VCA to LXD +3. Install K8s +4. Add K8s cloud to VCA + +Proposal: + +1. Install LXD +2. Install K8s +3. Bootstrap VCA to K8s +4. Add LXD cloud to VCA + + +## Demo or definition of done ## + +This feature is considered complete when the VCA is in K8s with LXD as an external cloud. \ No newline at end of file