Skip to content

Commit 1f641e7

Browse files
committed
Update minikube targets
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
1 parent d4309d3 commit 1f641e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)