Skip to content

Commit 985182f

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent aa25fac commit 985182f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

containers/kubernetes/how-to/connect-cluster-kubectl.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ categories:
1515

1616
Once your [cluster is created](/containers/kubernetes/how-to/create-cluster/), you can install a `kubeconfig` file unsing Scaleway's command-line tool on your local machine to manage your Kubernetes cluster.
1717

18-
You can use this with `kubectl`, the Kubernetes command-line tool, allowing you to run commands against your Kubernetes cluster. This enables you to deploy applications, inspect and manage cluster resources, and view logs directly from your local machine.
18+
You can use this with `kubectl`, the Kubernetes command-line tool, to run commands against your Kubernetes cluster. This enables you to deploy applications, inspect and manage cluster resources, and view logs directly from your local machine.
1919

2020
<Macro id="requirements" />
2121

2222
- A [Scaleway account](https://console.scaleway.com) logged into the console.
2323
- [Owner status](https://console.scaleway.com) or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) to perform actions in the intended Organization.
24-
- A [Kubernetes Kapsule cluster](/containers/kubernetes/how-to/create-cluster/) created.
24+
- Created a [Kubernetes Kapsule cluster](/containers/kubernetes/how-to/create-cluster/)
2525
- [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally.
2626
- The [Scaleway CLI](/developer-tools/scaleway-cli/quickstart/) installed locally.
2727

@@ -49,7 +49,7 @@ Refer to our [policy and permission sets documentation](/identity-and-access-man
4949

5050
## Accessing the cluster
5151

52-
You can use the Scaleway CLI to retrieve (and merge) your `kubeconfig` file automatically, then interact with your Kubernetes cluster.
52+
You can use the Scaleway CLI to automatically retrieve (and merge) your `kubeconfig` file, then interact with your Kubernetes cluster.
5353

5454
### Install and configure the Scaleway CLI
5555

@@ -60,7 +60,7 @@ If you have not set up the Scaleway CLI yet:
6060
```bash
6161
scw init
6262
```
63-
You will need your [API Key](https://identity-and-access-management/iam/how-to/#creating-API-keys) (Access Key & Secret Key).
63+
You will need your [API Key](https://identity-and-access-management/iam/how-to/#creating-API-keys) (access key and secret key).
6464

6565
### Retrieve and install the kubeconfig using `scw`
6666

0 commit comments

Comments
 (0)