Commit 8a429577 authored by Robert Bailey's avatar Robert Bailey

Merge pull request #24896 from mikedanese/hyperkube-cni

add cni plugins to hyperkube image
parents 96aa3d71 4aba77c1
...@@ -53,6 +53,10 @@ COPY make-ca-cert.sh /make-ca-cert.sh ...@@ -53,6 +53,10 @@ COPY make-ca-cert.sh /make-ca-cert.sh
# easy-rsa package required by make-ca-cert # easy-rsa package required by make-ca-cert
ADD https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz /root/kube/ ADD https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz /root/kube/
RUN mkdir -p /opt/cni
RUN curl https://storage.googleapis.com/kubernetes-release/network-plugins/cni-c864f0e1ea73719b8f4582402b0847064f9883b0.tar.gz \
| tar xzv -C /opt/cni
# Make scripts executable # Make scripts executable
RUN chmod a+rx \ RUN chmod a+rx \
/hyperkube \ /hyperkube \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment