mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-17 06:55:10 +00:00
This commit allows the AWS cloud provider plugin to work on EC2 instances that do not have a public IP. The EC2 metadata service returns a 404 for the 'public-ipv4' endpoint for private instances, and the plugin was bubbling this up as a fatal error.