docs: Fix syntax error in hello-world example port-forward command

This commit is contained in:
mik-tf
2025-11-09 00:40:51 -05:00
parent 5c42559793
commit 05984041ac

View File

@@ -22,7 +22,6 @@ kubectl apply -f hello-world-service.yaml
# 3. Access your app via port-forward # 3. Access your app via port-forward
**Option 1: Simple (Recommended)** **Option 1: Simple (Recommended)**
```bash
# Keep terminal open, see connection logs (Ctrl+C to stop) # Keep terminal open, see connection logs (Ctrl+C to stop)
kubectl port-forward service/hello-world-service 8080:8080 kubectl port-forward service/hello-world-service 8080:8080
``` ```