Skip to content

Commit 6b909fb

Browse files
committed
feat(k8s): iam
1 parent f26c3ca commit 6b909fb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,9 @@ Groups [scaleway:group:55eb7ac5-9afe-4e40-8d54-4fbb232cac21 scaleway:cluste
129129
Repeat the same operation for the staging namespace.
130130
131131
3. Apply the Manifests:
132-
133-
```bash
134-
kubectl apply -f filename.yaml
135-
```
132+
```bash
133+
kubectl apply -f filename.yaml
134+
```
136135

137136
After these steps, members of the IAM group will have read access to the cluster and write access to the `dev` and `staging` namespaces. Permissions can be refined by modifying the `Role`.
138137

@@ -186,11 +185,11 @@ After these steps, members of the IAM group will have read access to the cluster
186185
187186
4. Apply the manifests:
188187
189-
```bash
190-
kubectl apply -f filename.yaml
191-
```
188+
```bash
189+
kubectl apply -f filename.yaml
190+
```
192191

193-
The user "demo" now has full rights in the `example-sandbox` namespace.
192+
The user "demo" now has full rights in the `example-sandbox` namespace.
194193

195194
## Limiting cluster-read Access
196195

0 commit comments

Comments
 (0)