File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1330,6 +1330,7 @@ ibmcloud-ce-rm:
13301330# 🧪 MINIKUBE LOCAL CLUSTER
13311331# =============================================================================
13321332# A self‑contained block with sensible defaults, overridable via the CLI.
1333+ # App is accessible after: kubectl port-forward svc/mcp-context-forge 8080:80
13331334# Examples:
13341335# make minikube-start MINIKUBE_DRIVER=podman
13351336# make minikube-image-load TAG=v0.1.2
@@ -1382,7 +1383,7 @@ IMAGE ?= $(IMG):$(TAG) # or IMAGE=ghcr.io/ibm/mcp-context-forge:$(TA
13821383# help: minikube-tunnel - Run "minikube tunnel" (LoadBalancer) in foreground
13831384# help: minikube-dashboard - Print & (best‑effort) open the Kubernetes dashboard URL
13841385# help: minikube-image-load - Load $(IMAGE) into Minikube container runtime
1385- # help: minikube-k8s-apply - Apply manifests from k8s/
1386+ # help: minikube-k8s-apply - Apply manifests from k8s/ - access with `kubectl port-forward svc/mcp-context-forge 8080:80`
13861387# help: minikube-status - Cluster + addon health overview
13871388# help: minikube-context - Switch kubectl context to Minikube
13881389# help: minikube-ssh - SSH into the Minikube VM
You can’t perform that action at this time.
0 commit comments