Dashboard Buttons Port-Forwarding
zee-hussain opened this issue · 0 comments
zee-hussain commented
The Dashboard Button docs states that
When the application starts and the service is ready, the KOTS CLI will run the equivalent of kubectl port-forward svc/myapplication-service 9000:9000 and print a message in the terminal.`
However, even with a proper config, the dashboard button will show up and point to http://localhost:9000
but the port is not being forwarded. kubectl port-forward svc/myapplication-service 9000:9000
must be ran manually for the Dashboard Button to function properly.