Update addons document for Pod Identity Webhook

This commit is contained in:
AkiraFukushima 2022-02-20 20:39:56 +09:00
parent 7bc3835add
commit bb4d7df0c8
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 17 additions and 0 deletions

View File

@ -95,6 +95,7 @@ spec:
Read more about cert-manager in the [official documentation](https://cert-manager.io/docs/)
#### Metrics server
{{ kops_feature_table(kops_added_default='1.19') }}
@ -234,6 +235,22 @@ spec:
enabled: true
```
#### EKS Pod Identity Webhook
{{ kops_feature_table(kops_added_default='1.23') }}
kOps can install EKS Pod Identity Webhook for IAM Role for Service Accounts.
You need to enable cert-manager to use this feature.
```yaml
spec:
certManager:
enabled: true
podIdentityWebhook:
enabled: true
```
Read more about EKS Pod Identity Webhook in the [official documentation](https://github.com/aws/amazon-eks-pod-identity-webhook).
## Custom addons