Skip to content

Commit

Permalink
change links to compile in Netlify
Browse files Browse the repository at this point in the history
the relative links compile locally but not in Netlify
  • Loading branch information
aimeeu committed Feb 22, 2024
1 parent d7dff5d commit 1d12ed7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ done Switched active kube context to vcluster_my-cluster
- Use `vcluster disconnect` to return to your previous kube context
```

By default, the vCluster CLI connects to the virtual cluster either directly (on local Kubernetes distributions) or via port-forwarding for remote clusters. If you want to use vCluster on remote clusters without port-forwarding, you can take a look at [other supported exposing methods](/using-vclusters/access.mdx).
By default, the vCluster CLI connects to the virtual cluster either directly (on local Kubernetes distributions) or via port-forwarding for remote clusters. If you want to use vCluster on remote clusters without port-forwarding, you can take a look at [other supported exposing methods](../using-vclusters/access.mdx).

## Run kubectl commands

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/getting-started/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ done Switched active kube context to vcluster_my-cluster
- Use `vcluster disconnect` to return to your previous kube context
```

`vcluster create` has [config options](/cli/vcluster_create.md) for specific cases:
`vcluster create` has [config options](../cli/vcluster_create.md) for specific cases:

* Use `--expose` to create a vCluster in a remote cluster with an externally accessible LoadBalancer.

Expand Down
8 changes: 4 additions & 4 deletions docs/pages/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import InstallCLIFragment from '../fragments/install/cli.mdx'
In this guide, you learn the following:

1. How to install the vCluster CLI.
1. [How to deploy vCluster](/getting-started/deployment.mdx).
1. [How to connect to vCluster and how vCluster interacts with the host cluster](/getting-started/connect.mdx).
1. [How to uninstall vCluster](/getting-started/cleanup.mdx).
1. [How to deploy vCluster](./deployment.mdx).
1. [How to connect to vCluster and how vCluster interacts with the host cluster](./connect.mdx).
1. [How to uninstall vCluster](./cleanup.mdx).

These exercises should take about 10 minutes.

Expand All @@ -27,7 +27,7 @@ Terms:

## Before you begin

- You have read [What Are Virtual Clusters](/what-are-virtual-clusters.mdx).
- You have read [What Are Virtual Clusters](../what-are-virtual-clusters.mdx).
- You have installed [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) (check via `kubectl version`) and [Helm v3](https://helm.sh/docs/intro/install/) (check with `helm version`).
- You have access to a Kubernetes cluster to use as the host cluster (check with `kubectl get namespaces`)

Expand Down

0 comments on commit 1d12ed7

Please sign in to comment.