Skip to content

Commit

Permalink
Merge pull request #2006 from torredil/update-docs-24123
Browse files Browse the repository at this point in the history
Add IMDSv2 support to FAQ
  • Loading branch information
k8s-ci-robot authored Apr 12, 2024
2 parents 85563fb + 23d5f6d commit 53b785f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ Containers:
--timeout=61s
```

## IMDSv2 Support

The driver supports the use of [IMDSv2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html) (Instance Metadata Service Version 2).

To use IMDSv2 with the driver in a containerized environment like Amazon EKS, please ensure that the hop limit for IMDSv2 responses is set to 2 or greater. This is because the default hop limit of 1 is incompatible with containerized applications on Kubernetes that run in a separate network namespace from the instance.

## CreateVolume (`StorageClass`) Parameters

### `ext4BigAlloc` and `ext4ClusterSize`
Expand Down

0 comments on commit 53b785f

Please sign in to comment.