Feature request: Kubernetes VCA in K8s installation 12/9912/2
authorDavid Garcia <david.garcia@canonical.com>
Fri, 23 Oct 2020 08:36:51 +0000 (10:36 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 25 Nov 2020 09:17:26 +0000 (10:17 +0100)
Change-Id: I2d6d4c93f76e24ad1d4925ab75ce21968d42e521
Signed-off-by: David Garcia <david.garcia@canonical.com>
Release9/kubernetes_vca_in_k8s_installation.md [new file with mode: 0644]

diff --git a/Release9/kubernetes_vca_in_k8s_installation.md b/Release9/kubernetes_vca_in_k8s_installation.md
new file mode 100644 (file)
index 0000000..123a270
--- /dev/null
@@ -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