SOLO-5003
PortForwardRefreshFailedError — System
PortForwardRefreshFailedError
| Code | SOLO-5003 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot refresh its port-forwards; when available the underlying failure is wrapped in cause. solo periodically re-establishes port-forwards so endpoints stay reachable, so this means that refresh failed — for example a target pod was unavailable or the API connection dropped. It is retryable.
Troubleshooting Steps
- Check the all pods exist and are running: kubectl get pods -n
- Check the port-forwards of your deployment: solo deployment config ports –deployment
- Restart the port-forward: solo deployment refresh port-forwards –deployment