Skip to content

Commit d9722e1

Browse files
committed
docs(k8s): update rbac information
1 parent 9f39c38 commit d9722e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ 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.
34+
3335
<Message type="tip">
34-
If you do not have setup IAM for your account yet, you can generate a `kubeconfig` file with IAM after cluster creation from the Scaleway console.
36+
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-and-implement-rbac/).
3537
</Message>
3638

37-
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-and-implement-rbac/).
3839
## Accessing the cluster
3940

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

0 commit comments

Comments
 (0)