Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit bc5142e

Browse files
author
Katie Horne
committed
fix more links
1 parent 4aac7f5 commit bc5142e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

admin/workspace-management/cvms/cluster-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ by Google, Azure, and Amazon to support CVMs.
88

99
## Google Cloud Platform w/ GKE
1010

11-
To use CVMs with GKE, [create a cluster](../../setup/kubernetes/google.md) using
11+
To use CVMs with GKE, [create a cluster](../../../setup/kubernetes/google.md) using
1212
the following parameters:
1313

1414
- GKE Master version `latest`
@@ -29,12 +29,12 @@ gcloud beta container clusters create "YOUR_NEW_CLUSTER" \
2929

3030
If you're using Kubernetes version 1.18, Azure defaults to the correct Ubuntu
3131
node base image. When
32-
[creating your cluster](../../../setup/Kubernetes/azure.md), set
32+
[creating your cluster](../../../setup/kubernetes/azure.md), set
3333
`--kubernetes-version` to `1.18.x` or newer for CVMs.
3434

3535
## Amazon Web Services w/ EKS
3636

37-
You can modify an existing [AWS-hosted container](../../setup/kubernetes/aws.md)
37+
You can modify an existing [AWS-hosted container](../../../setup/kubernetes/aws.md)
3838
to support CVMs by
3939
[creating a nodegroup](https://eksctl.io/usage/managing-nodegroups/#creating-a-nodegroup-from-a-config-file)
4040
and updating your `eksctl` config spec.

admin/workspace-management/cvms/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ as Docker and systemd, in their workspaces.
2121

2222
> You can use any cloud provider that supports the above requirements, but we
2323
> have instructions on how to set up supported clusters on
24-
> [AWS](../../setup/kubernetes/aws.md) and
25-
> [Google](../../setup/kubernetes/google.md). Azure-hosted clusters will meet
24+
> [AWS](../../../setup/kubernetes/aws.md) and
25+
> [Google](../../../setup/kubernetes/google.md). Azure-hosted clusters will meet
2626
> these requirements as long as you use Kubernetes version 1.18+.
2727
>
2828
> Coder doesn't support legacy versions of cluster-wide proxy services such as

0 commit comments

Comments
 (0)