Skip to content

Commit 8bd25d2

Browse files
authored
doc improvement for IAM policy restriction (#2390)
1 parent 27108a4 commit 8bd25d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/deploy/installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
5555
}
5656
}
5757
```
58-
OR restrict access to security groups tagged for the particular k8s cluster. Replace CLUSTER-ID with your k8s cluster id and add it to
59-
the above IAM permissions.
58+
OR restrict access to the security groups tagged for the particular k8s cluster. Replace CLUSTER-NAME with the name of your k8s cluster and add it to the above IAM permissions.
6059
```
6160
"Condition": {
6261
"Null": {
63-
"aws:ResourceTag/kubernetes.io/cluster/CLUSTER-ID": "false"
62+
"aws:ResourceTag/kubernetes.io/cluster/CLUSTER-NAME": "false"
6463
}
6564
}
6665
```

0 commit comments

Comments
 (0)