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

copy CNI plugin and config in entrypoint not agent #735

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Dec 4, 2019

  1. copy CNI plugin and config in entrypoint not agent

    Replaces the hard-coded copying of the CNI plugin binary and
    configuration file from the main.go of the aws-k8s-agent (the IPAMd
    daemon) into a new entrypoint.sh script that backgrounds the IPAM
    daemon, waits for it to listen on port 50051 and then proceeds to copy
    the CNI plugin binaries and configuration files into the well-known
    directory for Kubelet to see them as ready.
    jaypipes committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    f14798c View commit details
    Browse the repository at this point in the history