diff options
Diffstat (limited to 'src/kubectl-helm-minikube/NOTES.md')
-rw-r--r-- | src/kubectl-helm-minikube/NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
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. |