From 19bc8bb633a8eb41b581296f468b85b7ac31a828 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 27 Dec 2022 17:27:57 +0000 Subject: OS support in Feature NOTES.md (#366) * https://github.com/devcontainers/features/issues/360 * omit from common utils --- src/kubectl-helm-minikube/NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/kubectl-helm-minikube') diff --git a/src/kubectl-helm-minikube/NOTES.md b/src/kubectl-helm-minikube/NOTES.md index b0d1a80..6626d2c 100644 --- a/src/kubectl-helm-minikube/NOTES.md +++ b/src/kubectl-helm-minikube/NOTES.md @@ -10,3 +10,10 @@ minikube addons enable ingress # Run this to forward to localhost in the background nohup kubectl port-forward --pod-running-timeout=24h -n ingress-nginx service/ingress-nginx-controller :80 & ``` + + +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. -- cgit v1.2.3