Skip to content

Commit 9e7244f

Browse files
author
iru
authored
doc: move permission schema upwards
1 parent f2339d5 commit 9e7244f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

use_cases/org-k8s/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ and using the values gathered in previous step.
3838

3939
### 2. Prepare **EKS SysdigComputeRole**
4040

41+
First let's review permission schema.
42+
![permission schema](./diagram.png)
43+
4144
In further steps, we will deploy Sysdig compute workload inside an EKS cluster.
4245
We are going to need a `SysdigComputeRole`, to configure some permissions to be able to fetch the required data.
4346
Have this role ARN at hand.
@@ -123,8 +126,6 @@ Now we will need to perform same **permissions setup on the S3 bucket**. Add fol
123126

124127
### 6. **Sysdig Compute** Workload deployment in **K8s**
125128

126-
First let's review permission schema.
127-
![permission schema](./diagram.png)
128129
Following Step2. We will setup `SysdigComputeRole`, to be able to work with the SQS and S3 resources.
129130

130131
```text

0 commit comments

Comments
 (0)