mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(docs): fix broken links and update file paths (#14990)
This commit is contained in:
@@ -63,7 +63,7 @@ ben@coder.com!
|
||||
- [Kubernetes log streaming](https://coder.com/docs/platforms/kubernetes/deployment-logs):
|
||||
Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level
|
||||
issues such as ResourceQuota limitations, invalid images, etc.
|
||||

|
||||

|
||||
<!-- markdown-link-check-disable -->
|
||||
- [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Install Coder on Kubernetes
|
||||
|
||||
You can install Coder on Kubernetes using Helm. We run on most Kubernetes
|
||||
distributions, including [OpenShift](./other.md).
|
||||
distributions, including [OpenShift](./openshift.md).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -62,9 +62,9 @@ troubleshooting.
|
||||
|
||||
### How do I configure NGINX as the reverse proxy in front of Coder?
|
||||
|
||||
[This doc](https://github.com/coder/coder/tree/main/examples/web-server/nginx#configure-nginx)
|
||||
in our repo explains in detail how to configure NGINX with Coder so that our
|
||||
Tailscale Wireguard networking functions properly.
|
||||
[This doc](../admin/setup/web-server/nginx/index.md) in our repo explains in
|
||||
detail how to configure NGINX with Coder so that our Tailscale Wireguard
|
||||
networking functions properly.
|
||||
|
||||
### How do I hide some of the default icons in a workspace like VS Code Desktop, Terminal, SSH, Ports?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user