mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
FIX: Issue #7750 - Hyperkube needs certificates
Adds ‘ca-certificates’ package to dockerfile for building base hyperkube image. This resolves controller-manager issue connecting to cloud provider (experienced with AWS) when running services through kyperkube.Tested with AWS and kube 0.16.1 binaries.
This commit is contained in:
parent
868df8679a
commit
bba2f9184f
@ -1,7 +1,7 @@
|
||||
FROM google/debian:wheezy
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -yy -q install iptables
|
||||
RUN apt-get -yy -q install iptables ca-certificates
|
||||
COPY hyperkube /hyperkube
|
||||
RUN chmod a+rx /hyperkube
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user