Skip to content

Commit 4857b80

Browse files
committed
Remove mention of minikube tunnel
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
1 parent 353dc87 commit 4857b80

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,10 @@ kubectl apply -k 'https://github.com/streamshub/developer-quickstart//overlays/m
104104

105105
### Minikube
106106

107-
When using minikube, (if you didn't enable it when you created the minikube cluster) enable the ingress addon and run `minikube tunnel`:
107+
When using minikube, enable the ingress addon (if not already enabled):
108108

109109
```bash
110110
minikube addons enable ingress
111-
minikube tunnel
112111
```
113112

114113
Then use port-forwarding to access the console:

docs/accessing-services.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ For the Console to startup correctly and be accessible, you need an Ingress cont
1313

1414
#### minikube
1515

16-
Enable the ingress addon (if not already enabled) and start a tunnel:
16+
Enable the ingress addon (if not already enabled):
1717

1818
```shell
1919
minikube addons enable ingress
20-
minikube tunnel
2120
```
2221

23-
You will need to leave the tunnel running in an open terminal.
24-
Switch to a new terminal and use port-forwarding to access the console:
22+
Use port-forwarding to access the console:
2523

2624
```bash
2725
kubectl port-forward -n streamshub-console svc/streamshub-console-console-service 8090:80

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ main() {
191191
echo " kubectl get prometheus -n monitoring"
192192
echo " kubectl get podmonitor -n monitoring"
193193
fi
194+
echo ""
195+
echo "Note: It may take several minutes for all resources to become ready."
196+
echo ""
194197
}
195198

196199
main

0 commit comments

Comments
 (0)