Skip to content

Commit

Permalink
doc improvement for IAM policy restriction (kubernetes-sigs#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorj authored Dec 3, 2021
1 parent 27108a4 commit 8bd25d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/deploy/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
}
}
```
OR restrict access to security groups tagged for the particular k8s cluster. Replace CLUSTER-ID with your k8s cluster id and add it to
the above IAM permissions.
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.
```
"Condition": {
"Null": {
"aws:ResourceTag/kubernetes.io/cluster/CLUSTER-ID": "false"
"aws:ResourceTag/kubernetes.io/cluster/CLUSTER-NAME": "false"
}
}
```
Expand Down

0 comments on commit 8bd25d2

Please sign in to comment.