mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user