mirror of https://github.com/kubernetes/kops.git
Update addons document for Pod Identity Webhook
This commit is contained in:
parent
d40caa758e
commit
f1e79c583d
|
@ -98,7 +98,7 @@ Read more about cert-manager in the [official documentation](https://cert-manage
|
|||
#### Karpenter
|
||||
{{ kops_feature_table(kops_added_default='1.24') }}
|
||||
|
||||
The Karpenter addon enables Karpenter-managed InstanceGroups.
|
||||
The Karpenter addon enables Karpenter-managed InstanceGroups.
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
|
@ -247,6 +247,22 @@ spec:
|
|||
enabled: true
|
||||
```
|
||||
|
||||
#### EKS Pod Identity Webhook
|
||||
|
||||
{{ kops_feature_table(kops_added_default='1.24') }}
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue