Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle aws-node 1.7 initContainer properly #2732

Merged
merged 1 commit into from
Oct 13, 2020

Commits on Oct 13, 2020

  1. Handle aws-node 1.7 initContainer properly

    Since version 1.7 of AWS VPC CNI plugin for Kubernetes
    the DaemonSet consists additionally of one initContainer.
    
    This initContainer needs the same treatment as the main container regarding
    usage of the regional image.
    
    Otherwise the consequence would be a failing pod in China regions
    or slow image pulls in other regions than us-west-2.
    icereed committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4aeb2c5 View commit details
    Browse the repository at this point in the history