From e3edc88bb0560620e3b51996d50f6d0b3c1f0f45 Mon Sep 17 00:00:00 2001 From: ammarn911 <49419471+ammarn911@users.noreply.github.com> Date: Fri, 30 Aug 2019 11:36:11 -0500 Subject: [PATCH] Adding MicroK8s to kubernetes_distros.md Signed-off-by: ammarn911 --- docs/kubernetes_distros.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/kubernetes_distros.md b/docs/kubernetes_distros.md index 52a5e1acc..8bc252df3 100644 --- a/docs/kubernetes_distros.md +++ b/docs/kubernetes_distros.md @@ -6,6 +6,10 @@ environments. We are trying to add more details to this document. Please contribute via Pull Requests if you can. +## MicroK8s + +Helm can be enabled on [MicroK8s](https://microk8s.io). 1.16 and up with the command: `microK8s.enable Helm`. + ## MiniKube Helm is tested and known to work with [minikube](https://github.com/kubernetes/minikube).