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
Copy file name to clipboardExpand all lines: website/content/en/docs/getting-started/_index.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Before you start, you must have access to a Kubernetes cluster. For example, you
11
11
12
12
## Installation
13
13
14
-
1. To install ClusterLink on Linux or Mac, use the installation script:
14
+
1.{{< anchor install-cli>}}To install ClusterLink on Linux or Mac, use the installation script:
15
15
16
16
```sh
17
17
curl -L https://github.com/clusterlink-net/clusterlink/releases/latest/clusterlink.sh | sh -
@@ -39,7 +39,7 @@ Before you start, you must have access to a Kubernetes cluster. For example, you
39
39
40
40
To set up ClusterLink on a Kubernetes cluster, follow these steps:
41
41
42
-
1. Create fabric certificates.
42
+
1. {{< anchor create-fabric-ca >}}Create the Fabric's CA certificate and private key.
43
43
44
44
The ClusterLink Fabric is defined as all Kubernetes clusters (sites) that install ClusterLink gateways and can share services between the clusters, enabling communication among those services.
45
45
First, create the fabric Certificate Authority (CA):
@@ -50,7 +50,7 @@ To set up ClusterLink on a Kubernetes cluster, follow these steps:
50
50
51
51
This command will create the CA files `<fabric_name>.cert` and `<fabric_name>.key` in the current folder.
52
52
53
-
1. Create site certificates.
53
+
1. {{< anchor create-site-certs >}}Create site certificates.
54
54
55
55
Create a site (cluster) certificate:
56
56
@@ -60,7 +60,7 @@ To set up ClusterLink on a Kubernetes cluster, follow these steps:
60
60
61
61
This command will create the certificate files `<site_name>.cert` and `<site_name>.key` in a folder named <site_name>. The `--output <path>` flag can be used to change the folder location.
To install ClusterLink on the site, first, install the ClusterLink deployment operator.
66
66
@@ -71,7 +71,7 @@ To set up ClusterLink on a Kubernetes cluster, follow these steps:
71
71
This command will deploy the ClusterLink deployment operator on the `clusterlink-operator` namespace and convert the site certificates to secrets in the namespace.
72
72
The command assumes that kubectl is set to the correct site (Kubernetes cluster) and that the certificates were created in the local folder. If they were not, use the flag `-f <path>`.
0 commit comments