Skip to content

Commit 58fcd0f

Browse files
bene2k1jcirinosclwy
andcommitted
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent a2fe886 commit 58fcd0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If your Organization uses IAM to control access, ensure that you or your group/a
3030
- `KubernetesFullAccess` (or `KubernetesReadOnly`, depending on your needs):
3131
Grants you the ability to manage (or list/read) Kubernetes clusters, nodes, and related actions in your Scaleway Project.
3232

33-
If you do not have configured IAM for your account yet, you can generate a `kubeconfig` file with IAM and required permission sets after cluster creation from the Scaleway console.
33+
If you have not yet configured IAM on your account, you can generate a `kubeconfig` file with IAM and the required permission sets from the Scaleway console after creating a cluster.
3434

3535
<Message type="tip">
3636
For detailed information about the configuration of IAM policies for your Kubernetes clusters, refer to our dedicated documentation [Setting IAM permissions and implementing RBAC on a cluster](/kubernetes/reference-content/set-iam-permissions-and-implement-rbac/).

pages/kubernetes/reference-content/set-iam-permissions-and-implement-rbac.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ An [IAM policy](/iam/concepts/#policy) defines the permissions for users, groups
3232
The combination of IAM and Kubernetes RBAC allows you to define fine-grained access levels for cluster users.
3333

3434
<Message type="tip">
35-
For more information how to download and use the `kubeconfig` file with IAM permissions, refer to [How to connect to a Kubernetes Kapsule cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/).
35+
For more information on how to download and use the `kubeconfig` file with IAM permissions, refer to [How to connect to a Kubernetes Kapsule cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/).
3636
</Message>
3737

3838
### Configuring an IAM policy
3939

4040
To create a new policy with the correct permission sets using the [Scaleway console](https://console.scaleway.com/), follow these steps:
4141

42-
1. **Create a new policy**: Navigate to the **Policies** tab in your Organization’s IAM console and create a new policy.
42+
1. **Create a new policy**: Navigate to the **Policies** tab in your Organization’s IAM console and [create a new policy](/iam/how-to/create-policy/).
4343
2. **Add your user (or group/application)**: Assign your user, group, or application as the **Principal**.
4444
3. **Add an IAM rule**:
4545
- **Scope**: Set to **Access to resources** and specify the desired Project(s).
46-
- **Permission Sets**: Include the following as needed:
46+
- **Permission Sets**: Include the following, as needed:
4747
- `KubernetesFullAccess` for full cluster management.
4848
- `KubernetesReadOnly` for read-only access.
4949
4. Click **Validate** and then **Create Policy**.

0 commit comments

Comments
 (0)