replicatedhq / kURL

Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components
https://kurl.sh
Apache License 2.0
756 stars 78 forks source link

fix: discover public address via imdsv2 #5456

Closed emosbaugh closed 3 weeks ago

emosbaugh commented 3 weeks ago

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes [sc-115412]

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

Adds support for discovering the EC2 instance public ip address via AWS IMDSv2 API.

Does this PR require documentation?