From 8d2e31bcb63a07eec1a8213e2e740963f3a16ba0 Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@eurac.edu> Date: Tue, 1 Mar 2022 19:23:13 +0100 Subject: [PATCH] docs: annotate absurd timesinks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ffaddfc..04823ab 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ Finally you apply the `dev` manifest and open a tunnel: ```bash minikube kubectl -- apply -k backend/k8s/overlays/dev/ +``` + +For your sanity, remember to open a tunnel and ensure the `ingress` is enabled: + +```bash +minikube addons enable ingress minikube tunnel ``` -- GitLab