You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The Dashboard Button docs states that
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.The text was updated successfully, but these errors were encountered: