docs: Fix syntax error in hello-world example port-forward command
This commit is contained in:
@@ -22,7 +22,6 @@ kubectl apply -f hello-world-service.yaml
|
||||
# 3. Access your app via port-forward
|
||||
|
||||
**Option 1: Simple (Recommended)**
|
||||
```bash
|
||||
# Keep terminal open, see connection logs (Ctrl+C to stop)
|
||||
kubectl port-forward service/hello-world-service 8080:8080
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user