From bb4d7df0c809351b068cb8458b9b41fc508ab8b4 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 20 Feb 2022 20:39:56 +0900 Subject: [PATCH] Update addons document for Pod Identity Webhook --- docs/addons.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/addons.md b/docs/addons.md index 43b27bea88..466acdd981 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -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