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
`code-server`is installed via the `startup_script` argument in the `coder_agent`
97
97
resource block. The `coder_app` resource is defined to access `code-server` through
98
98
the dashboard UI over `localhost:13337`.
99
+
100
+
## Deployment logs
101
+
102
+
To stream kubernetes pods events from the deployment, you can use Coder's [`coder-logstream-kube`](https://github.com/coder/coder-logstream-kube) tool. This can stream logs from the deployment to Coder's workspace startup logs. You just need to install the `coder-kubestream-logs` helm chart on the cluster where the deployment is running.
0 commit comments