Skip to content

Commit 34f691a

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 8e7a51e commit 34f691a

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
@@ -34,7 +34,7 @@ If your Organization uses IAM to control access, ensure that you or your group/a
3434
- `KubernetesFullAccess` (or `KubernetesReadOnly`, depending on your needs):
3535
Grants you the ability to manage (or list/read) Kubernetes clusters, nodes, and related actions in your Scaleway Project.
3636

37-
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.
37+
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.
3838

3939
<Message type="tip">
4040
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
@@ -36,18 +36,18 @@ An [IAM policy](/iam/concepts/#policy) defines the permissions for users, groups
3636
The combination of IAM and Kubernetes RBAC allows you to define fine-grained access levels for cluster users.
3737

3838
<Message type="tip">
39-
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/).
39+
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/).
4040
</Message>
4141

4242
### Configuring an IAM policy
4343

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

46-
1. **Create a new policy**: Navigate to the **Policies** tab in your Organization’s IAM console and create a new policy.
46+
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/).
4747
2. **Add your user (or group/application)**: Assign your user, group, or application as the **Principal**.
4848
3. **Add an IAM rule**:
4949
- **Scope**: Set to **Access to resources** and specify the desired Project(s).
50-
- **Permission Sets**: Include the following as needed:
50+
- **Permission Sets**: Include the following, as needed:
5151
- `KubernetesFullAccess` for full cluster management.
5252
- `KubernetesReadOnly` for read-only access.
5353
4. Click **Validate** and then **Create Policy**.

0 commit comments

Comments
 (0)