From 79fca56b7054284c4a4854709563f713f2519c4b Mon Sep 17 00:00:00 2001 From: David Garcia Date: Fri, 23 Oct 2020 10:36:51 +0200 Subject: [PATCH] Feature request: Kubernetes VCA in K8s installation Change-Id: I2d6d4c93f76e24ad1d4925ab75ce21968d42e521 Signed-off-by: David Garcia --- .../kubernetes_vca_in_k8s_installation.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Release9/kubernetes_vca_in_k8s_installation.md 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 -- 2.17.1